RBTools is explicitly not compatible with Python 3.x. At some point in the
next year we'll drop support for Python 2.5, at which point we'll be able
to add support for 3.x

-David

On Tue, Oct 14, 2014 at 11:01 PM, neel roy <neelsm...@rediffmail.com> wrote:

> FYI:
>
> Getting errors with python 3.4 (64 bit). Dumping here. Switching back to
> 2.7.7 removes all them.
>
> easy_install RBTools
> Searching for RBTools
> Reading https://pypi.python.org/simple/RBTools/
> Reading http://downloads.review-board.org/releases/
> Reading http://downloads.review-board.org/releases/RBTools/0.2/
> Reading http://downloads.reviewboard.org/releases/RBTools/0.2/
> Reading http://downloads.reviewboard.org/releases/RBTools/0.3/
> Reading http://downloads.reviewboard.org/releases/RBTools/0.4/
> Reading http://downloads.reviewboard.org/releases/RBTools/0.5/
> Reading http://downloads.reviewboard.org/releases/RBTools/0.6/
> Reading http://www.review-board.org/
> Reading http://www.reviewboard.org/
> Best match: RBTools 0.6.2
> Downloading
> http://downloads.reviewboard.org/releases/RBTools/0.6/RBTools-0.6.2.
> tar.gz#md5=fbeae5f029d2ccd6db1c92dff9814900
> Processing RBTools-0.6.2.tar.gz
> Writing
> C:\Users\VMU~1.CAS\AppData\Local\Temp\easy_install-j3fourka\RBTools-0.6.
> 2\setup.cfg
> Running RBTools-0.6.2\setup.py -q bdist_egg --dist-dir
> C:\Users\VMU~1.CAS\AppDat
> a\Local\Temp\easy_install-j3fourka\RBTools-0.6.2\egg-dist-tmp-irl3eyxb
>   File "build\bdist.win-amd64\egg\rbtools\api\request.py", line 245
>     except urllib2.HTTPError, e:
>                             ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\clients\clearcase.py", line 561
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\clients\cvs.py", line 49
>     except socket.error, msg:
>                        ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\clients\perforce.py", line 135
>     print record['data']
>                ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\clients\svn.py", line 687
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\clients\tests.py", line 865
>     raise SkipTest(msg), None, sys.exc_info()[2]
>                        ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\clients\__init__.py", line 200
>     except IOError, e:
>                   ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\commands\api_get.py", line 58
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\commands\attach.py", line 29
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\commands\close.py", line 35
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\commands\diff.py", line 61
>     print diff
>              ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\commands\main.py", line 49
>     print help_text
>                   ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\commands\patch.py", line 57
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\commands\post.py", line 409
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\commands\publish.py", line 19
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\commands\setup_repo.py", line 93
>     except IOError, e:
>                   ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\commands\status.py", line 27
>     print "   r/%s - %s" % (request.id, request.summary)
>                        ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\commands\__init__.py", line 417
>     except CommandError, e:
>                        ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\hooks\common.py", line 26
>     except ServerInterfaceError, e:
>                                ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\utils\console.py", line 20
>     print '%s is not a valid answer.' % answer
>                                     ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\utils\filesystem.py", line 49
>     except SyntaxError, e:
>                       ^
> SyntaxError: invalid syntax
>
>   File "build\bdist.win-amd64\egg\rbtools\utils\process.py", line 17
>     print msg
>             ^
> SyntaxError: invalid syntax
>
> zip_safe flag not set; analyzing archive contents...
> rbtools.clients.__pycache__.mercurial.cpython-34: module references
> __file__
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\api\reques
> t.py", line 245
>     except urllib2.HTTPError, e:
>                             ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\clients\cl
> earcase.py", line 561
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\clients\cv
> s.py", line 49
>     except socket.error, msg:
>                        ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\clients\pe
> rforce.py", line 135
>     print record['data']
>                ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\clients\sv
> n.py", line 687
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\clients\te
> sts.py", line 865
>     raise SkipTest(msg), None, sys.exc_info()[2]
>                        ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\clients\__
> init__.py", line 200
>     except IOError, e:
>                   ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\commands\a
> pi_get.py", line 58
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\commands\a
> ttach.py", line 29
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\commands\c
> lose.py", line 35
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\commands\d
> iff.py", line 61
>     print diff
>              ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\commands\m
> ain.py", line 49
>     print help_text
>                   ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\commands\p
> atch.py", line 57
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\commands\p
> ost.py", line 409
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\commands\p
> ublish.py", line 19
>     except APIError, e:
>                    ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\commands\s
> etup_repo.py", line 93
>     except IOError, e:
>                   ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\commands\s
> tatus.py", line 27
>     print "   r/%s - %s" % (request.id, request.summary)
>                        ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\commands\_
> _init__.py", line 417
>     except CommandError, e:
>                        ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\hooks\comm
> on.py", line 26
>     except ServerInterfaceError, e:
>                                ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\utils\cons
> ole.py", line 20
>     print '%s is not a valid answer.' % answer
>                                     ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\utils\file
> system.py", line 49
>     except SyntaxError, e:
>                       ^
> SyntaxError: invalid syntax
>
>   File
> "c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg\rbtools\utils\proc
> ess.py", line 17
>     print msg
>             ^
> SyntaxError: invalid syntax
>
> Adding rbtools 0.6.2 to easy-install.pth file
> Installing rbt-script.py script to C:\Python34\Scripts
> Installing rbt.exe script to C:\Python34\Scripts
>
> Installed c:\python34\lib\site-packages\rbtools-0.6.2-py3.4.egg
> Processing dependencies for RBTools
> Finished processing dependencies for RBTools
>
> --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to