Ticket #367 (new enhancement)
Opened 2 months ago
Issue with cPyAMF on Windows
| Reported by: | thijs | Owned by: | gerard |
|---|---|---|---|
| Priority: | major | Milestone: | 0.5 |
| Component: | C-Extension | Version: | 0.3.1 |
| Keywords: | Cc: |
Description
Is there a way we can ignore the error below and simply install the Python only version?
D:\server\Python25\sources\pyamf-trunk>setup.py install running install running bdist_egg unrecognized .svn/entries format; skipping . running egg_info writing requirements to PyAMF.egg-info\requires.txt writing PyAMF.egg-info\PKG-INFO writing top-level names to PyAMF.egg-info\top_level.txt writing dependency_links to PyAMF.egg-info\dependency_links.txt writing manifest file 'PyAMF.egg-info\SOURCES.txt' installing library code to build\bdist.win32\egg running install_lib running build_py 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.
Note: See
TracTickets for help on using
tickets.
