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/ _______________________________________________ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode