-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support for multiple file programs #66
Comments
@JacobenVosloo , could you please provide the contents of the |
@PeterStaev, thank you for the quick response. The contents are the same as the main.py file.
And the file is located in the same location as main.py and utilities.py |
@JacobenVosloo I see your import in the assembled file looks different than the one in the from utilities import * |
I double-checked, and import is now as you suggested. But it is still not working. Here is a screenshot showing the whole setup and the resultant main. assembled.py file. I am working of a Mac, could this be the problem? Is there perhaps some example file that I can use to test the setup on my side. Thank you again for the support and a great library |
Based on this PR #58
And the read me
I would assume that splitting code into multiple files work
But based on my simple test it does not
Can anyone please assist as to what am I doing wrong?
@GreenGitHub99
I also tried changing the settings to precompiled mpy file
The text was updated successfully, but these errors were encountered: