View Single Post
Old 12-17-2009, 05:47 PM   #85
phenomshel
ZCD BombShel
phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.phenomshel ought to be getting tired of karma fortunes by now.
 
phenomshel's Avatar
 
Posts: 4,793
Karma: 8293322
Join Date: Jan 2009
Location: The Frozen North (aka Illinois, USA)
Device: iPad, STB Kindle Oasis
Quote:
Originally Posted by i♥cabbages View Post
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
phenomshel is offline   Reply With Quote