Nohmi - In the Python25 directory, what extension does your mobidedrm files have? When I downloaded the files, I believe they were text files with a .txt extension. In order for them to be recognized as python files, they need to be renamed to .py files. Quickest way to check this: open a command window again and cd c:\python25 and then at c:\python25> type: dir This is a "directory" command and shows you the files in that directory. In the list find your mobidedrm* files and see if they are .txt or .py. If they are .txt, they need to be renamed to .py.
|