| | |
Looking for a Python IDE like NetBeans
Thread Solved |
•
•
Join Date: Jul 2007
Posts: 14
Reputation:
Solved Threads: 1
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!!!
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.
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/
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!
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!
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!
•
•
Join Date: Jul 2007
Posts: 14
Reputation:
Solved Threads: 1
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!
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!
You can type in the SPE Python shell
help('Tkinter')
Actually an IDE called PyScripter has this feature. The moment you type the dot a dropdown list of possible choices appears.
help('Tkinter')
python Syntax (Toggle Plain Text)
from Tkinter import * root = Tk() 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!
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.
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!
![]() |
Similar Threads
- python IDE (Python)
- starting Python (Python)
Other Threads in the Python Forum
- Previous Thread: Help with: Unqualified exec error
- Next Thread: "package" java instruccion in python?
| Thread Tools | Search this Thread |
address alarm anydbm app beginner changecolor cipher clear conversion coordinates corners curves cx-freeze data definedlines development dictionary directory dynamic events excel feet file float format function generator getvalue halp handling homework images import input ip itunes java keycontrol line linux list lists loan loop maintain matching maze millimeter mouse number numbers output parsing path prime programming py2exe pygame pymailer python queue random rational raw_input recursion recursive screensaverloopinactive script scrolledtext searchingfile singleton slicenotation split ssh string strings tails text threading time tlapse tooltip tuple tutorial type ubuntu unicode url urllib urllib2 valueerror variable variables ventrilo vigenere web webservice word wxpython xlwt






