syntax errors in python3

Bug #1175378 reported by Matt Wilson
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
SquareMap
New
Undecided
Unassigned

Bug Description

Just tried to install SquareMap in python3.3, and got a syntax error:

 File "setup.py", line 11
    except ImportError, err:

That line should be

    except ImportError as err:

and then it will work.

Tags: python3
Revision history for this message
Mike C. Fletcher (mcfletch) wrote :

AFAIK there's no official wxPython release for Python 3 (phoenix isn't AFAIK ready for release?), so even if you installed it you'd get no joy.

Revision history for this message
mattip (matti-picus) wrote :

Maybe time for a new release?

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.