RE: my idle doesn't work

2019-02-20 Thread Steve
ython-list@python.org Subject: my idle doesn't work Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list -- https://mail.python.org/mailman/listinfo/python-list

my idle doesn't work

2019-02-20 Thread Sithmi Assalaarachchi
Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

Re: "Edit with IDLE" doesn't work any more ?

2018-10-18 Thread md . shoaibakhtar2013
On Friday, April 28, 2017 at 5:37:55 PM UTC+5:30, Yip, Kin wrote: > Hi, > > I'm relatively new with Python3 in Windows 7. I'm using now Python 3.6.1. > > Suddenly right-clicking on a .py file and choose "Edit with IDLE" just > doesn't work. > > I've tried to do : > > "c:\program files\python

Re: "Edit with IDLE" doesn't work any more ?

2017-07-15 Thread Rick Johnson
On Friday, April 28, 2017 at 8:23:43 AM UTC-5, Peter Otten wrote: > Stefan Ram wrote: > > > Peter Otten <__pete...@web.de> writes: > >>one of the modules in Python's standard library IDLE will try to run with > >>your module rather than the one it actually needs. Common candidates are > >>code.py

Re: "Edit with IDLE" doesn't work any more ?

2017-07-15 Thread jonathan . blanck89
It all works > ! Then, I went back to my directory > where I put all my personal .py codes. It didn't work there. Finally, I've > guessed and realized/tested that > "EDIT with IDLE" doesn't work in my python directory because I have just > recently ma

Re: "Edit with IDLE" doesn't work any more ?

2017-04-28 Thread Terry Reedy
On 4/28/2017 9:01 AM, eryk sun wrote: On Fri, Apr 28, 2017 at 12:32 PM, Yip, Kin wrote: Traceback (most recent call last): File "c:\Program Files\Python36\lib\idlelib\pyshell.py", line 4, in from tkinter import * File "C:\Users\kinyip\Desktop\Python Codes\tkinter.py", line 1, in

RE: "Edit with IDLE" doesn't work any more ?

2017-04-28 Thread Yip, Kin
ryk sun [mailto:eryk...@gmail.com] Sent: Friday, April 28, 2017 9:01 AM To: python-list@python.org Cc: Yip, Kin Subject: Re: "Edit with IDLE" doesn't work any more ? On Fri, Apr 28, 2017 at 12:32 PM, Yip, Kin wrote: > Traceback (most recent call last): > File "c:\Program File

Re: "Edit with IDLE" doesn't work any more ?

2017-04-28 Thread Peter Otten
Stefan Ram wrote: > Peter Otten <__pete...@web.de> writes: >>one of the modules in Python's standard library IDLE will try to run with >>your module rather than the one it actually needs. Common candidates are >>code.py or string.py, but there are many more. > > I know this from Java: > > Wh

Re: "Edit with IDLE" doesn't work any more ?

2017-04-28 Thread eryk sun
On Fri, Apr 28, 2017 at 12:32 PM, Yip, Kin wrote: > Traceback (most recent call last): > File "c:\Program Files\Python36\lib\idlelib\pyshell.py", line 4, in > from tkinter import * > File "C:\Users\kinyip\Desktop\Python Codes\tkinter.py", line 1, in > from turtle import * > File "c

Re: "Edit with IDLE" doesn't work any more ?

2017-04-28 Thread Peter Otten
Yip, Kin wrote: > I'm relatively new with Python3 in Windows 7. I'm using now Python 3.6.1. > > Suddenly right-clicking on a .py file and choose "Edit with IDLE" just > doesn't work. > > I've tried to do : > > "c:\program files\python36\pythonw.exe" -m idlelibmypythoncodes.py > > > th

RE: "Edit with IDLE" doesn't work any more ?

2017-04-28 Thread Yip, Kin
It didn't work there. Finally, I've guessed and realized/tested that "EDIT with IDLE" doesn't work in my python directory because I have just recently made a file called : tkinter.py Somehow, this stops "EDIT with IDLE" from working if I try to "

RE: "Edit with IDLE" doesn't work any more ?

2017-04-28 Thread Yip, Kin
;sys' is not defined Any suggestion ? Kin -Original Message- From: eryk sun [mailto:eryk...@gmail.com] Sent: Friday, April 28, 2017 8:27 AM To: python-list@python.org Cc: Yip, Kin Subject: Re: &q

Re: "Edit with IDLE" doesn't work any more ?

2017-04-28 Thread eryk sun
On Fri, Apr 28, 2017 at 12:04 PM, Yip, Kin wrote: > > I've tried to do : > > "c:\program files\python36\pythonw.exe" -m idlelibmypythoncodes.py Change this to use "python.exe" and run it from a command prompt. This way you can see the traceback if an exception is raised. -- https://mail.py

"Edit with IDLE" doesn't work any more ?

2017-04-28 Thread Yip, Kin
Hi, I'm relatively new with Python3 in Windows 7. I'm using now Python 3.6.1. Suddenly right-clicking on a .py file and choose "Edit with IDLE" just doesn't work. I've tried to do : "c:\program files\python36\pythonw.exe" -m idlelibmypythoncodes.py the IDLE editor just doesn't come u

Re: [Python-Help] idle doesn't work

2013-03-12 Thread leonardo
thanks now python shell works Il 12/03/2013 17.52, Ned Deily ha scritto: In article <513f5080.6030...@libero.it>, leonardo wrote: first of all thanks for trying to help me. the text of my email was the following: i have a mac os x 10.8, i had already python 2.7, i downloaded python 3.3 an

Re: [Python-Help] idle doesn't work

2013-03-12 Thread Ned Deily
In article <513f5080.6030...@libero.it>, leonardo wrote: > first of all thanks for trying to help me. the text of my email was the > following: > i have a mac os x 10.8, i had already python 2.7, i downloaded python > 3.3 and active tcl 8.5, but idle and the new version don't work, the > answe

Re: [Python-Help] idle doesn't work

2013-03-12 Thread leonardo
first of all thanks for trying to help me. the text of my email was the following: i have a mac os x 10.8, i had already python 2.7, i downloaded python 3.3 and active tcl 8.5, but idle and the new version don't work, the answer is:"idle's subprocess didn't make connection or personal firewall

Fwd: Re: [Python-Help] idle doesn't work

2013-03-11 Thread leonardo
sorry for that, that answer didn't help me.. regards Il 10/03/2013 23.59, Matthew Dixon Cowles ha scritto: Dear Leonardo, Sending the same message three times isn't likely to produce faster or better help. Is the reply that you got on the main Python list satisfactory? Regards,

idle doesn't work

2013-03-10 Thread leonardo
>> hi guys >> >> i have a mac os x 10.8, i had already python 2.7, i downloaded python >> 3.3 and active tcl 8.5, but idle and the new version don't work, the >> answer is:"idle's subprocess didn't make connection or personal firewall >> is blocking". do you know what can i do ? thanks and re

Re: idle doesn't work

2013-03-10 Thread Ɓukasz Posadowski
Dnia 2013-03-10, nie o godzinie 12:04 +0100, leonardo pisze: > hi guys > > i have a mac os x 10.8, i had already python 2.7, i downloaded python > 3.3 and active tcl 8.5, but idle and the new version don't work, the > answer is:"idle's subprocess didn't make connection or personal firewall > i

idle doesn't work

2013-03-10 Thread leonardo
hi guys i have a mac os x 10.8, i had already python 2.7, i downloaded python 3.3 and active tcl 8.5, but idle and the new version don't work, the answer is:"idle's subprocess didn't make connection or personal firewall is blocking". do you know what can i do ? or can i use other easy editors

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-28 Thread mando
Why my post aren't here? -- http://mail.python.org/mailman/listinfo/python-list

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-28 Thread Ned Deily
In article <7e5a3cc6-93d0-4750-93cd-fe721960d...@u26g2000vby.googlegroups.com>, mando wrote: > This is the result of the test you suggested to me. What do you think? > > Last login: Mon Jun 27 19:35:21 on ttys000 > host220-186-dynamic:~ luca$ cd /Library/Frameworks/Python.framework/ > Versions/

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-28 Thread mando
This is the result of the test you suggested to me. What do you think? Last login: Mon Jun 27 19:35:21 on ttys000 host220-186-dynamic:~ luca$ cd /Library/Frameworks/Python.framework/ Versions/2.6 host220-186-dynamic:2.6 luca$ cd ./lib/python2.6/lib-dynload/ host220-186-dynamic:lib-dynload luca$ ot

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-24 Thread Ned Deily
In article <09cae8bf-4b1f-40ea-af36-4ba130c41...@m18g2000vbl.googlegroups.com>, mando wrote: > I took MacPython 2.6 from here: > > http://www.python.org/ftp/python/2.6.6/python-2.6.6-macosx10.3.dmg > > > Also I downloaded Tcl/Tk from here > http://www.kyngchaos.com/software/frameworks > to

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-24 Thread mando
I took MacPython 2.6 from here: http://www.python.org/ftp/python/2.6.6/python-2.6.6-macosx10.3.dmg Also I downloaded Tcl/Tk from here http://www.kyngchaos.com/software/frameworks to using the gis software Qgis May be here the issue? -- http://mail.python.org/mailman/listinfo/python-list

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-23 Thread Ned Deily
In article <1308852410.2257.1466520...@webmail.messagingengine.com>, pyt...@bdurham.com wrote: > > You'll have to install Tcl yourself. The 2.6 binaries were > compiled against a newer version than Apple ships. > > Does this requirement apply to Python 2.7 or Python 3.2 for the > Mac or is this r

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-23 Thread Benjamin Kaplan
On Jun 23, 2011 10:42 AM, "mando" wrote: > > I've installed MacPython 2.6 under mac os x 2.6 and the IDLE doesn't > work. > I post error log. Suggestions? > > Thanks a lot. > > Luca > You'll have to install Tcl yourself. The 2.6 binaries we

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-23 Thread python
Benjamin, > You'll have to install Tcl yourself. The 2.6 binaries were compiled against a newer version than Apple ships. Does this requirement apply to Python 2.7 or Python 3.2 for the Mac or is this requirement Python 2.6 specific? Thank you, Malcolm -- http://mail.python.org/mailman/listinfo

Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-23 Thread mando
I've installed MacPython 2.6 under mac os x 2.6 and the IDLE doesn't work. I post error log. Suggestions? Thanks a lot. Luca 23/06/11 19.18.01 Apple80211 framework[211] ACInterfaceGetPower called with NULL interface 23/06/11 19.18.01 [0x0-0x1f61f6].org.python.IDLE[2470]