Ask Your Question
1

How to install python from binary opencv package?

asked Mar 29 '13

mrgloom gravatar image

How to install python interface from binary opencv package?

I need to copy *.pyd and *.dll to site-packages? any better way?

Preview: (hide)

Comments

1

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)

berak gravatar imageberak (Mar 29 '13)edit

1 answer

Sort by » oldest newest most voted
2

answered Mar 29 '13

Guanta gravatar image

Afaik, you just need to set the PYTHONPATH environment variable to the python27-folder. No need for any copying!

Preview: (hide)

Question Tools

Stats

Asked: Mar 29 '13

Seen: 279 times

Last updated: Mar 29 '13