18 Jan
2011
18 Jan
'11
11:14 a.m.
On Tue, Jan 18, 2011 at 11:03 AM, Ray Rashif <schiv@archlinux.org> wrote:
On 18 January 2011 19:00, Jorge Almeida <jjalmeida@gmail.com> wrote:
$ python Python 3.1.3 (r313:86834, Dec 1 2010, 12:35:23) [GCC 4.5.1 20101125 (prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import wx Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named wx
$ python2
python symlinks to python3. See frontpage news.
OK, thank you. I suppose wxpython is one of those programs that still require python2... J.