-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi, I’m seeing an import-time error right after installing Maelzel into a fresh project. I'm no computer scientist so feel to disregard this as user error :)
import maelzel.core fails: AttributeError: module 'csoundengine' has no attribute 'instr'
File ".../site-packages/maelzel/core/presetdef.py", line 96, in _parseAudiogen inlineargs = csoundengine.instr.instrtools.parseInlineArgs(audiogenlines) AttributeError: module 'csoundengine' has no attribute 'instr'
Environment
- OS: Linux, CLI-only (no desktop/X)
- Python: 3.12 (project .venv)
- uv: 0.8.4
- Maelzel: installed via uv add maelzel
- Csound: 6.18 (csound --version)
- Tkinter present (python3 -c "import tkinter; print(tkinter.TkVersion)" → 8.6)
Metadata
Metadata
Assignees
Labels
No labels