Quote:
Originally Posted by Peter Johnson
I haven't tested sockets yet. Theoretically they should work, but a lot has to be correct for them to work, and I might have missed something.
Yes, print works correctly.
Feel free to tackle NumPy and SciPy. FYI, to date, I've been integrating C/C++ modules directly into Python/Lib and Python/Modules/ (and updating Modules/config.c to add them to _PyImport_Inittab), because it's all a static executable anyway.
|
Thanks for the information. Unfortunately my course load is quite high this semester, so it might be quite a number of weeks until I get to NumPy and SciPy. But they are definitely on the list of things to do, and I'll let you know when I get time and get somewhere with them.