You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyInstaller
If I import a file py that is not in PYTHONPATH/site-packages it is
not bundled into the executable.
Do I have to add something when I run Makespec.py or is a known bug?
I've used:
~$ python Makespec.py -F -X ../PyDiary/PyDiary.py
Simosito
unread,
Jun 26, 2008, 3:18:26 AM6/26/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyInstaller
Seems that it doesn't bundle only the files imported from another path
[sys.path.append('mylibpath')]