Quote:
Originally Posted by kyevey
Hey guys I'm running python 2.6.3 on mac with ereader2html.py vers 0.3
Here is my argument:
(After cd /Users/Doelmans/ebookutil/
python 'ereader2html.py' 'Arm.pdb' 'Testing' 'Kyle Doelman' 12345678
Thanks in Advance!
KyEvey
|
Since no one has answered you yet, I'll give this a shot! I use double quotation marks
only around my name. I put the book to dedrm and the output in the python folder where the script is. So where you have 'testing', I use c:\python26. It would look like this: c:\python26>ereader2html.py Arm.pdb c:\python26 "Kyle Doelman" 12345678
Good luck!