Re: wxPython libraries never detected

2007-02-12 Thread Chris Mellon
On 10 Feb 2007 07:55:05 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, I recently started coding with Python and I've been trying for the > past hour or so to determine why, every time I "import wx" (or compile > another piece of code that imports wx), Python can never find the > librari

Re: wxPython libraries never detected

2007-02-10 Thread Steve Holden
hg wrote: > hg wrote: > >> [EMAIL PROTECTED] wrote: >> >>> On Feb 10, 1:07 pm, hg <[EMAIL PROTECTED]> wrote: By default, you need to have wx installed in the python site-package path / under Mandriva, I have wx 2.8 installed here: /usr/lib/python2.4/site-packages/wx-2.8-gtk2-ansi/

Re: wxPython libraries never detected

2007-02-10 Thread hg
hg wrote: > [EMAIL PROTECTED] wrote: > >> On Feb 10, 1:07 pm, hg <[EMAIL PROTECTED]> wrote: >>> By default, you need to have wx installed in the python site-package >>> path / under Mandriva, I have wx 2.8 installed >>> here: /usr/lib/python2.4/site-packages/wx-2.8-gtk2-ansi/ >>> >>> hg >> >> A

Re: wxPython libraries never detected

2007-02-10 Thread hg
[EMAIL PROTECTED] wrote: > On Feb 10, 1:07 pm, hg <[EMAIL PROTECTED]> wrote: >> By default, you need to have wx installed in the python site-package path >> / under Mandriva, I have wx 2.8 installed >> here: /usr/lib/python2.4/site-packages/wx-2.8-gtk2-ansi/ >> >> hg > > Ah, now I see. But I hav

Re: wxPython libraries never detected

2007-02-10 Thread d . lidell
On Feb 10, 1:07 pm, hg <[EMAIL PROTECTED]> wrote: > By default, you need to have wx installed in the python site-package path / > under Mandriva, I have wx 2.8 installed > here: /usr/lib/python2.4/site-packages/wx-2.8-gtk2-ansi/ > > hg Ah, now I see. But I have a new problem: "ls /usr/lib/python

Re: wxPython libraries never detected

2007-02-10 Thread hg
[EMAIL PROTECTED] wrote: > Hi, I recently started coding with Python and I've been trying for the > past hour or so to determine why, every time I "import wx" (or compile > another piece of code that imports wx), Python can never find the > libraries. > > I'm running Ubuntu Edgy 6.10, and, as per

Re: wxPython libraries never detected

2007-02-10 Thread Paul Hummer
[EMAIL PROTECTED] wrote: > Hi, I recently started coding with Python and I've been trying for the > past hour or so to determine why, every time I "import wx" (or compile > another piece of code that imports wx), Python can never find the > libraries. > > I'm running Ubuntu Edgy 6.10, and, as per