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

Bugfix: Unable to load _sqlite3 on main SteamOS #507

Merged
merged 5 commits into from
Jul 24, 2023

Conversation

RodoMa92
Copy link
Contributor

Please tick as appropriate:

  • I have tested this code on a steam deck or on a PC
  • My changes generate no new errors/warnings
  • This is a bugfix/hotfix
  • This is a new feature

Description

While using Decky on main OS, I discovered that SDH-PlayTime was failing to load throwing an sqlite import error. After updating Python to the latest stable, AIOHttp to the latest to allow to compile it correctly and PyInstaller in order to make it actually produce a runnable binary version, SDH-PlayTime started to work again fine.

This need to be tested on other OS version and with different plugin, but for my initial testing it seems to work perfectly fine.

I have odd behaviour with importing sqlite3, which is failing to do. I have no clue why, so I'm trying to update Python to the latest stable to check if it's a Python bug.
It was failing to build a working executable with the latest python runtime.
@TrainDoctor TrainDoctor added the enhancement New feature or request label Jul 19, 2023
@TrainDoctor TrainDoctor requested review from a team July 19, 2023 05:14
@TrainDoctor TrainDoctor merged commit 6993516 into SteamDeckHomebrew:main Jul 24, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants