[issue11847] OSError importing antigravity module

Ezio Melotti report at bugs.python.org
Fri Apr 15 06:54:14 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

This seems to be a duplicate of #11432.
Can you try to compile the latest Python 3.2 (or 3.3) and see if you still get the problem?

You can do it by following these steps:
hg clone http://hg.python.org/cpython
cd cpython
hg up 3.2
./configure && make
./python
import antigravity

See also http://docs.python.org/devguide/setup.html

----------
nosy: +ezio.melotti
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11847>
_______________________________________


More information about the Python-bugs-list mailing list