robotframework/mabot

getting error when try to open mabot.py. except ImportError, e:

Closed this issue · 1 comments

mabot version 0.5.2
python version: 3.1
robotframework: 2.1



error

C:\Python31>mabot.py
  File "C:\Python31\Scripts\mabot.py", line 30
    except ImportError, e:
                      ^
SyntaxError: invalid syntax

C:\Python31>mabot.py --version
  File "C:\Python31\Scripts\mabot.py", line 30
    except ImportError, e:
                      ^
SyntaxError: invalid syntax

C:\Python31>

Original issue reported on code.google.com by shekhar...@gmail.com on 29 Jun 2009 at 3:13

Robot nor Mabot support 3.1 Python.

Python 3 is incompatible with older Python versions and therefore we don't 
support
it. Therefore you need to install Python 2.6 to get Robot and Mabot working.

Original comment by jpran...@gmail.com on 1 Jul 2009 at 11:53

  • Changed state: Invalid