Python 2.5.1 crashes when threads used

Started by
0 comments, last by daviangel 16 years, 11 months ago
I recently started using python again, and I just decided to write a threaded program, and for some reason whenever I try to start a thread python crashes. It happens if I subclass Thread and call subclass.start(), or use thread.start_new_thread(). I re-installed 2.5.1 and it still does it, and it works fine in 2.4. Has anyone run into this? Any ideas? for now I guess I'll continue my project but with 2.4. I'm sure someone has used threading since the release of 2.5 :) EDIT: well it turns out that its only because I was trying to do it in IDLE. You learn something new every day. Ha. [Edited by - glBender on May 9, 2007 10:13:16 PM]
Advertisement
Yeah I noticed pygame crashes all the time if I try to run it from within IDLE!
Learned to run all my stuff from the command line.
[size="2"]Don't talk about writing games, don't write design docs, don't spend your time on web boards. Sit in your house write 20 games when you complete them you will either want to do it the rest of your life or not * Andre Lamothe

This topic is closed to new replies.

Advertisement