pip install broken on Python 3 with no cython

Bug #1654643 reported by Diego Fernandez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
oursql
New
Undecided
Unassigned

Bug Description

When I try to pip install latest version with Python 3 on a system without cython I get the following error:

  Downloading oursql-0.9.3.2.tar.gz (187kB)
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-xd8sydf3/oursql/setup.py", line 53
        print "cython not found, using previously-cython'd .c file."
                                                                   ^
    SyntaxError: Missing parentheses in call to 'print'

Should setup.py be using `from __future__ import print_function`?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.