On 01/18/2011 01:14 PM, Jorge Almeida wrote:
On Tue, Jan 18, 2011 at 11:03 AM, Ray Rashif<schiv@xxxxxxxxxxxxx> wrote:
On 18 January 2011 19:00, Jorge Almeida<jjalmeida@xxxxxxxxx> 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.
Yes, if you look at the dependencies.
http://www.archlinux.org/packages/extra/i686/wxpython/
Manne