Re: Eclipse, Python, wxPython and code completion

2008-08-11 Thread Stef Mientki
[EMAIL PROTECTED] wrote: Hello, I've installed Eclipse, Python 2.5 and wxPython on Ubuntu 8.04. The problem is that I can't get code completion for wx module. I don't know if it occurs the same with other libraries outside the python "core". If I compile/run my code containing the wx library, I

Re: Eclipse, Python, wxPython and code completion

2008-08-11 Thread azrael
if you need a good python ide with great code completition, then why don't you try WingIde. On 11 kol, 10:49, [EMAIL PROTECTED] wrote: > On 11 ago, 04:34, "SPE - Stani's Python Editor" > > > > > > <[EMAIL PROTECTED]> wrote: > > On 10 aug, 20:42, [EMAIL PROTECTED] wrote: > > > > Hello, > > > > I'

Re: Eclipse, Python, wxPython and code completion

2008-08-11 Thread leon . domingo
On 11 ago, 04:34, "SPE - Stani's Python Editor" <[EMAIL PROTECTED]> wrote: > On 10 aug, 20:42, [EMAIL PROTECTED] wrote: > > > > > Hello, > > > I've installed Eclipse, Python 2.5 and wxPython on Ubuntu 8.04. The > > problem is that I can't get code completion for wx module. I don't > > know if it oc

Re: Eclipse, Python, wxPython and code completion

2008-08-10 Thread SPE - Stani's Python Editor
On 10 aug, 20:42, [EMAIL PROTECTED] wrote: > Hello, > > I've installed Eclipse, Python 2.5 and wxPython on Ubuntu 8.04. The > problem is that I can't get code completion for wx module. I don't > know if it occurs the same with other libraries outside the python > "core". > > If I compile/run my cod

Re: Eclipse, Python, wxPython and code completion

2008-08-10 Thread Benjamin Kaplan
One of the problems with Ubuntu's repositories is that they are not always kept up to date. The version of eclipse is 2 years old, and PyDev is 24 updates behind. The newer versions handle code completion better. Download eclipse from www.eclipse.org (its already compiled, just unzip and run) and

Eclipse, Python, wxPython and code completion

2008-08-10 Thread leon . domingo
Hello, I've installed Eclipse, Python 2.5 and wxPython on Ubuntu 8.04. The problem is that I can't get code completion for wx module. I don't know if it occurs the same with other libraries outside the python "core". If I compile/run my code containing the wx library, I get an application running