[Bug 6128] "py.test2.4" fails
James Henstridge
james.henstridge at canonical.com
Wed Feb 15 03:18:01 UTC 2006
Public bug report changed:
https://launchpad.net/malone/bugs/6128
Comment:
The exact errors are:
$ py.test2.4
Traceback (most recent call last):
File "/usr/bin/py.test2.4", line 3, in ?
from _findpy import py
ImportError: No module named _findpy
Editing /usr/bin/py.test4 and changing the line "from _findpy import py"
to "import py" corrects the problem (as stated in the initial comment).
More information about the universe-bugs
mailing list