schmir / bbfreeze

UNMAINTAINED
http://pypi.python.org/pypi/bbfreeze/
92 stars 22 forks source link

what wrong with ubuntu 64 #30

Open nguyennmt opened 10 years ago

nguyennmt commented 10 years ago

when i frozen a python test.py


import sys print sys.exec_prefix


i have 2 answer for my way : 1 : python test.py : /usr 2 : (after bbfreeze) dist/test /

any one can help me

schmir commented 10 years ago

what did you expect?

nguyennmt commented 10 years ago

my program use sys.exec_prefix for some target, and when i froren my source. sys.exec_prefix is changed. It made wrong answer.

My environment is ubuntu 12.2 64bit

nguyennmt commented 10 years ago

It my wrong. But i still need support. I have bbfreeze saltstack but it still refer python in the os (file site.py)