Looking for a Python IDE like NetBeans

Thread Solved

Join Date: Jul 2007
Posts: 14
Reputation: freddypyther is an unknown quantity at this point 
Solved Threads: 1
freddypyther freddypyther is offline Offline
Newbie Poster

Looking for a Python IDE like NetBeans

 
0
  #1
Jul 7th, 2007
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.
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1,222
Reputation: bumsfeld will become famous soon enough bumsfeld will become famous soon enough 
Solved Threads: 137
bumsfeld's Avatar
bumsfeld bumsfeld is offline Offline
Nearly a Posting Virtuoso

Re: Looking for a Python IDE like NetBeans

 
0
  #2
Jul 7th, 2007
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/
Should you find Irony, you can keep her!
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1,222
Reputation: bumsfeld will become famous soon enough bumsfeld will become famous soon enough 
Solved Threads: 137
bumsfeld's Avatar
bumsfeld bumsfeld is offline Offline
Nearly a Posting Virtuoso

Re: Looking for a Python IDE like NetBeans

 
0
  #3
Jul 7th, 2007
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
Should you find Irony, you can keep her!
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 14
Reputation: freddypyther is an unknown quantity at this point 
Solved Threads: 1
freddypyther freddypyther is offline Offline
Newbie Poster

Re: Looking for a Python IDE like NetBeans

 
0
  #4
Jul 7th, 2007
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?
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1,222
Reputation: bumsfeld will become famous soon enough bumsfeld will become famous soon enough 
Solved Threads: 137
bumsfeld's Avatar
bumsfeld bumsfeld is offline Offline
Nearly a Posting Virtuoso

Re: Looking for a Python IDE like NetBeans

 
0
  #5
Jul 7th, 2007
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.
Should you find Irony, you can keep her!
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 14
Reputation: freddypyther is an unknown quantity at this point 
Solved Threads: 1
freddypyther freddypyther is offline Offline
Newbie Poster

Re: Looking for a Python IDE like NetBeans

 
0
  #6
Jul 7th, 2007
Yes. wxPython2.8-win32-unicode-2.8.4.0-py25, and python 2.5
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 14
Reputation: freddypyther is an unknown quantity at this point 
Solved Threads: 1
freddypyther freddypyther is offline Offline
Newbie Poster

Re: Looking for a Python IDE like NetBeans

 
0
  #7
Jul 7th, 2007
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!
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1,222
Reputation: bumsfeld will become famous soon enough bumsfeld will become famous soon enough 
Solved Threads: 137
bumsfeld's Avatar
bumsfeld bumsfeld is offline Offline
Nearly a Posting Virtuoso

Re: Looking for a Python IDE like NetBeans

 
0
  #8
Jul 7th, 2007
You can type in the SPE Python shell
help('Tkinter')

  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
Should you find Irony, you can keep her!
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1,222
Reputation: bumsfeld will become famous soon enough bumsfeld will become famous soon enough 
Solved Threads: 137
bumsfeld's Avatar
bumsfeld bumsfeld is offline Offline
Nearly a Posting Virtuoso

Re: Looking for a Python IDE like NetBeans

 
0
  #9
Jul 7th, 2007
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.
Should you find Irony, you can keep her!
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 1,222
Reputation: bumsfeld will become famous soon enough bumsfeld will become famous soon enough 
Solved Threads: 137
bumsfeld's Avatar
bumsfeld bumsfeld is offline Offline
Nearly a Posting Virtuoso

Re: Looking for a Python IDE like NetBeans

 
0
  #10
Jul 7th, 2007
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.
Should you find Irony, you can keep her!
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Python Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC