Quote:
Originally Posted by Someone_Else
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???
|
Python is white space sensitive. Make sure you download the file from pastebin, not copy-paste it.
If you use Python 3.x, you can also try to use Python 2.6.x instead.