Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python-vlc error
#1
I have the latest VLC 64bit installed in the default location.
I am running python 3.6 64bit
I have python-vlc installed.

I am simply trying to run the mediaplayer demo script included with python-vlc. The script runs and generates the gui but this error appears when I try to play a file:


Error:
Traceback (most recent call last): File "C:\Users\floatingshed\Downloads\examples_wxvlc.py", line 177, in OnPlay self.OnOpen(None) File "C:\Users\floatingshed\Downloads\examples_wxvlc.py", line 148, in OnOpen self.Media = self.Instance.media_new(unicode(video)) File "C:\Python36\lib\site-packages\vlc.py", line 1932, in media_new m._instance = self AttributeError: 'NoneType' object has no attribute '_instance'
I have Googled this for hours, most say that the vlc dll's are not being found but they are.
Any ideas?
Thanks.
Reply
#2
Please post your code. Or at least a link to the demo
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020