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
Post a Comment