On 18 January 2011 19:00, Jorge Almeida <jjalme...@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.

Reply via email to