Hmm, getting weird then. Can we have the full stacktrace/error message? I’d also double check for anything else with the same name as local_module_2:
python -c "from local_module_2 import __file__; print(__file__)" Make sure that __file__ is what you expect it to be…. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/cfba08a3-538c-479b-b6c9-33a9bac1aebcn%40googlegroups.com.
