Python-mode import problem
Posted
by smith
on Stack Overflow
See other posts from Stack Overflow
or by smith
Published on 2010-04-17T13:20:00Z
Indexed on
2010/04/17
13:23 UTC
Read the original article
Hit count: 197
I'm trying to use Emacs as a python editor and it works fine when I evaluate(C-c C-c) only single files but when I evaluate a file that imports another file in the same directory, I get an error saying that the file could not be imported.
Does anyone know of a workaround?
Thanks in advance
© Stack Overflow or respective owner