The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages
> Python Programming
|
Can't get Idle started on XP
Discuss Can't get Idle started on XP in the Python Programming forum on Dev Shed. Can't get Idle started on XP Python Programming forum discussing coding techniques, tips and tricks, and Zope related information. Python was designed from the ground up to be a completely object-oriented programming language.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

December 24th, 2003, 03:41 PM
|
|
Registered User
|
|
Join Date: Jul 2003
Location: Euless, TX
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Can't get Idle started on XP
I'm new to python and fairly new to programming so be gentle. I just installed 2.3.3 on my XP machine and tried opening Idle and get nothing but an hourglass for a second next to my cursor. Is this a common problem? I've uninstalled and reinstalled and still get nothing. I know you can use other means, but the books I'm learning python from use Idle so I would like to be able to follow along smoothly. Any help is appreciated and I apologize if you've heard this before. Thanks.
|

December 25th, 2003, 08:25 AM
|
 |
Hello World :)
|
|
Join Date: Mar 2003
Location: Hull, UK
|
|
|
Mmm, all i can think of is that you didnt install Tk/Idle when you installed Python... these options should already be selected when you first run the exe.
So I'd first try reinstalling Python again just to make sure all the options are selected!
Let me know how it goes,
Mark.
__________________
programming language development: www.netytan.com – Hula
|

December 25th, 2003, 01:05 PM
|
|
Registered User
|
|
Join Date: Jul 2003
Location: Euless, TX
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Thanks Mark for your help. I did a reinstall and made sure installation of Tk/Idle was checked like you said. Still nothing. Who knows what's wrong? Anyway, I downloaded PythonWin and it works fine for me. Thanks again for your help.
|

December 25th, 2003, 05:24 PM
|
|
Contributing User
|
|
Join Date: Mar 2002
Posts: 89
Time spent in forums: 8 h 48 m 50 sec
Reputation Power: 12
|
|
|
check if the shortcut link is wrong. I remember mine was wrong.
|

December 25th, 2003, 06:23 PM
|
|
Contributing User
|
|
Join Date: Jul 2003
Posts: 35
Time spent in forums: < 1 sec
Reputation Power: 10
|
|
|
Hmmm, a friend of mine had this problem once. If you have firewall software installed (such as ZoneAlarm), try disabling it before starting Idle. No garuantees tho.
- tps
|

December 25th, 2003, 11:31 PM
|
|
Contributing User
|
|
Join Date: Nov 2003
Posts: 35
Time spent in forums: < 1 sec
Reputation Power: 10
|
|
|
Did you have a version prior to 2.3.3 installed? I did a dual install once, but for some reason the tkinter didn't install seperately (dll's maybe), and idle wouldn't work. Uninstalling one of the versions and reinstalling the version i kept worked. What happens when you run IDLE from the command line (DOS prompt)? Do you get any kind of error messages from it
|

December 26th, 2003, 08:10 AM
|
 |
Hello World :)
|
|
Join Date: Mar 2003
Location: Hull, UK
|
|
|
Assuming you've installed Python in the default directory "C:\Python23" you can open Idle directly by running "C:\Python23\Lib\idlelib\idle.py" instead of "idle.pyw".
Aswell as solving the shortcut problem (if it works you know its the shortcut) you should see a console window that you can use to check for errors i.e. an ImportError
Mark.
|

December 27th, 2003, 12:40 PM
|
 |
Hello World :)
|
|
Join Date: Mar 2003
Location: Hull, UK
|
|
|
Another solusion, if you right click .py files you should see an 'Edit with Idle' option.
Mark.
|

December 27th, 2003, 01:13 PM
|
|
Registered User
|
|
Join Date: Jul 2003
Location: Euless, TX
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Ok. Thanks to everybody. I don't know how, but I installed the win32all or whatever it's called from starship and that let Idle start. Again, who knows? Thanks for all your help.
Justin
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|