granoo import error (python)

Posted by George on
URL: http://granoo.326.s1.nabble.com/granoo-import-error-python-tp569.html

Hello and many congrats for this wonderful project!
I installed GranOO properly and I am able to run examples and create projects in cpp.
However, when I tried with python I get the following error?

Traceback (most recent call last):
  File "./Main.py", line 3, in <module>
    import pygranoo.so as granoo
ImportError: dynamic module does not define init function (initpygranoo)

Have you guys run into a similar problem?
Thank you in advance
George