VLC and Python architecture comatibility issue
问题 When I open vlc.py with the python 2.7 interpreter it works, but when I open it with the python 3.4 interpreter it doesn't work. I get the below error. I am pretty sure the issue is that the architecture is different for my python 3.4 (64bit in conda) and python 2.7 (32bit not in conda), so vlc.py will only work with my python 2.7. I understand that when the Python version and VLC is compatible, i.e. 32bit Python architecture , it works fine. But, I can't create this architecture in my conda