tweecode / twine

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

pip install fails on Windows (x64) #143

Closed patrickklug closed 10 years ago

patrickklug commented 10 years ago

after running

pip install -r requirements.txt

I receive an error

Downloading/unpacking 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.0)

Same thing happens for the pywin32 reference

Downloading/unpacking pywin32==214 (from -r requirements.txt (line 2))
  Could not find any downloads that satisfy the requirement pywin32==214 (from -r requirements.txt (line 2))

Can anyone shed some light on how to get twine to run on Windows?

patrickklug commented 10 years ago

nevermind: after much trial and error and installing a bunch of libs manually I got it to work.