Page 1 of 1

vlc.py and python 64bits

Posted: 24 Apr 2014 12:22
by kiboost
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 ?

Re: vlc.py and python 64bits

Posted: 24 Apr 2014 14:27
by Jean-Baptiste Kempf
Not that I know.

Re: vlc.py and python 64bits

Posted: 10 May 2014 00:37
by OlivierAubert
It works for me, on my x86_64 Debian. All hope is not lost for windows users then, but I do not have (and do not want) access to this kind of platform to make sure it works. Contributions are welcome.