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

Fixes issue #19 Port to Python 3 #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kshitijdshah99
Copy link

@quozl I have port the necessary files to python 3, let me know if any changes required

@quozl
Copy link
Contributor

quozl commented Mar 22, 2024

Please test your work in Sugar before making a pull request. Here's what happens when I try;

1711144074.312934 WARNING root: Activity written for Python 2, consider porting to Python 3.
Traceback (most recent call last):
  File "/usr/bin/sugar-activity3", line 5, in <module>
    activityinstance.main()
  File "/usr/lib/python3/dist-packages/sugar3/activity/activityinstance.py", line 179, in main
    module = __import__(module_name)
  File "/usr/share/sugar/activities/CookieSearch.activity/SearchActivity.py", line 25, in <module>
    import telepathy
ModuleNotFoundError: No module named 'telepathy'

@kshitijdshah99
Copy link
Author

Ok working on it

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

Successfully merging this pull request may close these issues.

2 participants