python3 support

Bug #941963 reported by John A Meinel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
testscenarios
Fix Released
Wishlist
Unassigned

Bug Description

Are you intending to support python3? While trying to install it I get:
$ ./pip install testscenarios
Downloading/unpacking testscenarios
  Real name of requirement testscenarios is testscenarios
  Downloading testscenarios-0.2.tar.gz
  Running setup.py egg_info for package testscenarios
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "C:\Python32\BASE\build\testscenarios\setup.py", line 6, in <module>
        description = file(os.path.join(os.path.dirname(__file__), 'README'), 'rb').read()
    NameError: name 'file' is not defined
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

  File "C:\Python32\BASE\build\testscenarios\setup.py", line 6, in <module>

    description = file(os.path.join(os.path.dirname(__file__), 'README'), 'rb').read()

NameError: name 'file' is not defined

I'm guessing this particular error is just s/file/open/, but I want to know the desire before I spend any time working on it.

Related branches

Revision history for this message
Robert Collins (lifeless) wrote :

Python3 would b enice.

Changed in testscenarios:
status: New → Triaged
importance: Undecided → Wishlist
Changed in testscenarios:
status: Triaged → Fix Released
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.