Comment 2 for bug 1034165

Revision history for this message
Stéphane Castelli (stephcastelli) wrote :

To me it does not seem to be corrected. Using r1152 on Linux on emacs 24.1.1, I still get the same problem.

import os
print(os.getcwd())

Give me my home directory on emacs, whereas I got the right thing on a shell. Also if I import something that is in the same directory, I got a :

File "<stdin>", line 1, in <module>
  File "/usr/tmp/python3-11332kaK.py", line 4, in <module>
    from probleme16 import *
ImportError: No module named probleme16

I hope I do not make you lose time with a stupid mistake.