Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #5622
| From | Ned Deily <nad@acm.org> |
|---|---|
| Subject | Re: Having a problem getting python working... |
| Date | 2011-05-17 14:46 -0700 |
| References | <6E09A0F4-B9A6-4C9F-874B-CB6E21EF7A45@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1721.1305668807.9059.python-list@python.org> (permalink) |
In article <6E09A0F4-B9A6-4C9F-874B-CB6E21EF7A45@gmail.com>, Chris Paton <chrispaton2005@gmail.com> wrote: > Not sure if this is the right place to put this (forgive me for my ignorance, > I'm looking everywhere!). I'm having a problem getting IDLE working. I'm > working off Mac OSX 10.6.7 with Python 3.2 installed and I installed > Activetcl 8.5.9 as recommended. IDLE is still crashing at random moments - > loading, saving, typing, compiling... I tried to do a simple 'hello world' > but it kept crashing. There's no official report; I just get the spinning > beach ball then have to force quit. I'm quite new to all of this so any help > would be extremely appreciated. Need to get into this ASAP as I need to do > some stuff for my thesis project! Sorry for the late response but if you can document how to reproduce the crashes or have a crash report that would be great. But, first, are you sure you were using IDLE 3.2 and not the Apple-supplied IDLE 2.6 in OS X 10.6? The latter will definitely exhibit that behavior. If you are installed Python 3.2 from one of the python.org installers, IDLE 3.2 will be available in /Applications/Python 3.2/ or as /usr/local/bin/idle3.2. -- Ned Deily, nad@acm.org
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Having a problem getting python working... Ned Deily <nad@acm.org> - 2011-05-17 14:46 -0700
csiph-web