veltzer / openbook

OpenBook is an open source Jazz real book
https://veltzer.github.io/openbook/
GNU General Public License v3.0
275 stars 41 forks source link

ParamCreator import #110

Closed bthcode closed 3 years ago

bthcode commented 3 years ago

Getting the following error on make:

ImportError: cannot import name 'ParamCreator' from 'pytconf.config' 

Looks like the import in wrapper_lilypond.py should be:

from ParamCreator.param import ParamCreator
veltzer commented 3 years ago

The project builds on every commit without this problem. I suspect you have an old python module. Please update your pytconfig: $ pip install --upgrade pytconf and let me know.

bthcode commented 3 years ago

That fixes it. Thanks very much!

(and thanks for the cool project - i'm poking around for what it would take to make a bass clef build)

On Tue, Sep 15, 2020 at 11:55 AM Mark Veltzer notifications@github.com wrote:

The project builds on every commit without this problem. I suspect you have an old python module. Please update your pytconfig: $ pip install --upgrade pytconf and let me know.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/veltzer/openbook/issues/110#issuecomment-692809458, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA3R7BCHZV5DYGAVS7JMYODSF6E7NANCNFSM4RL4GC7A .

veltzer commented 3 years ago

that's cool. If you find how to do it please give me pull request...:)