jchris / couchapp

The official repo is now at http://github.com/couchapp/couchapp
http://wiki.github.com/couchapp/couchapp
157 stars 124 forks source link

pip install couchapp - syntax error #13

Closed nrice closed 12 years ago

nrice commented 12 years ago

Installing on Debian Lenny getting syntax error

File "/usr/src/Python-2.7.3/build/couchapp/setup.py", line 149 with open(os.path.join(os.path.dirname(file), 'README.rst')) as f: ^ SyntaxError: invalid syntax Complete output from command python setup.py egg_info: /usr/src/Python-2.7.3/build/couchapp/setup.py:149: Warning: 'with' will become a reserved keyword in Python 2.6

nrice commented 12 years ago

I re-installed Python 2.7, setup tools,and pip. Got it working.