This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Tomk
Recipients Tomk
Date 2014-07-13.12:01:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405252905.33.0.296703763462.issue21973@psf.upfronthosting.co.za>
In-reply-to
Content
I am a retired programmer. I still like to write small programs for my own interest. Python is ideal for this. I prefer to use Idle rather than the command line. For some time now when I click on the Idle shortcut on the home screen, the command line screen flashes and then nothing. I am not able to do anything on Idle. I had been using Python33. So I upgraded to Python34. It was the same thing. I looked at the batch file, idle.bat. This is what it contains.

@echo off
rem Start IDLE using the appropriate Python interpreter
set CURRDIR=%~dp0
start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9

I don't understand what %~dp0 means. I can't think what changes I have made to the operating system, it is Windows 7, that could cause this problem.

As I say Python is great for what I do. But I am stuck with the command line if I cannot fix this.

Tomk
History
Date User Action Args
2014-07-13 12:01:45Tomksetrecipients: + Tomk
2014-07-13 12:01:45Tomksetmessageid: <1405252905.33.0.296703763462.issue21973@psf.upfronthosting.co.za>
2014-07-13 12:01:45Tomklinkissue21973 messages
2014-07-13 12:01:44Tomkcreate