Hi, On Fri, 25 Dec 2009 14:53:02 +0200 Ahmed Said <[email protected]> wrote: > Does any one know where is this function init_TOSSIM defined, I am > new to python also, so my debugging capabilities are practically zero.
Normally the build process should generate a sufficient .so file for python via the SWIG wrapper generator. But as far as I can remember, the build process already produces some warnings, which suggests that the build system might be a bit outdated. Spontaneously this comes to my mind, but YMMV: * Use Python from the 2.x series. I'm pretty sure that SWIG is not yet ported to the new 3.x series C-API (If it ever will be). * Make sure that the python header files are installed. Depending on your Platform you might want to install Python-dev or some equivalent package. But I think it's very likely that you already have them installed; otherwise the build-process would have failed. If you still have issues, please attach the build-process' output to your mails. If I can devote some time to it, I will take a look at the SWIG wrappers, but that probably won't happen until April. Cheers, -- Marcus.
signature.asc
Description: PGP signature
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
