Ropemacs does not work under windows environment

344 Views Asked by At

I am trying to use Emacs as my Python IDE under win32. I referred to several posts on the Internet and I had yasinppet, auto-complete, pymacs, ropemacs installed on my Emacs. It shows that Emacs will load python mode, rope mode, yas mode and auto-complete mode after I create a *.py file. But I got an error saying that the system cannot find pymacs.py file when I tried to use functions like "Goto definition" (C-c g) of rope. I am quite sure I have installed pymacs correctly and the path is right. So anyone can help me out of this?

WindowsError: [Error 3] The system cannot find the path specified:
 Traceback (most recent call last):
  File "C:\\Python27\\Pymacs\\Pymacs\\pymacs.py", line 265, in loop
    value = eval(text)
  File "<string>", line 1, in <module>
UnicodeDecodeError: \'ascii\' codec can\'t decode byte 0xe5 in position 12:
         ordinal not in range(128)
0

There are 0 best solutions below