ofanoyi / pygr

Automatically exported from code.google.com/p/pygr
0 stars 0 forks source link

Commit 'nicer-error'' branch to master #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The 'nicer-error' branch on github prints out the following message when
runtest can't import stuff:

    Unable to import extension modules: 'cannot import name cnestedlist'

    Either build in place with: python setup.py build_ext -i

    Or pass the -b flag to runtest.py (see runtest.py -h for more details)

Note, this patch setaddresses (but does not close) issue #78.

(Reviewed by titus)

Original issue reported on code.google.com by the.good...@gmail.com on 26 Apr 2009 at 8:41

GoogleCodeExporter commented 8 years ago
Refined patch, added better path information printing for errors and for 
regular use
as well, 

Fixed points 1 and 2 of issue 78. Point 3 needs some other type of change maybe
manual override.

Original comment by istvan.a...@gmail.com on 27 Apr 2009 at 3:51

GoogleCodeExporter commented 8 years ago
The code has been committed to master, closing the issue.

Original comment by mare...@gmail.com on 13 May 2009 at 2:03