i have some python codes which use imp.load_source() to load .py files, and import some modules according to the content of .py files when application is running. but, how can Pyinstaller treat the imp.load_source()? how to set up the .spec file so that Pyinstaller can find the source .py file?
-- 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.
