[issue1948] Cant open python gui using VISTA

2008-05-29 Thread Martin v. Löwis
Changes by Martin v. Löwis <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue1948] Cant open python gui using VISTA

2008-05-29 Thread safe alattar
safe alattar <[EMAIL PROTECTED]> added the comment: Ok I figured out what happened once I got the error message on the command prompt. Since I installed Python on another account, I could not run it on the current account Im using now. To solve this I had to disable the UAC option. P.S. vista

[issue1948] Cant open python gui using VISTA

2008-05-28 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Please open a Command Prompt, and run the script: c:\Python25\Lib\idlelib\idle.py Do you see any error message there? -- nosy: +amaury.forgeotdarc resolution: works for me -> status: closed -> open __

[issue1948] Cant open python gui using VISTA

2008-05-27 Thread safe alattar
safe alattar <[EMAIL PROTECTED]> added the comment: still cant get it to work On Thu, May 22, 2008 at 9:33 AM, Kurt B. Kaiser <[EMAIL PROTECTED]> wrote: > > Kurt B. Kaiser <[EMAIL PROTECTED]> added the comment: > > No response from OP, closing. > > -- > resolution: -> works for me > st

[issue1948] Cant open python gui using VISTA

2008-05-22 Thread Kurt B. Kaiser
Kurt B. Kaiser <[EMAIL PROTECTED]> added the comment: No response from OP, closing. -- resolution: -> works for me status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1948] Cant open python gui using VISTA

2008-02-15 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Please switch to the recently released 2.5.2 and let us know if the problem is still there. -- priority: high -> normal __ Tracker <[EMAIL PROTECTED]> __

[issue1948] Cant open python gui using VISTA

2008-01-29 Thread Martin v. Löwis
Martin v. Löwis added the comment: Make explorer show all hidden files, then don't search for it, but directly navigate to .idlerc; note the leading dot. Please understand that this tracker is not a means you to request help, but for you to provide help, by reporting bugs. If you seek help, use

[issue1948] Cant open python gui using VISTA

2008-01-27 Thread safe alattar
safe alattar added the comment: I made a search for the hidden folder 'idlerc' and got back no results : ( __ Tracker <[EMAIL PROTECTED]> __ ___ Python-b

[issue1948] Cant open python gui using VISTA

2008-01-27 Thread Christian Heimes
Christian Heimes added the comment: I assume you are talking about Python 2.5.1 on Windows Vista? Yes, there is a solution. You have to unhide the folder .idlerc in your USERPROFILE directory and remove its content. -- assignee: -> kbk components: +IDLE nosy: +kbk, tiran priority: -> h

[issue1948] Cant open python gui using VISTA

2008-01-27 Thread safe alattar
New submission from safe alattar: I need help opening the python gui (IDLE). On XP I had no issues. On Vista nothing occurs when I try to open IDLE. If there is a solution to this, please let me know in a user friendly manner (Im new to this!) Thanks. -- messages: 61749 nosy: needhelpasa