Weave - inline C
Michael Foord
fuzzyman at gmail.com
Thu Aug 26 03:08:59 EDT 2004
Robert Kern <rkern at ucsd.edu> wrote in message news:<cgfqpg$kvt$1 at news1.ucsd.edu>...
> Michael Foord wrote:
> > Has anyone had success using weave with gcc for windows (standard
> > windows distribution python)?
> >
> > I have my distutils setup to use gcc (via mingw32) - which it does
> > fine. I've compiled and installed various modules with it. Weave
> > itself installs fine, picking up the settings from distutils.
> >
> > However it has it's own version of distutils 'scipy_distutils' that it
> > uses to compile the C it is given - which complains that it can't find
> > msvcc.... The documentation included (which is actually for the 0.2
> > version) gives no hints and I wondered if anyone had any success in
> > using it ?
>
> Use compiler='gcc' as a keyword argument for weave.inline(), etc.
>
That works fine on the tests I've done so far !
Thanks for your help.
Fuzzy
http://www.voidspace.org.uk/atlantibots/pythonutils.html
> Yes, the documentation is fantastically out of date.
>
> > Regards,
> >
> >
> > Fuzzy
More information about the Python-list
mailing list