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

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

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -