Re: Default .py program and Edit with IDLE problem

2017-08-19 Thread Rick Johnson
alister wrote: > Steve D'Aprano wrote: > > Rick Johnson wrote: [...] > I think to a point I have to agree with rick, Well, alister, i'll take what i can get around here. :-) > windows installers can be flaky and time is money. Indeed. > if something does not work after installation (& does no

Re: Default .py program and Edit with IDLE problem

2017-08-19 Thread alister via Python-list
On Sun, 20 Aug 2017 01:56:14 +1000, Steve D'Aprano wrote: > On Sun, 20 Aug 2017 12:11 am, Rick Johnson wrote: > >> On Saturday, August 19, 2017 at 5:39:19 AM UTC-5, Chris Angelico wrote: >>> I'm not sure how "refuse to guess" translates into "wipe it out and >>> start over". I *never* recommend u

Re: Default .py program and Edit with IDLE problem

2017-08-19 Thread Rick Johnson
Steve D'Aprano wrote: > Rick Johnson wrote: > > Chris Angelico wrote: > > > I'm not sure how "refuse to guess" translates into "wipe > > > it out and start over". I *never* recommend > > > uninstall/reinstall as a first measure. It's a stupid > > > idea unless you actually know that it's going to h

Re: Default .py program and Edit with IDLE problem

2017-08-19 Thread Steve D'Aprano
On Sun, 20 Aug 2017 12:11 am, Rick Johnson wrote: > On Saturday, August 19, 2017 at 5:39:19 AM UTC-5, Chris Angelico wrote: >> I'm not sure how "refuse to guess" translates into "wipe it >> out and start over". I *never* recommend >> uninstall/reinstall as a first measure. It's a stupid idea >> un

Re: Default .py program and Edit with IDLE problem

2017-08-19 Thread Rick Johnson
On Saturday, August 19, 2017 at 5:39:19 AM UTC-5, Chris Angelico wrote: > I'm not sure how "refuse to guess" translates into "wipe it > out and start over". I *never* recommend > uninstall/reinstall as a first measure. It's a stupid idea > unless you actually know that it's going to help. No, what

Re: Default .py program and Edit with IDLE problem

2017-08-19 Thread Chris Angelico
On Sat, Aug 19, 2017 at 7:43 PM, Rick Johnson wrote: > Don't waste your time with that stupid "repair option". What > does an uninstall and reinstall process take these days... > all of two minutes? > > Oh boy... The first rule of troubleshooting is always to > apply the simplist fix first, then s

Re: Default .py program and Edit with IDLE problem

2017-08-19 Thread Rick Johnson
On Wednesday, August 16, 2017 at 4:55:17 PM UTC-5, Kevi Aday (Katch22) wrote: > I installed python 3.6.2 for making running and editing > programs. Later on I installed python 2.7 because a program > that I downloaded only works with that. Later I deleted the > program. I then wanted to run a progr

Re: Default .py program and Edit with IDLE problem

2017-08-18 Thread Ben Iannitelli
Hi Kevi, Just to clarify your situation: 1. Which operating system? 2. You still have all of the .py files that you yourself wrote? Sincerely, -Ben I. -- https://mail.python.org/mailman/listinfo/python-list Python-list Info Page m

Re: Default .py program and Edit with IDLE problem

2017-08-16 Thread dieter
"Kevi Aday (Katch22)" writes: > I installed python 3.6.2 for making running and editing programs. Later on I > installed python 2.7 > because a program that I downloaded only works with that. Later I deleted the > program. I then wanted to run a > program from cmd but it was giving me all kinds

Default .py program and Edit with IDLE problem

2017-08-16 Thread Kevi Aday (Katch22)
Hello, I installed python 3.6.2 for making running and editing programs. Later on I installed python 2.7 because a program that I downloaded only works with that. Later I deleted the program. I then wanted to run a program from cmd but it was giving me all kinds of errors I didn’t used to get.

Re: Is my IDLE problem caused by .idlerc? Permissions.

2011-12-26 Thread W. eWatson
On 12/26/2011 10:16 AM, W. eWatson wrote: On 12/24/2011 11:35 AM, Dennis Lee Bieber wrote: On Sat, 24 Dec 2011 10:55:48 -0800, "W. eWatson" wrote: Permissions as follows: SYSTEM: All. From Full control to write Account Unknown(S-1-5-21...): read&exec, Read Wayne: (normal use) All. From Full

Re: Is my IDLE problem caused by .idlerc? Permissions.

2011-12-26 Thread W. eWatson
On 12/24/2011 11:35 AM, Dennis Lee Bieber wrote: On Sat, 24 Dec 2011 10:55:48 -0800, "W. eWatson" wrote: Permissions as follows: SYSTEM: All. From Full control to write Account Unknown(S-1-5-21...): read&exec, Read Wayne: (normal use) All. From Full control to write Admin: All. From Full con

Is my IDLE problem caused by .idlerc? Permissions.

2011-12-24 Thread W. eWatson
I installed 64-bit Python 2.7.2 on Win 7. IDLE does appear as the second choice on right-click of a py file menu. However, nothing happens if I use it. If I try to execute idle from the cmd window, it complains about .idlerc\recent-files.lst IOError: [Errno 13] Permission denied: 'C:\\Users\\

IDLE problem

2007-04-02 Thread Urban, Gabor
Hi, I have a strange problem with the latest 2.4.4 on MS XP. If I rrun a test script in DOS window, it is ok. From the Python shell I got error: Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information.

IDLE Problem in Windows XP

2006-09-15 Thread ELATTAOUI Xavier
Hi,   I have encountered the same problem so you can try the following :   - Be sure your %PYTHONPATH% is set - open a DOS console and type : "python C:\Python23\Lib\idlelib\idle.py" -> this will launch the IDLE - then choose "configure IDLE" in Options menu - in the menu "Highlighting" on

Re: IDLE Problem: win98\Python2.4

2005-02-21 Thread "Martin v. Löwis"
kim kubik wrote: A little knowledge is indeed a dangerous thing; forgive my stupidity - it will happen again, so I'm apologizing in advance! No need to apologize! This is a frequent mistake, and it might be sensible to change Python to be more resistent against it. For example, it might be possible

Re: IDLE Problem: win98\Python2.4

2005-02-21 Thread kim kubik
> kim kubik wrote: > > I installed Python2.4 in Win98 > > and IDLE doesn't work > Are you also running Ruby? The Ruby bundle for MS Windows has caused > problems with it's TCL package conflicting with Python's. > thanks, one of the first things I noted in the error msg (not included for brevity

Re: IDLE Problem: win98\Python2.4

2005-02-21 Thread rmb25612
kim kubik wrote: > This sure seems like it would have been > brought up but I checked Google Groups > (the dejanews replacement) and saw > nothing: I installed Python2.4 in Win98 > and IDLE doesn't work (neither does the > online manual even tho a 3.6KB Python24.chm > is there, but that's a story

IDLE Problem: win98\Python2.4

2005-02-20 Thread kim kubik
This sure seems like it would have been brought up but I checked Google Groups (the dejanews replacement) and saw nothing: I installed Python2.4 in Win98 and IDLE doesn't work (neither does the online manual even tho a 3.6KB Python24.chm is there, but that's a story for another day) - that is, cli

