View Single Post
Old 12-01-2008, 08:18 PM   #81
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by papa4ahe View Post
Ok, so I tried a different script from another download. When I use dir *.py on the command line, it says file not found. But I do see it explorer in the Scrips file in the python26 path. I took the file "MobiDeDRM.py 0.02.txt and changed it to MobiDeDRM.py by eliminating all the other parts. Also, I have tried MobiDeDRM02.py without success. Not sure what to do now. Seems like I have checked and rechecked everything ten times. When I try to run it, it says not recognized as an internal or external file. Any ideas where to go from here. I did clit easily so I figured I could do this one. Oh my!!
Well Clit.exe was an executable while a .py is not really a command but depends on the installation of python to work. What is supposed to happen is typing or clicking MobiDeDRM.py should cause python to start and execute the script for you. This depends on an association between python and the extension .py. This is like .doc will cause word to open.

The second solution is to try to get python working first. Go to your installation of Python and look for the .exe startup program and typing it in. Likely python.exe. Does this work? If so you could copy the mobidedrm.py script to the same folder and then type: python mobidedrm.py and see if this does anything. Report your findings.

Dale
DaleDe is offline   Reply With Quote