[BioPython] installation help

tarjei@genome.wi.mit.edu tarjei@genome.wi.mit.edu
Mon, 13 Jan 2003 17:34:39 -0500


Quoting Sevinsky  Joel <sevinsky@colorado.edu>:


> First they both fail, and then they both work.  import Martel comes up
> with the same TextTools error, then Bio has a new error, and then they
> both import fine.

 The fact that the second import works probably doesn't mean that the error is 
gone. Python appears to have the bug/feature that if an import statement finds 
a module, but then fails while parsing it, the name of the module remains in 
the namespace, so that subsequent import statements will not parse it again 
(and hence avoids the error).

 - Tarjei


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/