mididings icon indicating copy to clipboard operation
mididings copied to clipboard

Did not run in python 3.6.4 ?

Open jebofponderworthy opened this issue 7 years ago • 3 comments

I received the following. Suggestions?

Traceback (most recent call last):
  File "./Distribute", line 30, in <module>
    from mididings import *
  File "/usr/lib/python3.6/site-packages/mididings-2015-py3.6-linux-x86_64.egg/mididings/__init__.py", line 13, in <module>
    import _mididings
ImportError: dynamic module does not define module export function (PyInit__mididings)

jebofponderworthy avatar Jan 19 '18 13:01 jebofponderworthy

See here for my fix for this

https://github.com/dsacre/mididings/pull/24/commits/3b2f7d3813a4d43b9ad8f226fb71db2d6538db19

markk avatar Feb 22 '18 12:02 markk

Put your change in a fork: https://github.com/ponderworthy/mididings and clearly it works, thank you. Do you know why your change didn't show up when I did a 'git clone' of the original? Clearly I understand very little of the Git and Github environments, though I have read a lot. Once I have a better understanding of what to do I'll help the Arch people.

jebofponderworthy avatar Feb 24 '18 21:02 jebofponderworthy

This fix should be integrated into the official mididings source! Thank you, it's working for me now...

farvardin avatar Aug 31 '19 19:08 farvardin