Hello,
My bootstrap.py script,
import sys
latest_version = "v1.0"
sys.path.append("/home/myapp)
import app
I am getting import error - module app not found
I would like to add another directory on the file system to the current
sys.path
from there I want to able to import my other python modules
Any help,
thanks,
Antony
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/pyinstaller/-/bqpEgVf1vRMJ.
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.