[SciPy-User] does someone has a binary 32-bit windows installer for arac ?

Christoph Gohlke cgohlke at uci.edu
Mon Aug 16 15:23:48 EDT 2010


On 8/16/2010 7:27 AM, Stef Mientki wrote:
>   thanks,
> Stef Mientki


Seems that building arac on Windows is not currently supported. From the 
SConstruct file:

if sys.platform == 'darwin':
     ...
elif sys.platform == 'linux2':
     ...
else:
     raise SystemExit("Cannot build on %s." % sys.platform)


--
Christoph



More information about the SciPy-User mailing list