-
Notifications
You must be signed in to change notification settings - Fork 0
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 Boto3 support? #26
Comments
maybe try unpacking https://files.pythonhosted.org/packages/18/c6/1c9c86e51f42e3a601aab9c6d37c9b3c1aa859deb21be7e29938f008b499/boto3-1.29.4-py3-none-any.whl next to your main.py and try to import manually from repl http://localhost:8000/?-i it may be pure python if it does not work then it probably need async stuff that someone will have to implement. |
Hey, an update: I have unpacked the boto3 wheel and added all the requisite wheels, and am now at the point where the game runs until I want to retrieve the high scores from the DynamoDB, at which point I get the following from the stacktrace:
|
I have created a game which uses Boto3 to retrieve, display and update a high scores table in AWS DynamoDB. However, the module cannot be found when I try to package using Pygbag. Is this something that could be added?
The text was updated successfully, but these errors were encountered: