On Wed, Sep 24, 2008 at 4:25 PM, Gabriel Rossetti <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I tried installing storm 0.13 on windows and I get an error saying : > > error: Python was built with version 7.1 of Visual Studio, and > extensions need to be built with the same version of the compiler, but > it isn't installed. > > has anyone already compiled it and could post it somewhere? I don' have VS.
Try editing setup.py and change BUILD_CEXTENSIONS from True to False. Storm will still be fully functional, but won't be able to take advantage of the C optimisations. James. -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
