Roundup Tracker - Issues

Message5200

Author iconberg
Recipients iconberg
Date 2015-02-02.11:37:30
Message-id <1422877051.17.0.607924317245.issue2550865@psf.upfronthosting.co.za>
In-reply-to
Installing roundup from pip fails with syntax error.
All details in the pip.log
--------------------------------------------------------------------------------------
  Running setup.py
(path:C:\Users\re\AppData\Local\Temp\pip_build_re\roundup\setup.py)
egg_info for package roundup
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File
"C:\Users\re\AppData\Local\Temp\pip_build_re\roundup\setup.py", line 114
        except UnicodeEncodeError, cause:
                                 ^
    SyntaxError: invalid syntax
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "C:\Users\re\AppData\Local\Temp\pip_build_re\roundup\setup.py",
line 114

    except UnicodeEncodeError, cause:

                             ^

SyntaxError: invalid syntax
History
Date User Action Args
2015-02-02 11:37:31iconbergsetrecipients: + iconberg
2015-02-02 11:37:31iconbergsetmessageid: <1422877051.17.0.607924317245.issue2550865@psf.upfronthosting.co.za>
2015-02-02 11:37:31iconberglinkissue2550865 messages
2015-02-02 11:37:30iconbergcreate