Re: IDLE Problem in Windows XP

2005-01-22 Thread Josiah Carlson
Branden Smith <[EMAIL PROTECTED]> wrote: > > Hi, > > I am a teaching assistant for an introductory course at Georgia Tech > which uses Python, and I have a student who has been unable to start > IDLE on her Windows XP Home Edition machine. Clicking on the shortcut > (or the program executable) c

IDLE Problem in Windows XP

2005-01-20 Thread Branden Smith
Hi, I am a teaching assistant for an introductory course at Georgia Tech which uses Python, and I have a student who has been unable to start IDLE on her Windows XP Home Edition machine. Clicking on the shortcut (or the program executable) causes the hourglass to appear momentarily (and the process

Re: IDLE problem :-(

2004-12-25 Thread Ishwor
Sorry IDLE's source ...;P [snip] -- cheers, Ishwor Gurung -- http://mail.python.org/mailman/listinfo/python-list

Re: IDLE problem :-(

2004-12-25 Thread Ishwor
On Sat, 25 Dec 2004 17:45:02 GMT, Steven Bethard <[EMAIL PROTECTED]> wrote: > Ishwor wrote: > > I don't know if this has been a problem with other people using IDLE > > but when i press the home key then the cursor jumps to the beginning > > of the line and not after the prompt. If google prints th

Re: IDLE problem :-(

2004-12-25 Thread Steven Bethard
Ishwor wrote: I don't know if this has been a problem with other people using IDLE but when i press the home key then the cursor jumps to the beginning of the line and not after the prompt. If google prints the right indentation then here how i want the IDLE prompt to work -> |>>> |(r,b,g).__class

Re: IDLE problem :-(

2004-12-24 Thread Daniel Bickett
This is less of a bug and more of an inconvenience, on your part. It happens because IDLE has a tailored shell allowing your cursor to venture beyond the prompt, and across the text that the window consists of (much like a loaded file in a text editor) Thus, the beginning of each line is not limi

IDLE problem :-(

2004-12-24 Thread Ishwor
I don't know if this has been a problem with other people using IDLE but when i press the home key then the cursor jumps to the beginning of the line and not after the prompt. If google prints the right indentation then here how i want the IDLE prompt to work -> |>>> |(r,b,g).__class__ ^ ^