Comment 1 for bug 1445948

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 1445948] [NEW] No such file or directory: '/tmp/ipython-....py'

Am 19.04.2015 um 17:59 schrieb Zeitlinie:
> Public bug reported:
>
> Hi,
>
> with the present python-mode revno: 1842 and vanilla Emacs 24.3.1 I am
> completely stuck with frequent and erratic occurrence error messages of
> type
>
> ---------------------------------------------------------------------------
> IOError Traceback (most recent call last)
> <ipython-input-30-f3cf7bacfa68> in <module>()
> ----> 1 exec(compile(open('/tmp/ipython-5828X6t.py').read(), '/tmp/ipython-5828X6t.py', 'exec')) # PYTHON-MODE
>
> IOError: [Errno 2] No such file or directory: '/tmp/ipython-5828X6t.py'
>
> These errors show up irregularly and very frequently on any set of commands submitted to the interpreter by C-c |
> Using emacs and ipython this way is impossible.
>

Hmm, may you send some example code, which triggers the bug?
All tests pass here so far.

Might be related to virtualenv resp. write-permissions.