bbfreeze icon indicating copy to clipboard operation
bbfreeze copied to clipboard

what wrong with ubuntu 64

Open nguyennmt opened this issue 11 years ago • 3 comments

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

nguyennmt avatar Aug 07 '14 10:08 nguyennmt

what did you expect?

schmir avatar Aug 07 '14 20:08 schmir

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 avatar Aug 08 '14 01:08 nguyennmt

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

nguyennmt avatar Aug 08 '14 02:08 nguyennmt