[BioPython] Problems building biopython-based script with py2exe

Michael Cariaso Cariaso at yahoo.com
Thu Apr 1 19:00:31 EST 2004


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



More information about the BioPython mailing list