![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
I have tried two IDEs for Python programming and either one is less than perfect.
IDLE does freeze up all too often against an imaginary firewall. PythonWin has an annoying way to intercept the raw_input() function and puts it in a separate window. This is on the stupid side of things, since it obscures the Python Shell and you can't see the result. Is there a way to avoid this? The Python input statement is its weakest part and to louse this up with the IDE is unforgivable! Talking about the weakest part, are there other ways to get an input? I tried sys.stdin.read, but PythonWin intercepts that too! Any good IDEs out there?
__________________
I looked it up on the Intergnats! |
|
|
|
|
|
#2 |
|
Programming Guru
![]() |
Sorry I can't help. But I've tagged this post because I would like to know too. Idle GUI is a piece of crap. :p
|
|
|
|
|
|
#3 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
IDLE works well enough for me, personally.
|
|
|
|
|
|
#4 |
|
Programming Guru
![]() |
I got recommendations for this one over IRC:
DrPython - http://prdownloads.sourceforge.net/d...2.exe?download |
|
|
|
|
|
#5 |
|
Professional Programmer
Join Date: May 2005
Location: Woo - Boot Sector!
Posts: 294
Rep Power: 4
![]() |
Ye, i always found IDLE alright myself, didn't have any trouble with it..
__________________
www.heldtogether.co.uk |
|
|
|
|
|
#6 | |
|
Programmer
Join Date: Apr 2005
Posts: 73
Rep Power: 4
![]() |
Quote:
The only problem I find with IDLE is with badly behaved programs using TKinter or Pygame that don't quit properly, which can leave IDLE hanging until you reset the shell. --OH. |
|
|
|
|
|
|
#7 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
Does anyone use PyDev? I keep reading the features on
http://pydev.sourceforge.net/features.html and it sounds real good. The only hangup, at least for me, is that it uses Eclipse. One heck of a download for my slow connection. In the meantime I am using PythonWin for anything without a user input, and IDLE for the input programs. IDLE hangs up when I try to experiment with the code too much!
__________________
I looked it up on the Intergnats! |
|
|
|
|
|
#8 | |
|
Programmer
Join Date: Apr 2005
Posts: 73
Rep Power: 4
![]() |
Quote:
It sounds like either: a/ you need a Tkinter.quit() call (or whatever - I can't recall offhand exactly) b/ you need a pygame.quit() call c/ You're getting stuck in an infinite loop (well technically that's what a/ and b/ are too... ;-) Can you boil down a short sample program that consistantly hangs IDLE? --OH. |
|
|
|
|
|
|
#9 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
I think it is the firewall settings on my particular computer, because error messages always bring up the word firewall. On my notebook I have no problems with IDLE.
Does anybody have experience with other user inputs?
__________________
I looked it up on the Intergnats! |
|
|
|
|
|
#10 | |
|
Programmer
Join Date: Apr 2005
Posts: 73
Rep Power: 4
![]() |
Quote:
Configure your firewall to allow pythonw.exe (??) to connect to 127.0.0.1 [loopback] port 8833 --OH. |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|