Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsure how to run #13

Open
HarrisonRClark opened this issue Aug 12, 2020 · 5 comments
Open

Unsure how to run #13

HarrisonRClark opened this issue Aug 12, 2020 · 5 comments

Comments

@HarrisonRClark
Copy link

Hi,

Please firstly accept my apologies and severe lack of knowledge of tech-related things. I'm probably raising this in the wrong place too as I'm only just exploring GitHub. I'm following the instructions for this tool and struggling to understand step 4.

Run "midi2vjoy -t" to test the code generated by MIDI device. These codes will be used for the configuration, so midi2vjoy know this vjoy axis or button to drive then the MIDI device is used (detail in 2.3).

Where do I run midi2vjoy -t? I have tried running this in CMD but getting a message that midi2vjoy isn't a recognised command. I do have Python installed on my computer but still unsure of how any of that works. I ran the CMD commands while my current directory was set to the root folder of midi2vjoy-master and also the subdirectory midi2vjoy-master/midi2vjoy.

Again, sorry for my ignorance but hopefully it's easy to explain from your end.

Kind regards,
Harrison

@HarrisonRClark
Copy link
Author

Just an update on this, I've also installed pygame now, running "pip show pygame" in cmd returns version 1.9.6.

@c0redumb
Copy link
Owner

I think you will need to install midi2vjoy first. Try to go to the midi2vjoy folder and try "python setup.py".

@hjr555
Copy link

hjr555 commented Sep 12, 2020

Hello,
You must have Python 3.x installed, and then must run
python setup.py install from within the midi2vjoy folder.

I experienced errors when I had python 2.x also installed, so I removed that, and it all works fine.

@spanner-uk
Copy link

This might help:

https://www.youtube.com/watch?v=9ShQVPK3LwM&lc=UgynCBy8Uk4xQ3dXyAV4AaABAg

@ageekhere
Copy link

maybe Auto PY to EXE could be used to create a standalone exe that the user could run

https://dev.to/eshleron/how-to-convert-py-to-exe-step-by-step-guide-3cfi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants