Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Other discussions > Removing DRM protection from eBooks
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 05-05-2010, 08:00 PM
CCUC CCUC is offline
Junior Member
 
Join Date: May 2010
Posts: 4
CCUC is on a distinguished road
Default

error: 'ereader2html.py' is not recognized as an internal or external command...


I followed the steps mentioned up to Point 10, where I just couldn't get the terminal input correct and kept getting an error message "ereader2html.py is not recognized as an internal or external command, operable program or batch file".
My input was as follows :
ereader2html.py Bill_America_s_Finest_Compa.pdb outdir "MyName" 1234567812345678

Would you help me please?
Reply With Quote
  #2  
Old 05-06-2010, 03:43 AM
Stream Recorder
 
Posts: n/a
Default

Re: error: 'ereader2html.py' is not recognized as an internal or external command...


Quote:
Originally Posted by CCUC View Post
I followed the steps mentioned up to Point 10, where I just couldn't get the terminal input correct and kept getting an error message "ereader2html.py is not recognized as an internal or external command, operable program or batch file".
My input was as follows :
ereader2html.py Bill_America_s_Finest_Compa.pdb outdir "MyName" 1234567812345678

Would you help me please?
You need to run ereader2html.py from the directory where it is located. Or you need to specify the path to it explicitly. Repeat the steps mentioned above.
Reply With Quote
  #3  
Old 05-06-2010, 11:49 AM
CCUC CCUC is offline
Junior Member
 
Join Date: May 2010
Posts: 4
CCUC is on a distinguished road
Default

Re: error: 'ereader2html.py' is not recognized as an internal or external command...


Quote:
Originally Posted by Stream Recorder View Post
You need to run ereader2html.py from the directory where it is located. Or you need to specify the path to it explicitly. Repeat the steps mentioned above.
Here are the steps I followed:
1.Install Python.
2.Create a working directory. (eBook)
3.Copy ereader2html.py to the working directory.
4.Copy Bill_America_s_Finest_Compa.pdb file to the ebook directory.
5.Open File Explorer and navigate to the working directory.
6.Right click an item in the list on the left and select "Properties".
7.Highlight the directory information after "Location:". Right click and select "Copy".
8.Open command prompt (in Windows).
9.Type: "cd " (no quotes needed) and right click to paste the directory information you just copied, and hit enter. (cd C:\Documents and Settings\CCUC DOCS\My Documents\BOOKS\Bill Staton\eBook )
10.From command prompt, enter the command as documented:

ereader2html.py Bill_America_s_Finest_Compa.pdb outdir "My Name" 1234567812345678

And then I receive: 'ereader2html.py' is not recognized as an internal or external command, operable program or batch file.

Is something that I am doing wrong?
Reply With Quote
  #4  
Old 05-06-2010, 01:40 PM
Stream Recorder
 
Posts: n/a
Default

Re: error: 'ereader2html.py' is not recognized as an internal or external command...


Quote:
Originally Posted by CCUC View Post
Here are the steps I followed:
1.Install Python.
2.Create a working directory. (eBook)
3.Copy ereader2html.py to the working directory.
4.Copy Bill_America_s_Finest_Compa.pdb file to the ebook directory.
5.Open File Explorer and navigate to the working directory.
6.Right click an item in the list on the left and select "Properties".
7.Highlight the directory information after "Location:". Right click and select "Copy".
8.Open command prompt (in Windows).
9.Type: "cd " (no quotes needed) and right click to paste the directory information you just copied, and hit enter. (cd C:\Documents and Settings\CCUC DOCS\My Documents\BOOKS\Bill Staton\eBook )
10.From command prompt, enter the command as documented:

ereader2html.py Bill_America_s_Finest_Compa.pdb outdir "My Name" 1234567812345678

And then I receive: 'ereader2html.py' is not recognized as an internal or external command, operable program or batch file.

Is something that I am doing wrong?
So Bill_America_s_Finest_Compa.pdb and ereader2html.py are located in the following directory?
Code:
C:\Documents and Settings\CCUC DOCS\My Documents\BOOKS\Bill Staton\eBook
And when you use command prompt, you launch ereader2html.py from the same directory?
Reply With Quote
  #5  
Old 05-07-2010, 10:07 AM
CCUC CCUC is offline
Junior Member
 
