amymcgovern / pyparrot

Python interface for Parrot Drones
MIT License
274 stars 128 forks source link

NameError: no function 'libvlc_new' #149

Closed YM-P51 closed 5 years ago

YM-P51 commented 5 years ago

Help ! It raises this error "NameError: no function 'libvlc_new' ". But there is the 'libvlc_new' function. Why?

YM-P51 commented 5 years ago

when run this file "demoBebopVersionGUI.py"

amymcgovern commented 5 years ago

Do you have your paths setup right? Sounds like a python path issue to me.

YM-P51 commented 5 years ago

I don't know... This error occurred, when calling function 'bebopVision.open_video()'.

amymcgovern commented 5 years ago

What OS?

YM-P51 commented 5 years ago

ubuntu 16.04

amymcgovern commented 5 years ago

Ok. This is odd. Can you check your python paths? It really should be seeing it.

YM-P51 commented 5 years ago

ok ,I will check it again Thank you

cheloveg commented 2 years ago

Maybe you didn't have VLC(app itself, not library) installed, that was my problem