[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame parachute and inconsistent interned sting state - but only on Slackware 13.0 32 bit



ah.  that stack trace doesn't show where the problem is... looks like
the stack is getting corrupted.

yeah, having your own select module is a problem.  Since the select
module is a python one that other python modules use.  It's an
annoying problem with the python module system :(

So can you try renaming your module, and see if that fixes the problem?

cheers,