View Single Post
  #28  
Old 02-27-2011, 02:19 PM
supraman215 supraman215 is offline
Junior Member
 
Join Date: Feb 2011
Posts: 3
supraman215 is on a distinguished road
Default

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?
Reply With Quote