vlc.py and python 64bits
Posted: 24 Apr 2014 12:22
Hi,
I do all my python dev with python 2.7 64bits (pyqt etc) on win7 pro x64.
Just trying to bind vlc for future project, with python 2.1.3 x64. But I always get this error :
File "W:\_Dev_Python\9_Dev_Study\VLC_binding\vlc.py", line 3511, in libvlc_media_new_path
return f(p_instance, path)
ctypes.ArgumentError: argument 2: <type 'exceptions.TypeError'>: wrong type
Is there is version of vlc.py working on python 64 ?
I do all my python dev with python 2.7 64bits (pyqt etc) on win7 pro x64.
Just trying to bind vlc for future project, with python 2.1.3 x64. But I always get this error :
File "W:\_Dev_Python\9_Dev_Study\VLC_binding\vlc.py", line 3511, in libvlc_media_new_path
return f(p_instance, path)
ctypes.ArgumentError: argument 2: <type 'exceptions.TypeError'>: wrong type
Is there is version of vlc.py working on python 64 ?