On 15/04/2007 13.49, palo wrote:
>> Next step is to find out what's going on while importing "os". Basically
>> after
>> this line:
>>
>> importHook trying os in None
>>
>> it should start importing os.py. Try putting prints everywhere in os.py,
>> until
>> you find the very last statement that is executed *BEFORE* this line appears:
>>
>> importHook(imp, archive, locals, None) <-----here
>>
>> In other words, let me know which line of os.py triggers this importHook.
>
>
> Nothing of os.py gets executed (does it make sense?). I put a print
> statement as the first line of os.py and even that doesn't appear.
No, it doesn't... at all!
Can you activate the Python verbose mode (add "('v', '', 'OPTION')" to TOC,
see the manual) and send me the output of your program with that?
--
Giovanni Bajo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/PyInstaller?hl=en
-~----------~----~----~----~------~----~------~--~---