configuration: Python 2.5; WinXP
[ local paths have been modified to remove my system specifics and to get through spam blocker ]
I'm using the standard release of Python 2.5 for Windows.
see error line below:
easy_install.exe -U gaphor
Searching for gaphor
...
Reading ... cheeseshop.python.org/pypi/gaphor/0.12.2
Best match: gaphor 0.12.2
Processing gaphor-0.12.2-py2.5.egg
gaphor 0.12.2 is already the active version in easy-install.pth
Installing gaphor-script.py script to bin
Installing gaphor.exe script to bin
Using py-lib\gaphor-0.12.2-py2.5.egg
Processing dependencies for gaphor
Searching for zope.interface
...
Best match: zope.interface 3.4.0
Downloading ...zope.interface-3.4.0.tar.gz#md5=0be9fd80b7bb6bee520e56eba7d29c90
Processing zope.interface-3.4.0.tar.gz
Running zope.interface-3.4.0\setup.py -q bdist_egg --dist-dir temp\easy_install-x_v3f3\zope.interface-3.4.0\egg-dist-tmp-m31ayr
error: Setup script exited with 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.