Dear group, 

I want to parse an file generated for windows.
My code works beautifully when I try to parse the same
file generated in Linux. 

I uses the following options with no success:

blast_out = open('C:\human\prb_blast.out','r')

blast_out = open('C:\human\prb_blast.out','rU')

blast_out = open('C:\human\prb_blast.out','U')

Are there any other ways to solve this problem. 

Since the question is more of biopython question I
posted detailed question on biopython forum. apologies
for any inconvenience. 

thanks
srini


      
____________________________________________________________________________________
Be a better sports nut!  Let your teams follow you 
with Yahoo Mobile. Try it now.  
http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to