[Pythonmac-SIG] Running Piddle on Interpreter with QD??

Louis M. Pecora pecora@anvil.nrl.navy.mil
Tue, 2 Apr 2002 16:23:20 -0500


When I run a program that uses the Quickdraw backend of Piddle on the Int=
erpreter I get a resource error:

Traceback (most recent call last):
  File "Drive:Code =9F:python =9F:plotwindow:plotwindow.py", line 2, in ?
    from piddleQD import *          # The graphics engine
  File "Drive:Applications =9F:Python 2.2:Lib:site-packages:piddle:piddle=
QD.py", line 45, in ?
    import W
  File "Drive:Applications =9F:Python 2.2:Mac:Tools:IDE:W.py", line 5, in=
 ?
    from Wbase import *
  File "Drive:Applications =9F:Python 2.2:Mac:Tools:IDE:Wbase.py", line 6=
98, in ?
    _cursors =3D {
MacOS.Error: (-192, 'Resource not found')

I saw this a year ago when I tried this, but I can't remember what's up. =
 Something about the cursors, but I'm not sure what to do.  Any hints?

P.S. The program runs fine in the IDE. Plots nice stuff.

--=20

Cheers,

Lou Pecora