[Pythonmac-SIG] Problem with Piddle plotting with Python 2.1

Just van Rossum just@letterror.com
Tue, 8 May 2001 22:55:17 +0200


Louis M. Pecora wrote:

> I'm guessing one of the Qd. calls is the problem, but I have no idea which 
> one.  Does anyone know what  the trouble is?  Is there a fix?  Thanks for any 
> help.

It's crashing in W code, so I assume you're not running this in the IDE. Look
for a file called Windgets.rsrc, and either add it to your project or open it
yourself with Res.OpenResFile() or Res.PSpOpenResFile().

Just