Tushar Gautam

Results 2 comments of Tushar Gautam

replace line 11 of _sdk.py with `dll_path = os.path.dirname(os.path.abspath(__file__)) + os.sep + DLL_FILENAME` and make sure that using 32-bit vJoyInterface.dll and make sure that you are using 32-bit python(doesn't matter...

> Is there a reason why this only works on 32bit python? I'm currently trying to use this in a project with another package that requires 64bit python. I haven't...