From: dman <ds...@ri...> - 2002-01-07 16:57:44
|
On Mon, Jan 07, 2002 at 10:47:43AM -0500, David Andersen wrote: | I've removed getMousePixelDelta and updated the CVS tree. Ok, I'll update that. | Could you be missing the files in the "visual" directory? I have the 'visual' directory, but I thought the easiest way to see if I compiled the module correctly would be to import it directly. Apparently not. I updated my cvs tree, removed the getMousePixelDelta prototype, recompiled from scratch, and (with proper PYTHONPATH) imported 'visual'. It complained that there was no init function "initcvisual". That is quite interesting to me (previously it wanted "initcvisualmodule", time for me to RTFM on python's C API). I renamed that function (undid my earlier change) and it works now. Thanks for your time! -D -- A man of many companions may come to ruin, but there is a friend that sticks closer than a brother. Proverbs 18:24 |