Mailinglist Archive: opensuse (4417 mails)
| < Previous | Next > |
Re: [SLE] BitTorrent gui fails with missing wxPython.wx
- From: Richard Bos <radoeka@xxxxxxxxx>
- Date: Tue, 18 Nov 2003 22:39:59 +0100
- Message-id: <200311182239.59314.radoeka@xxxxxxxxx>
Op dinsdag 18 november 2003 22:30, schreef Sylvanus A. Currie:
> I'm using SuSE 8.2
> updatedb has not found wxPyhon.wx on my system
you need to run updatedb and than check for the file with locate.
But it is provided by: python-wxGTK
rpm -qlp python-wxGTK-2.4.0.2-47.i586.rpm | grep wx.py
/usr/lib/python2.2/site-packages/wxPython/wx.py
Most likely the app expects it in another location. Perhaps a symlink to the
higher directory helps (very wild guess!).
--
Richard Bos
Without a home the journey is endless
> I'm using SuSE 8.2
> updatedb has not found wxPyhon.wx on my system
you need to run updatedb and than check for the file with locate.
But it is provided by: python-wxGTK
rpm -qlp python-wxGTK-2.4.0.2-47.i586.rpm | grep wx.py
/usr/lib/python2.2/site-packages/wxPython/wx.py
Most likely the app expects it in another location. Perhaps a symlink to the
higher directory helps (very wild guess!).
--
Richard Bos
Without a home the journey is endless
| < Previous | Next > |