 Re: Removing DRM protection from Kindle for PC ebooks using unswindle
this is the error I get. I'm running ubuntu. Python in wine.
Traceback (most recent call last):
File "C:\Python26\unswindle.py", line 850, in gui_main
unswindler = Unswindler()
File "C:\Python26\unswindle.py", line 727, in __init__
self._mobidedrmpath = self._get_mobidedrm_path()
File "C:\Python26\unswindle.py", line 730, in _get_mobidedrm_path
basedir = sys.modules[self.__module__].__file__
AttributeError: 'module' object has no attribute '__file__'
What am I doing wrong?
|