Python Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPython Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old December 24th, 2003, 03:41 PM
mccjg mccjg is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Euless, TX
Posts: 6 mccjg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Angry 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.

Reply With Quote
  #2  
Old December 25th, 2003, 08:25 AM
netytan's Avatar
netytan netytan is offline
Hello World :)
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Mar 2003
Location: Hull, UK
Posts: 2,529 netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 17 h 19 m 5 sec
Reputation Power: 63
Send a message via ICQ to netytan Send a message via AIM to netytan Send a message via MSN to netytan Send a message via Yahoo to netytan
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


Reply With Quote
  #3  
Old December 25th, 2003, 01:05 PM
mccjg mccjg is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Euless, TX
Posts: 6 mccjg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
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.

Reply With Quote
  #4  
Old December 25th, 2003, 05:24 PM
jimmy2k1 jimmy2k1 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2002
Posts: 89 jimmy2k1 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 48 m 50 sec
Reputation Power: 7
check if the shortcut link is wrong. I remember mine was wrong.

Reply With Quote
  #5  
Old December 25th, 2003, 06:23 PM
theperfectsoup theperfectsoup is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 35 theperfectsoup User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
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

Reply With Quote
  #6  
Old December 25th, 2003, 11:31 PM
oxygenthief oxygenthief is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 35 oxygenthief User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
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

Reply With Quote
  #7  
Old December 26th, 2003, 08:10 AM
netytan's Avatar
netytan netytan is offline
Hello World :)
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Mar 2003
Location: Hull, UK
Posts: 2,529 netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 17 h 19 m 5 sec
Reputation Power: 63
Send a message via ICQ to netytan Send a message via AIM to netytan Send a message via MSN to netytan Send a message via Yahoo to netytan
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.

Reply With Quote
  #8  
Old December 27th, 2003, 12:40 PM
netytan's Avatar
netytan netytan is offline
Hello World :)
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Mar 2003
Location: Hull, UK
Posts: 2,529 netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level)netytan User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 17 h 19 m 5 sec
Reputation Power: 63
Send a message via ICQ to netytan Send a message via AIM to netytan Send a message via MSN to netytan Send a message via Yahoo to netytan
Another solusion, if you right click .py files you should see an 'Edit with Idle' option.

Mark.

Reply With Quote
  #9  
Old December 27th, 2003, 01:13 PM
mccjg mccjg is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Euless, TX
Posts: 6 mccjg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
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

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPython Programming > Can't get Idle started on XP


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway