2011年6月1日

そもそも、python-mode がちゃんと動いてないし。。。[失敗]

python.el だと、run-python で以下のエラー

>>> Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named emacs
>>>   File "<stdin>", line 1
    emacs.eexecfile ("c:/temp/gnupack/py5560EKf")

python-mode.el だと、C-c C-c はうまくいくけど、C-c !
でやると

Python 2.6.5 (r265:79063, Jun 12 2010, 17:07:01)
[GCC 4.3.4 20090804 (release) 1] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 1+1
  File "<stdin>", line 1
    1+1
       ^
SyntaxError: invalid syntax

だと。なんかディレクトリが違うとか何とからしいけど、わからない。。

0 件のコメント:

コメントを投稿