Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Python3 compatibility #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

juergenhoetzel
Copy link

I encountered serveral issues when using Python 3.8.2:

Traceback (most recent call last):
  File "apk-anal.py", line 289, in <module>
    if e.errno == os.errno.ENOENT:
AttributeError: module 'os' has no attribute 'errno'
...

This also fixes: #7

@juergenhoetzel juergenhoetzel mentioned this pull request Apr 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AttributeError
1 participant