Skip to content

Python 3.6.x compatibility #2

Description

@lrvl

Needs some changes to get working with Python >3.6.x

  • Each line should be terminated in a newline character
  • Use range instead of xrange
  • Use print('Need more shares to recover!')

The GUI needs more work between Python 2.x and Python 3.x like:

try:
from Tkinter import *
except ImportError:
from tkinter import *

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