View Single Post
  #1  
Old 04-19-2010, 06:45 AM
Someone_Else Someone_Else is offline
Junior Member
 
Join Date: Apr 2010
Posts: 2
Someone_Else is on a distinguished road
Default

ereader2html.py error: print "Flags: 0x%X" % self.flags". SyntaxError: invalid syntax


Hi all... I have been having problems with the ereader2html.py script.

I got thru line 10 of the instructions...

I input at the command prompt:
Code:
ereader2html.py infile.pdb outdir "My Name" 1234567890123456
The file that needs to be fixed was renamed infile.pdb, so that the command would work as typed. "My Name" is my name of course and I put my credit card number in. The 'outdir' part I don't understand but I put it in anyway.

This is the error that I am getting
Code:
print "Flags: 0x%X" % self.flags"
SyntaxError: invalid syntax
Any ideas on what I am doing wrong???

Thanks
Reply With Quote