socket error when loading the shell?

V

vokinloksar

hi

using python and wpython.

when using run module or python shell on the run menu in the GUI i get
"socket error, connection refused".

it worked before, what si wrong now?

and i cant find where to start the shell directly. think i had an exe
before but cant seem to find it now.
 
G

Gabriel Genellina

using python and wpython.

Soory, I don't know what wpython is
when using run module or python shell on the run menu in the GUI i get
"socket error, connection refused".

it worked before, what si wrong now?

Try to detect what changed on your system between "before" and "now".
 
B

Bjoern Schliessmann

using python and wpython.

What's wpython?
when using run module or python shell on the run menu in the GUI i
get "socket error, connection refused".

it worked before, what si wrong now?

There's no process listening for the port you try to connect to, so
the target host refuses.
and i cant find where to start the shell directly.

Well, for me, ALT-F2 xterm[Enter] works.
think i had an exe before but cant seem to find it now.

You mean the Python interpreter? It's probably located on your
system root in a directory called python<version>. But I'd rather
use IDLE.

Regards,


Björn
 
V

vokinloksar

i mean vpython(www.vpython.org).

tried wi5th the normal IDLE too and it worked later after i posted
this but now it doesnt work again. and i havent chnaged my firewall in
between.


python.exe works but i want the idle not the dos-interpreter.
 
G

Gabriel Genellina

tried wi5th the normal IDLE too and it worked later after i posted
this but now it doesnt work again. and i havent chnaged my firewall in
between.

Perhaps any other running process has opened the port that IDLE uses to
communicate with the running program. Or you have IDLE already running.
See if you have python.exe/pythonw.exe processes running.
Or go to Help, IDLE Help, and read the section "Running without a
subprocess"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top