![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Nov 2005
Posts: 37
Rep Power: 0
![]() |
Python Idle will not start
i downloaded python and used the IDLE program but it gives me this error:
Socket Error: Connection refused |
|
|
|
|
|
#2 |
|
Expert Programmer
|
Disable your firewall, or let your firewall allow it to run, theres an issue with its loopback address.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Aug 2005
Location: Hiding from... them...
Posts: 110
Rep Power: 4
![]() |
IDLE has a loopback that Windows Firewall might be blocking.
EDIT: ColdDeath was both faster and had a better-phrased answer. I bow down to you, ColdDeath.
__________________
:wq |
|
|
|
|
|
#4 |
|
Programmer
Join Date: Nov 2005
Posts: 37
Rep Power: 0
![]() |
how do i allow my firewall to let it run?
|
|
|
|
|
|
#5 |
|
Expert Programmer
|
What firewall have you got?
Is a matter of looking in its options and allowing the IDLE program.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#6 |
|
Programmer
Join Date: Nov 2005
Posts: 37
Rep Power: 0
![]() |
I have AVG and microsoft antispyware beta
|
|
|
|
|
|
#7 |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4
![]() |
That are both no firewalls, so you are probably using the default Windows firewall. Go to your firewall settings (at my computer it is at: start->settings->network connections, go to the properties of your active connection, go to the 'advanced' tab, you see a block titled with 'windows firewall', and click 'settings'), and snuffle around a bit.
|
|
|
|
|
|
#8 |
|
Programmer
Join Date: Nov 2005
Posts: 37
Rep Power: 0
![]() |
i just turned it on, how do i allow access to python, or what other program can i use to learn python (or should i just start with c++?)?
EDIT: or how do i use the python command line? |
|
|
|
|
|
#9 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
Use an IDE editor for Python and not the lousy >>> shell one line at a time programming!
I use the free DrPython IDE: http://sourceforge.net/projects/drpython/ You can fancy-up DrPython this way: Run DrPython when on the internet then click Options>Configure Plugins>Install A window pops up, select a mirror, then select from the list of plug-ins, CodeCompletion is a good one!
__________________
I looked it up on the Intergnats! |
|
|
|
|
|
#10 |
|
Programmer
Join Date: Nov 2005
Posts: 37
Rep Power: 0
![]() |
Thanks!
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|