[issue11847] OSError importing antigravity module

2011-04-15 Thread ackounts
ackounts added the comment: You right, webbrowser.open fails too. It was a duplicate one, sorry guys. -- resolution: -> duplicate status: open -> closed ___ Python tracker ___

[issue11847] OSError importing antigravity module

2011-04-14 Thread Ross Lagerwall
Ross Lagerwall added the comment: As an extra, presumably if you just do: import webbrowser webbrowser.open("http://www.python.org";) it also fails? -- nosy: +rosslagerwall status: pending -> open type: crash -> behavior ___ Python tracker

[issue11847] OSError importing antigravity module

2011-04-14 Thread Ezio Melotti
Ezio Melotti 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 im

[issue11847] OSError importing antigravity module

2011-04-14 Thread Santoso Wijaya
Changes by Santoso Wijaya : -- nosy: +santa4nt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue11847] OSError importing antigravity module

2011-04-14 Thread ackounts
New submission from ackounts : When I try to import antigravity module on Linux I get an error (on Windows it runs fine): Python 3.2 (r32:88445, Feb 21 2011, 01:55:53) [GCC 4.5.2 20110127 (prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import