Commit graph

2 commits

Author SHA1 Message Date
Michal Pasternak
4bbdaa993a Updated to use separate scipy_distutils; TODO removed 2003-11-23 13:18:12 +00:00
Michal Pasternak
43acc97ab8 This package is dedicated to Soren.
You can dynamically compile & execute C/C++ code within your Python scripts
with weave.

Short example of use:

doc@mainframe:~> python2p3
Python 2p3 (#1, Nov 19 2003, 22:40:23) 
[GCC 2.95.3 20010315 (release) (NetBSD nb3)] on netbsd1
Type "help", "copyright", "credits" or "license" for more information.
>>> import weave
>>> weave.inline('puts("C/C++ is teh sux0r, so we put it inside Python scripts");')
C/C++ is teh sux0r, so we put it inside Python scripts
>>>
2003-11-22 18:58:55 +00:00