Skip to content

Windows 7 32-bit, Anaconda, Python 2.7 install issue #4

@HM0880

Description

@HM0880

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions