Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #103539
| From | Peter Otten <__peter__@web.de> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: subprocess startup error |
| Date | 2016-02-26 14:30 +0100 |
| Organization | None |
| Message-ID | <mailman.150.1456493429.20994.python-list@python.org> (permalink) |
| References | <CAFW38mFPYdee0dvmF5655FffxqGT7rpmYU1yMegGf1RSe8a7rg@mail.gmail.com> <CAFW38mHJDNsD48zbiyo3pXMpJJhPSjPvvwCij0-VjozDSuFscw@mail.gmail.com> |
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 PM, Shweta Dinnimani <shweta.d.ece@gmail.com> > 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 also not opening. I tried >> uninstalling and installing the python shell but Im facing the >> problem.Please do help me
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: subprocess startup error Peter Otten <__peter__@web.de> - 2016-02-26 14:30 +0100
csiph-web