473,378 Members | 1,493 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Eclipse, Python, wxPython and code completion

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 correctly, so it looks that definition works fine.
Obviously, the obstacle is that I don't know (I don't want to either)
the name of every method of every wxPython class so it's difficult to
develop anything within this environment.

Thanks a lot

Note: I'm a newbie-coming-from-"Billy's"-WindowsXP
Aug 10 '08 #1
4 2418
On 10 aug, 20:42, leon.domi...@gmail.com 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 get an
application running correctly, so it looks that definition works fine.
Obviously, the obstacle is that I don't know (I don't want to either)
the name of every method of every wxPython class so it's difficult to
develop anything within this environment.

Thanks a lot

Note: I'm a newbie-coming-from-"Billy's"-WindowsXP
You can try SPE which is written in wxPython itself and has very good
code completion for wxPython. It also includes some wxPython GUI
builders such as wxGlade and XRCed. I improved it a lot for Hardy,
which I use myself:
sudo apt-get install spe

Stani
Aug 11 '08 #2
On 11 ago, 04:34, "SPE - Stani's Python Editor"
<spe.stani...@gmail.comwrote:
On 10 aug, 20:42, leon.domi...@gmail.com 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 get an
application running correctly, so it looks that definition works fine.
Obviously, the obstacle is that I don't know (I don't want to either)
the name of every method of every wxPython class so it's difficult to
develop anything within this environment.
Thanks a lot
Note: I'm a newbie-coming-from-"Billy's"-WindowsXP

You can try SPE which is written in wxPython itself and has very good
code completion for wxPython. It also includes some wxPython GUI
builders such as wxGlade and XRCed. I improved it a lot for Hardy,
which I use myself:
sudo apt-get install spe

Stani
Thanks, Stani

I will check this out
Aug 11 '08 #3
if you need a good python ide with great code completition, then why
don't you try WingIde.

On 11 kol, 10:49, leon.domi...@gmail.com wrote:
On 11 ago, 04:34, "SPE - Stani's Python Editor"

<spe.stani...@gmail.comwrote:
On 10 aug, 20:42, leon.domi...@gmail.com 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 get an
application running correctly, so it looks that definition works fine.
Obviously, the obstacle is that I don't know (I don't want to either)
the name of every method of every wxPython class so it's difficult to
develop anything within this environment.
Thanks a lot
Note: I'm a newbie-coming-from-"Billy's"-WindowsXP
You can try SPE which is written in wxPython itself and has very good
code completion for wxPython. It also includes some wxPython GUI
builders such as wxGlade and XRCed. I improved it a lot for Hardy,
which I use myself:
sudo apt-get install spe
Stani

Thanks, Stani

I will check this out
Aug 11 '08 #4
le**********@gmail.com 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 get an
application running correctly, so it looks that definition works fine.
Obviously, the obstacle is that I don't know (I don't want to either)
the name of every method of every wxPython class so it's difficult to
develop anything within this environment.

In the IDE I use (under winXP),
sometimes the wx dictionairy is available,
sometimes it's not.
It's totally unclear to me why this happens,
but I noticed that it helps, to import the wx library as one of the very
first import statements.

cheers,
Stef
Thanks a lot

Note: I'm a newbie-coming-from-"Billy's"-WindowsXP
--
http://mail.python.org/mailman/listinfo/python-list
Aug 11 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: G.A. | last post by:
I've installed Eclipse 3.0 and the latest pyeclipse. I can get the editor run - at least I think so, because it seems to do reasonable syntax highlighting. However, I can't get the Python console...
49
IDE
by: Thomas Lindgaard | last post by:
Hello I am probably going to start a war now... but so be it :) I just want to hear what all you guys who eat pythons for breakfast use for python coding. Currently I use Kate, but I would...
2
by: Jim Hargrave | last post by:
Eclipse provides a very nice application framework which supports plug-ins. It's easy to dynamically add new functionality, menu items, property editors, options etc.. using a combination of XML...
29
by: seberino | last post by:
I'm trying to move beyond Emacs/Vim/Kate and was wondering if Eclipse is better and if it is the *best* IDE for Python. Should I leave Emacs and do Python coding in Eclipse? Chris
9
by: zxo102 | last post by:
Hi everyone, I am using a python socket server to collect data from a socket client and then control a image location ( wxpython) with the data, i.e. moving the image around in the wxpython frame....
16
by: Amir Michail | last post by:
Hi, It seems to me that measuring productivity in a programming language must take into account available tools and libraries. Eclipse for example provides such an amazing IDE for java that it...
5
by: Laszlo Nagy | last post by:
Hello, I was trying to get answers for these. SPE homepage was down. Then I found it on berlios (http://developer.berlios.de/forum/forum.php?forum_id=12695) but no one answered since 5 days. In...
5
by: John Henry | last post by:
I am back against the wall trying to migrate my multithreaded application from Python 2.3 to 2.5. The part of the code that's failing has to do with queues (2.3 queues and 2.5 queues are not the...
5
by: blaine | last post by:
The wxPython group is a bit stale compared to this group, so I'll give it a shot :) (READ: Originally when I started htis post, Python 2.5 at the shell did not work (identical behavior to...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.