On Mar 30, 2009, at 11:34 PM, Alex Alekseyenko wrote:
> > blast_test.py doesn't run with a strange error: > $ python blast_test.py > unable to import extension module: cannot import name cnestedlist This simply says that either Pygr has not been built correctly, or that the test framework is not configured correctly. By default, the new test framework uses the pygr source directory (instead of build/ lib-platform-name), so you should build using python setup.py build_ext -i Alternatively, to force the test runner to run using build/lib- platform-name, give it the -b flag: e.g. python blast_test.py -b -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to pygr-dev@googlegroups.com To unsubscribe from this group, send email to pygr-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---