On 3/6/2018 6:00 PM, Jeremy Jamar St. Julien wrote:
Whenever I try to open the python shell it says IDLE’s subprocess didn’t make a
connection.
You must be referring to IDLE's GUI Shell, not Python's normal console
text (TUI?) shell or REPL.
IDLE normally runs its GUI in one process and you
On Wednesday, August 10, 2016 at 8:12:10 AM UTC+12, xlarged...@aol.com wrote:
> "Either IDLE can't start a subprocess or personal firewall software is
> blocking the connection."
Q: Why does Windows print such explanatory error messages?
A: To give you a hint as to the cause of the problem.
--
h
try to download pywin
(i think that pywin will working ok)
url to download https://sourceforge.net/projects/pywin32/files/pywin32/
--
https://mail.python.org/mailman/listinfo/python-list
On 7/1/2016 11:43 PM, Veek. M wrote:
Shweta Dinnimani wrote:
hi
hello, I'm begineer to python programming.. I had installed python
3.5.1 version on my windows 7 system. I was fine earlier and now when
i was trying the programs on string i'm facing the subprocess startup
error. IDLE is not conn
Shweta Dinnimani wrote:
> hi
>
> hello, I'm begineer to python programming.. I had installed python
> 3.5.1 version on my windows 7 system. I was fine earlier and now when
> i was trying the programs on string i'm facing the subprocess startup
> error. IDLE is not connecting. And python shell is
On 2/26/2016 10:08 AM, Wolfgang Maier wrote:
On 26.02.2016 15:57, Emile van Sebille wrote:
On 2/26/2016 6:49 AM, Oscar Benjamin wrote:
On 26 February 2016 at 13:30, Peter Otten <__pete...@web.de> wrote:
Shweta Dinnimani wrote:
i saved my file as string.py since than i'm facing this error
Re
On 2/26/2016 9:49 AM, Oscar Benjamin wrote:
On 26 February 2016 at 13:30, Peter Otten <__pete...@web.de> wrote:
Shweta Dinnimani wrote:
hello, I'm begineer to python programming.. I had installed python 3.5.1
version on my windows 7 system. I was fine earlier and now when i was
trying the prog
On 26/02/2016 15:08, Wolfgang Maier wrote:
On 26.02.2016 15:57, Emile van Sebille wrote:
On 2/26/2016 6:49 AM, Oscar Benjamin wrote:
On 26 February 2016 at 13:30, Peter Otten <__pete...@web.de> wrote:
Shweta Dinnimani wrote:
i saved my file as string.py since than i'm facing this error
Rena
On 26.02.2016 15:57, Emile van Sebille wrote:
On 2/26/2016 6:49 AM, Oscar Benjamin wrote:
On 26 February 2016 at 13:30, Peter Otten <__pete...@web.de> wrote:
Shweta Dinnimani wrote:
i saved my file as string.py since than i'm facing this error
Rename that file to something that does not clas
On 2/26/2016 6:49 AM, Oscar Benjamin wrote:
On 26 February 2016 at 13:30, Peter Otten <__pete...@web.de> wrote:
Shweta Dinnimani wrote:
i saved my file as string.py since than i'm facing this error
Rename that file to something that does not clash with the module names in
the standard library
On 26 February 2016 at 13:30, Peter Otten <__pete...@web.de> wrote:
> Shweta Dinnimani wrote:
>>>
>>> hello, I'm begineer to python programming.. I had installed python 3.5.1
>>> version on my windows 7 system. I was fine earlier and now when i was
>>> trying the programs on string i'm facing the s
Shweta Dinnimani wrote:
> forgot to mention..
>
> i saved my file as string.py since than i'm facing this error
Rename that file to something that does not clash with the module names in
the standard library, mystring.py for example, and IDLE should work again.
> On Fri, Feb 26, 2016 at 6:50 P
forgot to mention..
i saved my file as string.py since than i'm facing this error
On Fri, Feb 26, 2016 at 6:50 PM, Shweta Dinnimani
wrote:
> hi
>
> hello, I'm begineer to python programming.. I had installed python 3.5.1
> version on my windows 7 system. I was fine earlier and now when i was
>
Dan,
although it's been almost a year since your request, I hope my answer will
help you and anyone who needs.
In order to run properly, IDLE needs that the string returned by
os.path.expanduser("~") is an existent and writable directory, where
IDLE creates the .idlerc configuration file.
--
Dan,
although it's been almost a year since your request, I hope my answer will
help you and anyone who needs.
In order to run properly, IDLE needs that the string returned by
os.path.expanduser("~") is an existent and writable directory, where
IDLE creates the .idlerc configuration file.
--
15 matches
Mail list logo