Status: New
Owner: [email protected]
Labels: Type-Defect Priority-Medium

New issue 621 by [email protected]: Python library does not run setup.py under a Python 3.x interpreter
http://code.google.com/p/protobuf/issues/detail?id=621

What steps will reproduce the problem?
1. Run setup.py with a Python 3.x interpreter

What is the expected output? What do you see instead?

setup.py should run without any errors. Instead, I see:

``
$ python3.4 setup.py
  File "setup.py", line 52
    print "Generating %s..." % output
                           ^
SyntaxError: invalid syntax

What version of the product are you using? On what operating system?

protobuf 2.5.0. Ubuntu Linux 12.0.4

Please provide any additional information below.

Attach are fixes to setup.py and ez_setup.py so that protobuf can be installed with a Python 3.x interpreter. ez_setup.py was updated from: https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py

Attachments:
        protobuf-python3.patch  21.7 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to