harvimt / quamash

Implementation of the PEP 3156 event-loop (asyncio) api using the Qt Event-Loop
BSD 2-Clause "Simplified" License
265 stars 46 forks source link

pip install crash #49

Closed pnicorelli closed 9 years ago

pnicorelli commented 9 years ago

pip install quamash says:

SyntaxError: Non-ASCII character '\xc2' in file quamash/__init__.py on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

on

Distributor ID: Ubuntu
Description:    Ubuntu 15.04
Release:    15.04
Codename:   vivid
aknuds1 commented 9 years ago

Are you using Python 2? Only Python 3.3+ is supported.

pnicorelli commented 9 years ago

yes, python2.7... I will try by updating all.

thanks