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

--
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to