Hi,

I have found a workaround for my issue. The source for this application is
arranged like this:

src
  GUI
    main.py
    module1.py
    module2.py
  Other
    module1.py
    module2.py

I include the path to 'Other' in the pathex argument to Analysis(...), but not
the path to 'GUI' since that is where the main script is. This used to work fine
with version 2, but with the python3 branch the modules in the same dir as
main.py are not picked up.

My workaround is to add the path 'src/GUI' to pathex. This makes sense but
previous versions worked without it.

Glenn

On 16/09/15 08:49, Glenn Ramsey wrote:
> Hi Harmut,
> 
> A minimal example works. I really some advice about how to debug it. I am
> comfortable doing that myself. I just need to know where to start.
> 
> Glenn
> 
> On 15/09/15 20:36, Hartmut Goebel wrote:
>> Am 15.09.2015 um 01:46 schrieb Glenn Ramsey:
>>> Using the python3 branch (8fa3446) one of the imports imported by my main 
>>> script
>>> is not being included. The module is in the same directory as the main 
>>> script.
>>
>> Can you please provide a *minimal* example. Or is it just:
>>
>> ./a.py:
>> print('this ia module a')
>>
>> ./script.py:
>> import a
>>
>>
>>
>> -- 
>> Schönen Gruß
>> Hartmut Goebel
>> Dipl.-Informatiker (univ), CISSP, CSSLP
>> Information Security Management, Security Governance, Secure Software 
>> Development
>>
>> Goebel Consult, Landshut
>> http://www.goebel-consult.de
>>
>> Blog:
>> http://www.goebel-consult.de/blog/kleiner-erfahrungsbericht-mit-online-ocr-diensten
>> Kolumne: 
>> http://www.cissp-gefluester.de/2012-09-steht-ein-manta-fahrer-vor-der-uni
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups
>> "PyInstaller" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email
>> to [email protected]
>> <mailto:[email protected]>.
>> To post to this group, send email to [email protected]
>> <mailto:[email protected]>.
>> Visit this group at http://groups.google.com/group/pyinstaller.
>> For more options, visit https://groups.google.com/d/optout.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to