[BioPython] Problems building biopython-based script with py2exe

Leighton Pritchard lpritc at scri.sari.ac.uk
Fri Apr 2 03:57:23 EST 2004


Well spotted.  I see from the CVS that Brad has already fixed it, too -
now /that/ is service :)

(My Windows install is behind the CVS and still has my hack, which may
be the reason besides my poor proofreading that I hadn't noticed it -
:oops: )

Michael Cariaso wrote:
 > perhaps one more minor issue was overlooked.
 >
 > Bio/__init__.py : 93
 >        zipfiles = __import__("Bio.config", {}, {},
 > ["Bio"]).__loader__.files
 > doesn't work for me. But (with the '_' before files) it does
 >        zipfiles = __import__("Bio.config", {}, {},
 > ["Bio"]).__loader__._files
 >
 >
 > Brad Chapman wrote:
 >
 >> Hi Leighton, Andy;
 >>
 >> Me:
 >>
 >>
 >>>>> Could you please verify that I did everything right and didn't mess
 >>>>> anything up on typing it up? Ugh, all those list comprehensions and
 >>>>> import hacks and my head is a bit tired right now; so hopefully I
 >>>>> did a decent job.
 >>>>>
 >>
 >>
 >> Leighton:
 >>
 >>
 >>>> Just off by a couple of typos:
 >>>>
 >>
 >>
 >> Thanks -- I just got these all fixed. You also get yourself added to
 >> the contributors file with happy lines of code. Thanks again for
 >> your work on this.
 >>
 >> Andy:
 >>
 >>
 >>> Please commit the changes ASAP,
 >>> I just updated my biopython and tried to install and got an error at
 >>> line 54 in the Bio.__init__.py
 >>>
 >>
 >>
 >> Yeah, I'm a mess. Sorry about that. The fixes were checked in
 >> (actually about 15 minutes before I received your mail -- how's that
 >> for service :-). It just might take a bit to propagate over to
 >> anonymous CVS.
 >>
 >> Brad
 >> _______________________________________________
 >> BioPython mailing list  -  BioPython at biopython.org
 >> http://biopython.org/mailman/listinfo/biopython
 >>
 >>
 >>
 >
 > _______________________________________________
 > BioPython mailing list  -  BioPython at biopython.org
 > http://biopython.org/mailman/listinfo/biopython
 >
 >


-- 
Dr Leighton Pritchard AMRSC
D104, PPI, Scottish Crop Research Institute
Invergowrie, Dundee, DD2 5DA, Scotland, UK
E: lpritc at scri.sari.ac.uk	W: http://bioinf.scri.sari.ac.uk/index.shtml
T: +44 (0)1382 568579		F: +44 (0)1382 568578
PGP key FEFC205C: GPG key E58BA41B: http://www.keyserver.net



More information about the BioPython mailing list