Hi,

running the following command fails and I'm not sure how to fix that.

./runtests.py -v import/test_eggs1.py 

Does anyone has any idea how it should work or how this test case should
be fixed?

Error output from the test:

#################### STDERR ####################

Traceback (most recent call last):
  File "<string>", line 15, in <module>
  File
"/home/martin/Work/pyinstaller/gitrepo/buildtests/import/build/pyi.linux2/test_eggs1/out01-PYZ.pyz/pkg_resources",
 line 915, in resource_string
  File
"/home/martin/Work/pyinstaller/gitrepo/buildtests/import/build/pyi.linux2/test_eggs1/out01-PYZ.pyz/pkg_resources",
 line 213, in get_provider
  File "/home/martin/Work/pyinstaller/gitrepo/PyInstaller/loader/iu.py",
line 437, in importHook
    mod = _self_doimport(nm, ctx, fqname)
  File "/home/martin/Work/pyinstaller/gitrepo/PyInstaller/loader/iu.py",
line 529, in doimport
    exec co in mod.__dict__
  File
"/home/martin/Work/pyinstaller/gitrepo/buildtests/import/build/pyi.linux2/test_eggs1/out01-PYZ.pyz/unzipped_egg",
 line 11, in <module>
  File
"/home/martin/Work/pyinstaller/gitrepo/buildtests/import/build/pyi.linux2/test_eggs1/out01-PYZ.pyz/pkg_resources",
 line 916, in resource_string
  File
"/home/martin/Work/pyinstaller/gitrepo/buildtests/import/build/pyi.linux2/test_eggs1/out01-PYZ.pyz/pkg_resources",
 line 1189, in get_resource_string
  File
"/home/martin/Work/pyinstaller/gitrepo/buildtests/import/build/pyi.linux2/test_eggs1/out01-PYZ.pyz/pkg_resources",
 line 1316, in _get
IOError: [Errno 2] No such file or directory:
'/home/martin/Work/pyinstaller/gitrepo/buildtests/import/dist/test_eggs1/test_eggs1.exe?42609/unzipped_egg/data/datafile.txt'

FAIL


-- 
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.

Reply via email to