[arch-general] wxpython in Arch?
What did I miss? I'm new to Arch, so maybe I failed to do something obvious. I was a Gentoo user and I know that python configuring is not always trivial. Maybe something should have been done after installing the packages? I checked that there is no WiKi page for wxpython, and the python page doesn't help. Neither does googling... TIA Jorge Almeida $ pacman -Q wxpython wxpython 2.8.11.0-2 $ pacman -Q wxgtk wxgtk 2.8.11-2 $ 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
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.
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.
On 01/18/2011 01:14 PM, Jorge Almeida wrote:
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.
Yes, if you look at the dependencies. http://www.archlinux.org/packages/extra/i686/wxpython/ Manne
On Tue, Jan 18, 2011 at 11:52 AM, Manne Merak <mannemerak@gmail.com> wrote:
On 01/18/2011 01:14 PM, Jorge Almeida wrote:
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
Right. Thanks. Jorge
participants (3)
-
Jorge Almeida
-
Manne Merak
-
Ray Rashif