h-client-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [H-client-devel] some errors when I try to launch the program


From: Antonio Gallo
Subject: Re: [H-client-devel] some errors when I try to launch the program
Date: Sun, 26 Feb 2012 20:40:40 +0100



> Try rerunning "python ./setup.py develop --user".  If I change the
> generated script to require a different revision than r0 it raises a
> similar exception.

ok, now it goes on but I have another error:


Traceback (most recent call last):
  File "/home/tonicucoz/.local/bin/h-client", line 9, in <module>
    load_entry_point('hclient==0.0a0.dev-r86', 'console_scripts',
'h-client')()
  File "/home/tonicucoz/python/h-client/hclient/gtkclient.py", line
1341, in main
    Client = hclient()
  File "/home/tonicucoz/python/h-client/hclient/gtkclient.py", line
1332, in __init__
    self.synchronize(None)
  File "/home/tonicucoz/python/h-client/hclient/gtkclient.py", line 711,
in synchronize
    result = self.client.sync()
  File "/home/tonicucoz/python/h-client/hclient/hlibrary.py", line 298,
in sync
    xml_devices = get_devices_from_xml(content)
  File "/home/tonicucoz/python/h-client/hclient/hlibrary.py", line 105,
in get_devices_from_xml
    xmldoc = minidom.parseString(content)
  File "/usr/lib/python2.6/xml/dom/minidom.py", line 1928, in
parseString
    return expatbuilder.parseString(string)
  File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 940, in
parseString
    return builder.parseString(string)
  File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 223, in
parseString
    parser.Parse(string, True)
xml.parsers.expat.ExpatError: syntax error: line 1, column 0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]