Python and weave

Russell Cecala russellcecala at netscape.net
Mon Jul 22 17:43:58 EDT 2002


Hi,

I am trying to install weave in
a cygwin Windows XP environment.

I have and require at least two different versions
of gcc.  

The problem is that when I execute

>>> import weave
>>> weave.test()

I get many error because weave (or maybe python)
picked up the wrong version of gcc to use.

How can I specify which gcc to use when I execute ...

>>> weave.test()

...?

Thanks



More information about the Python-list mailing list