This is a bit long sorry!
So people i have read everyones messages and followed the advise and still i am getting no where so i'm hoping if i tell you all what i'm using and typing someone can tell me where i am going wrong. thanks in advance.
So i installed Pythonwin as advised on darkreverser's blog and have downloaded the text file Python Script for eReader2html.py 080312 also on the blog, i entered the script into the python editer and saved it as a script file which i than ran using the pythonwin which gave me the following message:
PythonWin 2.6.2 (r262:71600, Apr 21 2009, 15:05:37) [MSC v.1500 32 bit (Intel)] on win32.
Portions Copyright 1994-2008 Mark Hammond - see 'Help/About PythonWin' for further copyright information.
>>> C:\Users\Lindsay\Books\Angels pain\ereader2html.py.py:1: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import struct, binascii, zlib, os, sha, sys, os.path
eReader2Html v0.03. Copyright (c) 2008 The Dark Reverser
Converts eReader books to HTML
Usage:
ereader2html infile.pdb outdir "your name" credit_card_number
Note:
It's enough to enter the last 8 digits of the credit card number
Then i entered the info as it says and i received the following message:
PythonWin 2.6.2 (r262:71600, Apr 21 2009, 15:05:37) [MSC v.1500 32 bit (Intel)] on win32.
Portions Copyright 1994-2008 Mark Hammond - see 'Help/About PythonWin' for further copyright information.
>>> C:\Users\Lindsay\Books\Angels pain\ereader2html.py.py:1: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import struct, binascii, zlib, os, sha, sys, os.path
eReader2Html v0.03. Copyright (c) 2008 The Dark Reverser
Converts eReader books to HTML
Usage:
ereader2html infile.pdb outdir "your name" credit_card_number
Note:
It's enough to enter the last 8 digits of the credit card number
>>> ereader2html.py AngelsPain_74111.pdb C:\Users\Lindsay\Books\Angels pain "miss l pitchford" xxxxxxxx
Traceback ( File "<interactive input>", line 1
ereader2html.py AngelsPain_74111.pdb C:\Users\Lindsay\Books\Angels pain "miss l pitchford" xxxxxxxx
^
SyntaxError: invalid syntax
>>>
So if someone could tell me what i'm doing wrong before i kill my laptop i would really appreciate it, oh i'm using vista if that makes a difference.
Many Thanks
Lindsay