Re: [Pythonmac-SIG] dynamic module in Blender does not define init function

2013-05-13 Thread Ronald Oussoren
On 13 May, 2013, at 19:53, Paul Coones wrote: > I am getting a message when I try to import a dynamic library included in a > module into Blender Text window: > > ImportError: dynamic module does not define init function (PyInit__LeapPython) > > What does this message mean and what do I need

[Pythonmac-SIG] dynamic module in Blender does not define init function

2013-05-13 Thread Paul Coones
I am getting a message when I try to import a dynamic library included in a module into Blender Text window: ImportError: dynamic module does not define init function (PyInit__LeapPython) What does this message mean and what do I need to do to eliminate it? The library is _LeapPython.so I belie