LibOpenShot problem with Python bindings, 'openshot' has no attribute 'GetVersion'

37 Views Asked by At

I'm trying to compile LibOpenShot for Windows, using this guide: https://github.com/OpenShot/libopenshot/wiki/Windows-Build-Instructions

All goes well. Had to manually download zmq.hpp and place it in includes and also the python binding from X:\libs\libopenshot\libopenshot\build\bindings\python I manually copied to C:\Python\Lib\openshot

Now I can import openshot in Python!

However print(openshot.GetVersion().ToString())

Gives me: AttributeError: module 'openshot' has no attribute 'GetVersion'

And so does any other method....

0

There are 0 best solutions below