[Python-mode] pymacs-start-services fails
Andreas Roehler
andreas.roehler at online.de
Tue Mar 23 22:35:18 CET 2010
Hi,
get a strange error loading pymacs with
GNU Emacs 23.1.92.1 (i686-pc-linux-gnu, GTK+ Version 2.12.0) of 2010-02-19
Pymacs-0.24-beta1
pymacs-eval resp. `pymacs-start-services' fails
In *Pymacs*-buffer it says:
"No module named Pymacs.pymacs"
While after python -v in a python-shell
from Pymacs.pymacs import main
seem to work well:
from Pymacs.pymacs import main
import Pymacs # directory Pymacs
# Pymacs/__init__.pyc matches Pymacs/__init__.py
import Pymacs # precompiled from Pymacs/__init__.pyc
# Pymacs/pymacs.pyc matches Pymacs/pymacs.py
import Pymacs.pymacs # precompiled from Pymacs/pymacs.pyc
So modules as such seem present.
However, from ipython-shell
from Pymacs.pymacs import main
fails too with
"No module named Pymacs.pymacs"
Any ideas?
Thanks
Andreas
--
https://code.launchpad.net/~a-roehler/python-mode
https://code.launchpad.net/s-x-emacs-werkstatt/
More information about the Python-mode
mailing list