Skip to content

Code does not run with Python 3.9Β #17

@olaf7

Description

@olaf7

I am trying to use this code on Debian Stable. I created a virtualenv whoch uses Python 3.9.2. The importing mechanism is no longer compatible with the code. Adding paths helps. So at various locations I added:
import sys,os
sys.path.append("..") # fix py2/py relative path issue
p = os.path.abspath(".")
sys.path.insert(1, p)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions