Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19662
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: IDLE not setting current directory in its path |
| Date | 2012-01-31 18:12 -0500 |
| References | <fbd1a7b1-0e49-4116-8ea5-79d6aa8062d4@t15g2000yqi.googlegroups.com> <jg6tpa$79s$1@dough.gmane.org> <mailman.5228.1327982152.27778.python-list@python.org> <fb86d355-2b58-41c0-9bef-7dc7115d8f21@r12g2000yqh.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5262.1328051590.27778.python-list@python.org> (permalink) |
On 1/31/2012 11:27 AM, gujax wrote: > Thanks Terry, > I see that the issue has been closed by you. > However, I do not know how to run the patch on my Windows. Do I > reinstall IDLE? > Please suggest. I am using Python2.7 Choices: 1. Wait for the next 2.7 release, which should be within a month. Easiest ;-). Will get you all other patches too. 2. Edit the files by hand, deleting lines marked - in the patch and adding lines marked +. Or change lines so they match the + lines. Harder, but you get the one change now instead of later. 3. Download and install TortoiseHG, turn your python installation (or just the idlelib directory) into a repository, apply the patch (or an edited version thereof), and perhaps delete the repository stuff. I would only do this if you want to learn to use (Tortoise)HG anyway, perhaps so you can apply other patches too, without waiting. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
IDLE not setting current directory in its path gujax <rjngrj2010@gmail.com> - 2012-01-30 07:06 -0800
Re: IDLE not setting current directory in its path Terry Reedy <tjreedy@udel.edu> - 2012-01-30 15:15 -0500
Re: IDLE not setting current directory in its path Terry Reedy <tjreedy@udel.edu> - 2012-01-30 22:55 -0500
Re: IDLE not setting current directory in its path gujax <rjngrj2010@gmail.com> - 2012-01-31 08:27 -0800
Re: IDLE not setting current directory in its path Terry Reedy <tjreedy@udel.edu> - 2012-01-31 18:12 -0500
Re: IDLE not setting current directory in its path gujax <rjngrj2010@gmail.com> - 2012-02-03 07:31 -0800
Re: IDLE not setting current directory in its path gujax <rjngrj2010@gmail.com> - 2012-02-03 07:23 -0800
csiph-web