-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add setup.py file #4
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See review comments
setup.py
Outdated
from sugar3.activity import bundlebuilder | ||
|
||
if __name__ == "__main__": | ||
bundlebuilder.start() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add missing newline at the end of the file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@pro-panda |
For interest;
I'm not sure if the license covers the old 32-bit binary |
@quozl Please advise, Thanks |
Do not use
Happy to explain. You added a file. This enabled tests that were not enabled before. As a result of the tests, I saw there is a 32-bit binary file. The path is as described. To comply with license (see |
@quozl , I tried running without sudo, but it showed me a
The activity is architecture specific, because in the
You're right, there is no source code and hence by the Is there anything I could do to help with this? |
Possibly. See if you can move a step closer after this research;
Perhaps next step is just to ask questions of appropriate people; @llaske, have you the source code?
Mine does not show that message. Is there any further detail, like a file name? You might try
Thanks. Yes, 0.112 is the latest version available from Ubuntu, but we have commits to Sugar and the Toolkit since. The messages I see are probably related to changes since 0.112. |
I'm the author of the activity but I must confess I've stopped to maintain it for a long time. |
Thanks @llaske! |
Closing pull request. Fix #5 first, thanks. |
Fixes #2
Thanks