On Mon, May 04, 2009 at 08:45:55AM -0700, michel bellis wrote: -> -> The problem is reproducible. I have installed pygr on another PC and -> got exactly the same problem : -> -> If I start a new python console from the 'dos windows', import -> pygr.seqdb works well. -> But if I quit python and I run a test program (with that line inside : -> from pygr import seqdb), that -> raises the ImportError: 'cannot import name seqdb'. -> Finally if I return in a new python console I am not able to import -> seqdb anymore (same ImportError) !
After installation, change directories so that you are no longer in the pygr top-level directory: e.g., python setup.py install cd c:\ python import pygr import pygr.seqdb import pygr.cnestedlist cheers, --titus -- C. Titus Brown, c...@msu.edu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---