phfaist / updater4pyi

[no longer maintained] Lightweight library for software auto-update for applications frozen with pyinstaller
Other
30 stars 7 forks source link

Is this project still alive? #6

Open wolfamongus2 opened 6 years ago

wolfamongus2 commented 6 years ago
import urllib2

ModuleNotFoundError: No module named 'urllib2'

phfaist commented 6 years ago

Thanks for your interest. As you've probably noticed, I haven't updated this project since a while. Unfortunately I don't have the time at the moment to maintain it seriously. Regarding the urllib2 module not found, I think there is a fork somewhere around where the code was made Python-3 compatible, you could try that.

fralik commented 4 years ago

@phfaist perhaps you can mark it as archived/deprecated. See github info about this: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/archiving-repositories and this: https://github.blog/2017-11-08-archiving-repositories/