Subject: Re: Sketch 0.6.3 (graphics/sketch) doesn't run?
To: None <hubert.feyrer@informatik.fh-regensburg.de>
From: Masao Uebayashi <uebayasi@orchid.plala.or.jp>
List: tech-pkg
Date: 02/13/2001 00:53:02
> > ImportError: Sketch/Modules/_sketchmodule.so: Undefined PLT symbol "PyMem_XDEL" (reloc type = 7, symnum = 186)
> ...
> > $ nm /usr/pkg/share/sketch/Sketch/Modules/_sketchmodule.so | grep PyMem
> >          U PyMem_XDEL
> >          U PyMember_Get
> > $ nm /usr/pkg/share/sketch/Sketch/Modules/* | grep PyMem
> >          U PyMem_XDEL
> >          U PyMember_Get
> >          U PyMember_Get
> >          U PyMember_Set
> > 
> > Does this look broken?
> 
> Yes. Probably missing -Wl,-R... somewhere.

I've just found a description (and a patch) about this:

  http://sketch.sourceforge.net/bugs.html

According to this, sketch-0.6.x can't be compiled with Python 1.6.x
and Python 2.x out of the box.

Masao