On Mon, May 04, 2009 at 05:40:23AM -0700, michel bellis wrote:
-> I have installed the 0.8 version following the instructions given in
-> http://code.google.com/p/pygr/wiki/PygrOnWindows and using the command
-> python setup.py install.
-> It seems that the __init__.py does not allow to call for the different
-> modules (e.g. import pygr.seqdb or from
-> pygr import seqdb).
-> I wonder what I have to do to access the different modules.

Hi Michel,

>>> import pygr.seqdb

will work, once pygr is installed correctly.  __init__ just doesn't
import them in advance.

I'm guessing you've tried that and it didn't work, however ;).  Could
you check to see if pygr ended up in your site-packages directory after
your install command?  It should be something like:

        c:\python24\site-packages\

although I'm not 100% sure -- just search for 'seqdb.py' on your hard
drive.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to