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] Remove errant import in psbt_screens.py #348

Merged
merged 1 commit into from Mar 19, 2023

Conversation

kdmukai
Copy link
Contributor

@kdmukai kdmukai commented Mar 12, 2023

Commit e9ad26b introduced an unintended lzma import (blame VSCode automatic "quick fix" and a not careful enough visual inspection of diffs on what's being committed).

This errant import currently seems to be harmless because:

  • Raspi OS built-in python3.7 seems to have lzma compiled in (otherwise those screens would crash on the import).
  • SeedSigner OS python3.10.8 also seems to have lzma compiled in.

However, with #347 we're custom-compiling python3.10 on Raspi OS. And doing so without lzma support. So the import crashes the python file.

@jdlcdl
Copy link

jdlcdl commented Mar 12, 2023

ACK

I confirm that importing lzma anything raises ModuleNotFoundError in my custom 3.10 build too.

@newtonick
Copy link
Collaborator

ACK

@newtonick newtonick merged commit 9610ce1 into SeedSigner:dev Mar 19, 2023
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.

None yet

3 participants