[Tutor] Python Socket Error: Connection refused

2014-07-06 Thread Pamela Wightley
Hi,

I need some help, I  have no programming skills and am trying to teach myself 
python. I keep on getting an error message as follows:

Socket Error: Connection refused,

and the following error as well


[cid:image001.png@01CF99F5.90253AF0]


Any assistance is appreciated.

Pamela Wightley
[MorgijAnalytics e-sig][MorgijAnalytics e-apple]
Level 3 | 10 Bond Street |  Sydney | NSW 2000 | Australia
[P] (02) 8197 1828 |  [M] 0400 892 714  |
pamela.wight...@morgij.com.au<mailto:pamela.wight...@morgij.com.au>  |  
www.morgij.com.au<http://www.morgij.com.au/> |   
www.marqservices.com<http://www.morgij.com.au/>

The contents of this email and any attachments are strictly confidential and 
intended solely for the attention and use of the named addressee(s). If you are 
not the intended recipient you are not authorised to and must not disclose, 
copy, distribute, or retain this message without our authority. This email and 
all of its contents are subject to copyright. If you have received this email 
in error, please notify the sender by a return e-mail immediately. Please note 
that we do not accept responsibility for viruses and you should therefore scan 
any attachments.

[E-sig Green Message]


___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Python Socket Error: Connection refused

2014-07-07 Thread Pamela Wightley
Thank you for your response. I installed python last week and it has been 
working fine until this afternoon. I will investigate the firewall prohibitions.

Pamela Wightley
MARQ Services
Tel: 040 089 2714

On 7 Jul 2014, at 4:49 pm, "Danny Yoo"  wrote:

>> I need some help, I  have no programming skills and am trying to teach 
>> myself python. I keep on getting an error message as follows:
> 
> [content cut]
> 
> It appears from the screenshot that you are running some version of
> Windows that has software that's interfering with IDLE.  As the error
> message says,
> 
> "IDLE's subprocess didn't make connection.  Either IDLE can't start a
> subprocess or personal firewall software is blocking the connection."
> 
> I would believe the error message.  The IDLE program is trying to
> create a network connection, but fails to do so.
> 
> Windows machines typically have a restrictive firewall that limit
> certain operations.  Do you know if you have a firewall running on
> your computer?  Note that there are other kinds of software that will
> interfere, such as proxy network software.  See:
> http://bugs.python.org/issue14576 for an example of such interference
> by an external piece of software.
> 
> 
> Software installation is stupid-hard.  If you are just starting off,
> you might be able to use one of the "online" Python-based
> environments, at least as a temporary workaround until you can resolve
> your installation issue.  See:
> 
>http://repl.it/languages/Python
> 
> It's not a perfect solution, but at least you may be able to start
> doing simple experiments with Python without having to fight with
> installation.
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor