944,183 Members | Top Members by Rank

Ad:
  • Python Discussion Thread
  • Marked Solved
  • Views: 15452
  • Python RSS
You are currently viewing page 1 of this multi-page discussion thread
Jul 7th, 2007
0

Looking for a Python IDE like NetBeans

Expand Post »
Hi! I've searching for python IDE's and I've not found anything like NetBeans for java. I downloaded Dr Python but was too simple, I tried to install PyDev on Eclipse but I got some errors. I saw some screenshots about SPE and I said whoa! that seems good, but I couldn't install it because of the SVN stuff(SPE doesn't have a msi or something similar).

So I'm looking for a IDE well-decorated (Eclipse), which can draw GUI's (NetBeans) and easy to install (a setup.exe, msi...). I work on a windows XP.


Please Help!!!, I prefer python than java, but sometimes I have to work in java because of the commodity of the IDE.

Thank you very much!!!
Last edited by freddypyther; Jul 7th, 2007 at 10:03 am.
Similar Threads
Reputation Points: 10
Solved Threads: 1
Newbie Poster
freddypyther is offline Offline
14 posts
since Jul 2007
Jul 7th, 2007
0

Re: Looking for a Python IDE like NetBeans

There is Boa Constructor (similar to Delphi) that uses wxPython as the GUI toolkit (you need wxPython isstalled first), free download from:
http://downloads.sourceforge.net/boa....4.4.win32.exe

There is also wxGlade, just frame builder/designer, also using wxPython:
http://wxglade.sourceforge.net/
Reputation Points: 404
Solved Threads: 180
Nearly a Posting Virtuoso
bumsfeld is offline Offline
1,422 posts
since Jul 2005
Jul 7th, 2007
0

Re: Looking for a Python IDE like NetBeans

The frame builder wxGlade comes with Stani's Python Editor (SPE). You can still get a free download of SPE 0.8.3c, the Python IDE for Movable Python at:
http://www.tradebit.com/filedetail.php/839343
Downloads as spe-0.8.3c.zip, and should work with Python 2.3 - 2.5. Simply extract the '_spe' directory into your Python 'lib' folder. You can then run 'spe.pyw' from there. Again, you need the wxPython GUI toolkit installed first for SPE to work!
Last edited by bumsfeld; Jul 7th, 2007 at 2:16 pm. Reason: wxPython
Reputation Points: 404
Solved Threads: 180
Nearly a Posting Virtuoso
bumsfeld is offline Offline
1,422 posts
since Jul 2005
Jul 7th, 2007
0

Re: Looking for a Python IDE like NetBeans

Hi! I'm trying Boa and I get the "'module' object has not attribute 'NotebookSizer'" error, when I run Boa.pyw, it appears me that message and the initializer stops. Do you know how I could solve it?
Reputation Points: 10
Solved Threads: 1
Newbie Poster
freddypyther is offline Offline
14 posts
since Jul 2007
Jul 7th, 2007
0

Re: Looking for a Python IDE like NetBeans

Which version of wxPython do you have installed?
I am having the same problem on my newest computer.
Last edited by bumsfeld; Jul 7th, 2007 at 2:51 pm.
Reputation Points: 404
Solved Threads: 180
Nearly a Posting Virtuoso
bumsfeld is offline Offline
1,422 posts
since Jul 2005
Jul 7th, 2007
0

Re: Looking for a Python IDE like NetBeans

Yes. wxPython2.8-win32-unicode-2.8.4.0-py25, and python 2.5
Reputation Points: 10
Solved Threads: 1
Newbie Poster
freddypyther is offline Offline
14 posts
since Jul 2007
Jul 7th, 2007
0

Re: Looking for a Python IDE like NetBeans

By the way, I've installed SPE (thanks for the link and the explanation), but I'm wondering if it has the "Ctrl + Space" funtion of Eclipse and Netbeans, which if you do for example:

objectFoo.


it appears to you a list of the methods of that object and a brief description of them. I've tried in spe something like

from Tkinter import *

root = Tk()

root. #waiting here for a list of methods...but nothing appears



Have I to turn on something on SPE to get the marvelous Ctrl + Space funcion?

Thanks!
Reputation Points: 10
Solved Threads: 1
Newbie Poster
freddypyther is offline Offline
14 posts
since Jul 2007
Jul 7th, 2007
0

Re: Looking for a Python IDE like NetBeans

You can type in the SPE Python shell
help('Tkinter')

python Syntax (Toggle Plain Text)
  1. from Tkinter import *
  2.  
  3. root = Tk()
  4.  
  5. root.

Actually an IDE called PyScripter has this feature. The moment you type the dot a dropdown list of possible choices appears.
Last edited by bumsfeld; Jul 7th, 2007 at 3:09 pm. Reason: pyscripter
Reputation Points: 404
Solved Threads: 180
Nearly a Posting Virtuoso
bumsfeld is offline Offline
1,422 posts
since Jul 2005
Jul 7th, 2007
0

Re: Looking for a Python IDE like NetBeans

There is Boa Forum at:
http://sourceforge.net/forum/forum.p...&forum_id=5483

They might be defunct?
Last edited by bumsfeld; Jul 7th, 2007 at 3:15 pm.
Reputation Points: 404
Solved Threads: 180
Nearly a Posting Virtuoso
bumsfeld is offline Offline
1,422 posts
since Jul 2005
Jul 7th, 2007
0

Re: Looking for a Python IDE like NetBeans

Sorry, I have not used Boa Constructor for a while. It seems like they have had major recent upgrade at:
http://sourceforge.net/project/downl...p.exe&74856058

That one installs well and works with Python25 and wxPython28, even on a Vista machine. I am testing it out now.
Last edited by bumsfeld; Jul 7th, 2007 at 3:32 pm.
Reputation Points: 404
Solved Threads: 180
Nearly a Posting Virtuoso
bumsfeld is offline Offline
1,422 posts
since Jul 2005

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Python Forum Timeline: Looping problem....sorta.
Next Thread in Python Forum Timeline: Need urgent help on my Python maze assignment





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC