Comment 3 for bug 914601

Revision history for this message
Andreas Roehler (a-roehler) wrote :

Hi Richard,

that patch is partly solved by changing the directory structure, which un-breaks something.

must think still about that:

- " from Pymacs.pymacs import main;"
+ "sys.path.append('/Users/reverson/Emacs/el/python-mode/pymacs');"
+ "print sys.path;"
+ " from pymacs import main;"

Cheers,

Andreas