I have a custom .spec file which includes: import os import my_mod
The "import os" gets imported but the "import my_mod" causes an ImportError: No module named my_mod. The .spec and my_mod.py are both in the same folder, and the path to my_mod.py is in the search path (sys.path) But, my_mod.py is in a different path to where the script files are. Any idea how to fix this problem? -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
