On 08/11/2011 05:24 AM, Miki Tebeka wrote:
> You can download the sources tarball and when building specify the compiler.
> See http://docs.python.org/install/index.html#gnu-c-cygwin-mingw
Your answer put me on the right track.
This works:
- downloading mingw
- downloading and extracting the tar
On 08/11/2011 06:03 AM, Dan Stromberg wrote:
Hi Dan,
> FWIW, a few months ago I was working on a database application on
> Windows, and I benchmarked the psyco-enhanced version consistently
> running slower than the non-psyco version. The same code on Linux was
> faster with psyco though.
Good
FWIW, a few months ago I was working on a database application on Windows,
and I benchmarked the psyco-enhanced version consistently running slower
than the non-psyco version. The same code on Linux was faster with psyco
though.
If you need performance, and you aren't constrained by module availa
You can download the sources tarball and when building specify the compiler.
See http://docs.python.org/install/index.html#gnu-c-cygwin-mingw
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I'd like to install psyco on my windows host
I'm using python 2.6.4 (32 bit version)
I installed easy_intall and pip
easy_install psyco
and
pip install psyco fail both with the message
error: Setup script exited with error: Unable to find vcvarsall.bat
I read, that this means I shoul di