-
Notifications
You must be signed in to change notification settings - Fork 8
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
unable to open in python #2
Comments
To figure out the problem, you need to run the script from the command line so you can see which errors the script produces. Also, what run script are you using, with which parameters, etc? |
My first impression was and still is that you're expecting a graphical window to show up so you can use PyMusAnim. PyMusAnim, however, is a command-line, Python-based tool - you need to configure its parameters and launch it with another Python "configuration" file. All of the "Run" files in the repository are examples of that. Sadly, if you can't read one of the "Run" files, such as My own fork of the project provides a more user-friendly interface but is still command-line based (or shell, as you prefer), it just skips the Python "run" configuration step. It's also only tested on Linux (although Mac could possibly work too, not sure). |
i'm ok with scripting, and the |
I apologize for incorrectly assuming your level of familiarity with Python - even though I guess it's reasonable enough too given a lack of context.
You will need to provide your own files and your own "Run" launchers. PyMusAnim also has trouble reading a big number of MIDI files. You can read the README in my repository for info on converting them to a more readable format.
No but you will need to figure out how to encode the audio and video yourself since PyMusAnim doesn't do that out-of-the-box. A clarification: my fork now prefers Musescore over Timidity.. I guess I need to update the text. |
hello zhanrnl~
thanks for your hard work. it is really nice to see your videos on vimeo.
i would like to try it out, but python failed to open it, giving me a blank python.exe screen which closes after some time. what could be the problem?
i have matplotlib, mido and numpy installed in the python already.
:)
The text was updated successfully, but these errors were encountered: