On 14 Gen, 22:22, "[email protected]" <[email protected]> wrote: > Strange, my "test_site_module" passes. I had to rm -Rf build and dist > in the buildtests directory. I assume "test_error_during_import" > always fails. > > python 2.5.2 > 2.6.24.7 x86_64 AMD Turion > Mandriva 2008.1 (64 bit) > svn r596 > gcc 4.2.3
Failure of "test_site_module" seems to be due to the fact that I have the PYTHONPATH environment variable pointing to a folder that has a "site.py" file in it. I have no time to check it now but I guess that new "site.py" in PYTHONPY has been generated by setuptools&co. > On Jan 14, 4:02 pm, Antonio Valentino <[email protected]> > wrote: > > > Still some issue here > > > #################### FINISHING TEST test_getfilesystemencoding > > #################### > > {'failed': ['test_site_module', 'test_error_during_import'], > > 'passed': ['test1', > > 'test2', > > 'test5', > > 'test6', > > 'test7', > > 'test8', > > 'test9', > > 'test10', > > 'test11', > > 'test12', > > 'test13', > > 'test14', > > 'test_f_option', > > 'test-zipimport1', > > 'test-zipimport2', > > 'test-nestedlaunch0', > > 'test-nestedlaunch1', > > 'test-relative-import', > > 'test_getfilesystemencoding']} > > > anyway this is by far better than results reported in the original > > post by > > Anthony. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
