Brian píše v Út 04. 10. 2011 v 10:01 -0700: > Thanks for looking into this.
Your getopencv example is working when I add there explicit import of numpy module. Pyintaller is not able detect opencv dependencie because cv2.pyd is a native binary not a compiled python code. We would need to create an import hook for cv module. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
