Quote:
Originally Posted by i♥cabbages
Oh, like the directions at the top of the script say, just put the mobidedrm.py script in the same directory as unswindle.pyw. That's all it means.
Things with a .py extension run in a console version of the Python interpreter. Things with a .pyw run in a non-console version, which means you don't get an ugly console window showing up for no reason. That's the only difference.
|
Thanks

Ok, tried that and I get this:
Traceback (most recent call last):
File "C:\Python26\Tools\Scripts\unswindle.pyw", line 630, in gui_main
unswindler = Unswindler()
File "C:\Python26\Tools\Scripts\unswindle.pyw", line 543, in __init__
self._exepath = self._get_exe_path()
File "C:\Python26\Tools\Scripts\unswindle.pyw", line 558, in _get_exe_path
regkey = winreg.OpenKey(system, KINDLE_REG_KEY)
WindowsError: [Error 2] The system cannot find the file specified