After read Ryan's emacs-as-a-powerful-python-ide I finally set up emacs for python. Here is the tips, or problems I encountered
1. jde
error:
File error: Cannot open load file, jde
fix:
edit ~/.emacs.d/dot-emacs, comment out the line
;;(load-library "ryan-java"
2. End of file during parsing
error:
End of file during parsing: /home/yang/.emacs
fix:
edit ~/.emacs.d/dot-emacs, add a line like this
'(w3m-default-display-inline-images t)
;;add a line here
)
;;add a line here
(custom-set-faces
3. Pymacs got an invalid initial repl
error:
Pymacs got an invalid initial repl
fix:
uninstall pymacs provided with ubuntu 8.04, install the latest version
sudo apt-get purge pymacs
tar -xgf Pymacs.tar.gz
cd Pymacs-0.23/
sudo python setup.py install
hope this will be helpful.
Showing posts with label python. Show all posts
Showing posts with label python. Show all posts
Thursday, August 14, 2008
Subscribe to:
Posts (Atom)