[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Creating Gtk2 and/or Gnome2 interfaces for Perl with Glade or Glade-2
- From: Christian Hamar alias kRiX <krics linuxforum hu>
- To: Pascal <evilynux yahoo com>
- Cc: muppet <scott asofyet org>, gtk-perl-list gnome org
- Subject: Re: Creating Gtk2 and/or Gnome2 interfaces for Perl with Glade or Glade-2
- Date: Mon, 30 Jun 2003 20:08:38 +0200 (CEST)
On Mon, 30 Jun 2003, [iso-8859-1] Pascal wrote:
>
> $ libglade-convert MoviXMaker.glade
> Traceback (most recent call last):
> File "/usr/bin/libglade-convert", line 1201, in ?
> main()
> File "/usr/bin/libglade-convert", line 1198, in main
> handle_file(args[0])
> File "/usr/bin/libglade-convert", line 1148, in handle_file
> document = xml.dom.minidom.parse(filename)
> File "/usr/lib/python2.2/xml/dom/minidom.py", line 962, in parse
> return _doparse(pulldom.parse, args, kwargs)
> File "/usr/lib/python2.2/xml/dom/minidom.py", line 954, in _doparse
> toktype, rootNode = events.getEvent()
> File "/usr/lib/python2.2/xml/dom/pulldom.py", line 255, in getEvent
> self.parser.feed(buf)
> File "/usr/lib/python2.2/xml/sax/expatreader.py", line 149, in feed
> self._err_handler.fatalError(exc)
> File "/usr/lib/python2.2/xml/sax/handler.py", line 38, in fatalError
> raise exception
> xml.sax._exceptions.SAXParseException: <unknown>:240:30: not well-formed (invalid token)
so this is a probelm :) You have some "illegal" or non-standard english
chars in the .glade file! The last error message show it's position:
line 240 and column 30
fix it in the glade source and then try to libglade-convert again!
Best regards: Christian Hamar alias kRiX
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]