View Single Post
  #15  
Old 04-25-2010, 05:54 PM
nieve899 nieve899 is offline
Junior Member
 
Join Date: Apr 2010
Posts: 1
nieve899 is on a distinguished road
Default

Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...


On both types Name_file.pdb and 129384984_Name_file.pdb, no matter what syntax I use, I receive the error message:

Code:
File "C:\Documents and Settings\user\My documents\My BN eBooks\my@mail.com\ereader2html.py[/email]", line 420
    print "Flags: 0x%X" % self.flags
                      ^
SyntaxError: invalid syntax
The command I ran:
Code:
ereader2html.py changesdresdenfiless_9781101186305.pdb outdir "My Name" 1111222233334444
I donīt know anything about python, but if I just block it out with # Iīm forwarded to a syntax error at the next instance of a closing parenthesis in a print statement.
Reply With Quote