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

"SyntaxWarning: invalid escape sequence" error with python 3.12 #81

Open
pitsi opened this issue Aug 25, 2024 · 0 comments
Open

"SyntaxWarning: invalid escape sequence" error with python 3.12 #81

pitsi opened this issue Aug 25, 2024 · 0 comments

Comments

@pitsi
Copy link

pitsi commented Aug 25, 2024

I noticed today that apkinfo pops this error. It probably has to do with python 3.12, like many other similar errors I have come accross lately, so I am asking for a fix. It is from debian unstable, which is on python 3.12 since late June, but it still has apkinfo 0.3.28 in the repos.

$ apkinfo Downloads/wattz-1.19.apk 
/usr/lib/python3/dist-packages/pyaxmlparser/core.py:789: SyntaxWarning: invalid escape sequence '\d'
  dexre = re.compile("classes(\d*).dex")
/usr/lib/python3/dist-packages/pyaxmlparser/core.py:807: SyntaxWarning: invalid escape sequence '\d'
  dexre = re.compile("^classes(\d+)?.dex$")
/usr/lib/python3/dist-packages/pyaxmlparser/core.py:1006: SyntaxWarning: invalid escape sequence '\>'
  """
APK: Downloads/wattz-1.19.apk
App name: Wattz
Package: dubrowgn.wattz
Version name: 1.19
Version code: 19
Is it Signed: True
Is it Signed with v1 Signatures: False
Is it Signed with v2 Signatures: True
Is it Signed with v3 Signatures: False
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

No branches or pull requests

1 participant