[BioPython] Biopython 1.20 released
Peter Slickers
piet at clondiag.com
Mon Jul 28 09:56:23 EDT 2003
The newly released archive I have obtained from
http://www.biopython.org/download/ in incomplete.
The whole './Martel' subdirectory is missing.
As a result of this, it is impossible to run
python setup.py successfully in the main directory.
But this problem ONLY occurs when no Martel is
installed at all. If you already have a Martel
from a previous biopython installation, that code is used
and no errors occur.
Is it intended to distribute Martel as a standalone
package?
----------------------------------------------------------------
To reproduce the error, you have to remove any old
Martel before starting the new installation:
cd $somewhere/lib/python2.2/site-packages/
mv Martel Martel_old
cd $elsewhere
tar zxf biopython-1.20.tar.gz
cd biopython-1.20
python setup.py build
running build
running build_py
Traceback (most recent call last):
File "setup.py", line 382, in ?
ext_modules=EXTENSIONS,
File "/data/bioexe/lib/python2.2/distutils/core.py", line 138, in setup
dist.run_commands()
File "/data/bioexe/lib/python2.2/distutils/dist.py", line 902, in run_commands
self.run_command(cmd)
File "/data/bioexe/lib/python2.2/distutils/dist.py", line 922, in run_command
cmd_obj.run()
File "/data/bioexe/lib/python2.2/distutils/command/build.py", line 107, in run
self.run_command(cmd_name)
File "/data/bioexe/lib/python2.2/distutils/cmd.py", line 330, in run_command
self.distribution.run_command(command)
File "/data/bioexe/lib/python2.2/distutils/dist.py", line 922, in run_command
cmd_obj.run()
File "setup.py", line 140, in run
if not is_Martel_installed():
File "setup.py", line 192, in is_Martel_installed
del sys.modules["Martel"] # Delete the old version of Martel.
KeyError: Martel
--
Peter
-------------------------------------------------------------------
Peter Slickers piet at clondiag.com
Clondiag Chip Technologies http://www.clondiag.com/
Löbstedter Str. 105
07749 Jena
Germany
Fon: 03641/5947-65 Fax: 03641/5947-20
-------------------------------------------------------------------
More information about the BioPython
mailing list