-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I'm trying to install this on Windows 7 32-bit, Anaconda, Python 2.7. I get the output below when running python setup.py build_ext --inplace. I tried to run \pyfly2\examples\simple\benchmark.py anyway, and I got the error ImportError: No module named pyfly2.
Any help would be greatly appreciated!
c:\Anaconda\pyfly2>python setup.py build_ext --inplace
running build_ext
cythoning pyfly2.pyx to pyfly2.c
building 'pyfly2' extension
creating build
creating build\temp.win32-2.7
creating build\temp.win32-2.7\Release
C:\Anaconda\Scripts\gcc.bat -mdll -O -Wall -I. "-IC:\Program Files\Point Grey Research\FlyCapture2\include" -IC:\Anaconda\include -IC:\Anaconda\PC -c pyfly2.c -o build\temp.win32-2
.7\Release\pyfly2.o
pyfly2.c: In function '__Pyx_RaiseArgtupleInvalid':
pyfly2.c:6893:18: warning: unknown conversion type character 'z' in format [-Wformat]
pyfly2.c:6893:18: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'Py_ssize_t' [-Wformat]
pyfly2.c:6893:18: warning: unknown conversion type character 'z' in format [-Wformat]
pyfly2.c:6893:18: warning: too many arguments for format [-Wformat-extra-args]
writing build\temp.win32-2.7\Release\pyfly2.def
C:\Anaconda\Scripts\gcc.bat -shared -s build\temp.win32-2.7\Release\pyfly2.o build\temp.win32-2.7\Release\pyfly2.def "-LC:\Program Files\Point Grey Research\FlyCapture2\lib\C" -LC:
\Anaconda\libs -LC:\Anaconda\PCbuild -lFlyCapture2_Cd_v90 -lpython27 -lmsvcr90 -o c:\Anaconda\pyfly2\pyfly2.pyd
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels