wxPython resource editor bug (syntax error)

Mark Carter cartermark46 at ukmail.com
Thu Aug 7 09:36:44 EDT 2003


Running xrced.py produced:
Traceback (most recent call last):
  File "C:\Python23\Lib\site-packages\wxPython\tools\XRCed\xrced.py", line 28, in ?
    from tree import *                      # imports xxx which imports params
  File "C:\Python23\Lib\site-packages\wxPython\tools\XRCed\tree.py", line 1174
    
    ^
SyntaxError: invalid syntax

---
I've not been having much luck with python lately!

---
Python 2.3 (#46, Jul 29 2003, 18:54:32) [MSC v.1200 32 bit (Intel)] on win32

---
# Name:         tree.py
# Purpose:      XRC editor, XML_tree class
# Author:       Roman Rolinsky <rolinsky at mema.ucl.ac.be>
# Created:      02.12.2002
# RCS-ID:       $Id: tree.py,v 1.1.2.7 2003/05/12 14:11:30 ROL Exp $




More information about the Python-list mailing list