Dmitry wrote:
>
> This happened on FreeBSD when device was not properly configured.
Hi Dmitry,
I had to edit the /python makefile.
--- makefile.old Thu Dec 19 03:38:26 2002
+++ makefile Thu Dec 19 03:34:27 2002
@@ -15,8 +15,8 @@
strip $@
_parjtag.so: FORCE
- python2.1 setup.py build
- cp build/lib.linux-i686-2.1/$@ .
+ python2.2 setup.py build
+ cp build/lib.linux-i586-2.2/$@ .
strip $@
-------------------------------------
and set the correct cpu in funclets.
The high level README might make a note to this effect.
Thanks to all,
Garst