> 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. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
