[tor-bugs] #12381 [Applications/Tor bundles/installation]: Pluggable Transports + proxy is not working on Windows with TBB 3.6.2

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Jan 27 18:09:59 UTC 2017


#12381: Pluggable Transports + proxy is not working on Windows with TBB 3.6.2
-------------------------------------------------+-------------------------
 Reporter:  gk                                   |          Owner:  asn
     Type:  defect                               |         Status:
                                                 |  needs_revision
 Priority:  High                                 |      Milestone:
Component:  Applications/Tor                     |        Version:
  bundles/installation                           |
 Severity:  Normal                               |     Resolution:
 Keywords:  tbb-helpdesk-frequent                |  Actual Points:
Parent ID:                                       |         Points:
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------

Comment (by hellais):

 I was similar issues with building a package with pyinstaller that
 depended on parsley and remembered I had seen something similar in this
 ticket.

 It seems like parsley handles imports dynamically so the pyinstaller
 preprocessor wasn't picking up on the imports correctly.

 The workaround that worked for me was to specify the following parsley
 modules as "hidden imports":

 {{{
 hidden_imports = [
         'ometa._generated.parsley',
         'ometa._generated.parsley_termactions',
         'ometa._generated.parsley_tree_transformer',
         'ometa._generated.pymeta_v1',
         'ometa._generated.vm',
         'ometa._generated.vm_emit',
         'terml._generated.terml',
         'terml._generated.quasiterm'
 ]
 }}}

 I think the equivalent with py2exe would be to add this list of modules to
 the includes key (https://gitweb.torproject.org/pluggable-
 transports/obfsproxy.git/tree/setup_py2exe.py#n17).

 YMMV

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/12381#comment:39>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list