On 10/03/2011 04:08 PM, Martin Zibricky wrote:
Andrea Crotti píše v Po 03. 10. 2011 v 15:37 +0100:
But what if my program is relying on relative paths?
Unless I copy everything in the pyinstaller directory it won't work,
right?
Could you be more specific what you mean?
Well simple
a.py:
from b import hello
hello()
b.py:
def hello(): print "hello"
if I run python pyinstaller.py /path/to/hello_world/a.py
it won't work, right?
But of course this is not the smart way to write code, so it would not
be a great deal...
--
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.