python 2.5 freeze.py import site failed -


i using python 2.5 , virtualenv freeze app. when try run created executable see following error:

'import site' failed; use -v traceback 

i read old thread in mailing list saying bug in site.py references sys.path[-1]. edited site.py , added check(e.g. if len(sys.path) > 0) still see error.

any suggestions appreciated.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -