Sorry, no solution currently.

You have to stick with 2.0.4 and watch the issue on GitHub.

** Description changed:

+ ********* tracked on GitHub
+ https://github.com/RaiMan/SikuliX1/issues/426
+ --------------------------------
+ 
  Hello,
  
  the following program generates an error in version 2.0.5 :
  
  import xml.etree.ElementTree as ET
  data="<food><item 
name='breakfast'>Idly</item><price>$2.5</price><description>   Two idlys with 
chutney   </description><calories>553</calories></food>"
  myroot = ET.fromstring(data)
  
  print(myroot.tag)
  
  Version 2.0.4 works as expected.
  
  Regards
  Rolf

** Changed in: sikuli
       Status: New => Confirmed

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
   Importance: Undecided => Low

** Changed in: sikuli
    Milestone: None => 2.0.6

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1917722

Title:
  [2.0.5] IDE: java.lang.ClassNotFoundException
  (org.apache.xerces.parsers.SAXParser)

Status in Sikuli:
  Confirmed

Bug description:
  ********* tracked on GitHub
  https://github.com/RaiMan/SikuliX1/issues/426
  --------------------------------

  Hello,

  the following program generates an error in version 2.0.5 :

  import xml.etree.ElementTree as ET
  data="<food><item 
name='breakfast'>Idly</item><price>$2.5</price><description>   Two idlys with 
chutney   </description><calories>553</calories></food>"
  myroot = ET.fromstring(data)

  print(myroot.tag)

  Version 2.0.4 works as expected.

  Regards
  Rolf

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1917722/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to