tweecode / twine

UI for creating hypertext stories
http://twinery.org
656 stars 97 forks source link

Is python3 not supported? #186

Open scherrey opened 7 years ago

scherrey commented 7 years ago

Trying to install twine in my python3 virtualenv. (twine) scherrey@satriani:~/develop/twine$ pip install -r requirements.txt Collecting py2app==0.6.4 (from -r requirements.txt (line 1)) Using cached py2app-0.6.4.tar.gz Collecting py2exe==0.6.9 (from -r requirements.txt (line 2)) Could not find a version that satisfies the requirement py2exe==0.6.9 (from -r requirements.txt (line 2)) (from versions: 0.9.2.0, 0.9.2.2) No matching distribution found for py2exe==0.6.9 (from -r requirements.txt (line 2)) (twine) scherrey@satriani:~/develop/twine$