Join Date: May 2010
Posts: 4
CCUC is on a distinguished road
Default

Re: error: 'ereader2html.py' is not recognized as an internal or external command...


Quote:
Originally Posted by Stream Recorder View Post
So Bill_America_s_Finest_Compa.pdb and ereader2html.py are located in the following directory?
Code:
C:\Documents and Settings\CCUC DOCS\My Documents\BOOKS\Bill Staton\eBook
And when you use command prompt, you launch ereader2html.py from the same directory?
What a silly mistake.

I had been working over the directory
C:\Documents and Settings\CCUC DOCS\My Documents\BOOKS\Bill Staton
Instead of
C:\Documents and Settings\CCUC DOCS\My Documents\BOOKS\Bill Staton\eBook

Now that I found my mistake, it is working great!

Thank you so much for your help and patience.
Reply With Quote
  #6  
Old 08-16-2010, 12:35 AM
ljdahl ljdahl is offline
Junior Member
 
Join Date: Aug 2010
Posts: 5
ljdahl is on a distinguished road
Default

Re: error: 'ereader2html.py' is not recognized as an internal or external command...


I'm in the same boat. I bought some books from Barnes & Noble (pdb format), am trying to get them onto my ibooks - where I have all the rest of this particular series.

Here are the steps I followed:
1.Install Python.
2.Created a directory for all the python stuff (c:\python26)
3.Copy ereader2html.py to the working directory.
4.Copy Say.pdb file to the python26 directory.
5.Open File Explorer and navigate to the working directory.
6.Right click an item in the list on the left and select "Properties".
7.Highlight the directory information after "Location:". Right click and select "Copy".
8.Open command prompt (in Windows).
9.Type: "cd " (no quotes needed) and right click to paste the directory information you just copied, and hit enter. (cd C: )
10.From command prompt, enter the command as documented:

ereader2html.py say.pdb outdir "My Name" 1234567812345678

And then I receive: 'EREADER2HTML.py' is not recognized as an internal or external command, operable program or batch file.

Is something that I am doing wrong?

I've double checked and my python directory is off the root. I've tried both the C:\ereader.... and C:\python26>ereader.... with the same results.

Thoughts?
Reply With Quote
  #7  
Old 08-16-2010, 01:13 AM
Stream Recorder
 
Posts: n/a
Default

Re: error: 'ereader2html.py' is not recognized as an internal or external command...


Quote:
Originally Posted by ljdahl View Post
ereader2html.py say.pdb outdir "My Name" 1234567812345678

And then I receive: 'EREADER2HTML.py' is not recognized as an internal or external command, operable program or batch file.

Is something that I am doing wrong?
Run it this way:
Code:
python ereader2html.py say.pdb outdir "My Name" 1234567812345678
Read the following page for more
http://docs.python.org/faq/windows
Reply With Quote
  #8  
Old 08-16-2010, 12:25 PM
ljdahl ljdahl is offline
Junior Member
 
Join Date: Aug 2010
Posts: 5
ljdahl is on a distinguished road
Default

Re: error: 'ereader2html.py' is not recognized as an internal or external command...


I think I know what the issue is. I downloaded the f7be19a99 file - the one that is supposed to be the ereader2html.py file - but it's a text file when you download it and not a py file.

So - do you know how to change it to a py file or is it just a matter of renaming it?

Much appreciated.
L
Reply With Quote
  #9  
Old 08-16-2010, 09:46 PM
Stream Recorder
 
Posts: n/a
Default

Re: error: 'ereader2html.py' is not recognized as an internal or external command...


Quote:
Originally Posted by ljdahl View Post
I downloaded the f7be19a99 file - the one that is supposed to be the ereader2html.py file - but it's a text file when you download it and not a py file.

So - do you know how to change it to a py file or is it just a matter of renaming it?
Just rename f7be19a99.txt onto ereader2html.py .
Reply With Quote
  #10  
Old 08-17-2010, 07:52 AM
ljdahl ljdahl is offline
Junior Member
 
Join Date: Aug 2010
Posts: 5
ljdahl is on a distinguished road
Default

Re: error: 'ereader2html.py' is not recognized as an internal or external command...


I will try that - thank you.
Lydija.
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 10:39 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons