-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 7 32-bit, Anaconda, Python 2.7 install issue #4
Comments
Do you get a file called "pyfly2.pyd" created as a result of your build? |
Yes. I added the location of the main Now I'm getting this error:
I used
This "side-by-side" error seems to be a common problem. I uninstalled all of the Microsoft Visual C++ versions on my computer; then I re-installed the 2005, 2008, and 2010 versions (all x86). Still not working. |
Sorry for the delay. What version of the FlyCapture SDK do you have installed? Are you free to install a back-level version? |
In my start menu, I have Thanks so much for your help! |
I meant the version number of your FlyCapture SDK. If you're using the latest, 2.7, can you uninstall that one and try 2.6? I've seen problems like this before on 2.7. |
I uninstalled v2.7 with Revo Uninstaller and installed v2.6.3.4. I moved the DLLs from the v2.6.3.4 install into the I got the exact same error as above and the exact same log with |
Any other suggestions? Thanks for your help. |
Do you have the ability to try this all out on a 64 bit windows setup? The reason I ask is that both of my configurations are like this: Windows 7, 64-bit |
I'll do a fresh install of Visual Studio and python and see if I can capture all of the output so you can compare. |
I will try this in (1) 64-bit Windows and (2) normal (not "pro") FlyCapture. Thanks so much for all your help. |
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 errorImportError: No module named pyfly2
.Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: