Ask Your Question
1

How to install python from binary opencv package?

asked 2013-03-29 07:13:39 -0600

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?

edit retag flag offensive close merge delete

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 ( 2013-03-29 07:44:31 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-03-29 14:57:08 -0600

Guanta gravatar image

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

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-29 07:13:39 -0600

Seen: 255 times

Last updated: Mar 29 '13