Lynn Oliver píše v Čt 08. 11. 2012 v 18:06 -0800: > There is no problem. There is a question: If I modify c:\Python27\Lib > \site.py will pyinstaller pick it up? Ssite.py is imported during > python initialization.
Pyinstaller will not pick it up. It will replace it with its own dummy site.py module. This way we can ensure that the created executables won't load any modules from user-specific locations. -- 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.
