How to install python from binary opencv package?
How to install python interface from binary opencv package?
I need to copy *.pyd and *.dll to site-packages? any better way?
Afaik, you just need to set the PYTHONPATH environment variable to the python27-folder. No need for any copying!
Asked: 2013-03-29 07:13:39 -0600
Seen: 279 times
Last updated: Mar 29 '13
at least the 2.4.2 pyd is statically linked, does not need additionally dlls
(just check the size, if it's more than 6mb, you probably don't need the other dlls)