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

Missing module #1

Closed
arialcrime opened this issue Oct 19, 2018 · 4 comments
Closed

Missing module #1

arialcrime opened this issue Oct 19, 2018 · 4 comments
Assignees

Comments

@arialcrime
Copy link

Hi,

I just downloaded the most recent version of ScaleFast through Mechanic. When I try to start the extension, I get this traceback in the output window.

Traceback (most recent call last):
​  File "scaleFast.py", line 35, in <module>
ModuleNotFoundError: No module named 'mutatorScale.objects'
@gferreira gferreira self-assigned this Oct 19, 2018
@gferreira
Copy link
Contributor

hi, thanks for creating an issue for this.

mutatorScale and the UI components with linked parameters were moved to separate repositories, and are now included in ScaleFast using git submodules. the problem is, the actual submodules are not included when you clone or download the repository… :-/

I think using git subtree instead of git submodule will fix it. I’ll give it a try soon.

@gferreira
Copy link
Contributor

ps. to make it work right now, you‘ll need to download or clone mutatorScale and dynamicParamaters separately, and copy them into the lib folder inside the extension.

@gferreira
Copy link
Contributor

gferreira commented Oct 25, 2018

this should be fixed in the latest update (v1.0.1) – available on 🔧

cc @arialcrime @FosterType

@arialcrime
Copy link
Author

Sorry for the delay. I just did a quick test using Robofont 3.1 and I can confirm the new version solves the problem.

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

2 participants