> module.__file__ does not work in pyinstaller. > > You have to use sys.executable when running executable created by > pyinstaller.
oh, ok. Thanks Martin. -matt -- 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.
