pyAA for Python2.5

Kottiyath n.kottiyath at gmail.com
Tue Jan 27 13:12:42 EST 2009


Hi,
   I would like to obtain pyAA for Python 2.5. I went through their
web site, but they provide the windows exe only for Python2.4. I tried
compiling from source, but that also was to no avail - it errs out as
follows:

C:\Documents and Settings\Guest\pyAA>python setup.py install
running install
running build
running build_py
file pyAAc.py (for module pyAAc) not found
file pyAAc.py (for module pyAAc) not found
running build_ext
error: Python was built with Visual Studio 2003;
extensions must be built with a compiler than can generate compatible
binaries.
Visual Studio 2003 was not found on this system. If you have Cygwin
installed,
you can try compiling with MingW32, by passing "-c mingw32" to
setup.py.


C:\Documents and Settings\Guest\pyAA>python setup.py install -c
mingw32
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: invalid command 'mingw32'

Has anyone tried the same? Can anyone give any suggestions?



More information about the Python-list mailing list