WBXML -> XML for Python (PyWBXML)
November 28th, 2007Steps I’ve had to take to get a working lib on Ubuntu Gutsy Gibbon:
EDIT: Turns out this will only work with the WindowMobile version of WBXML and not with the Nokia/Symbian version.
install Expat XML Parser, automake, autoconf, and libtool (required for libwbxml)
sudo apt-get install libexpat1-dev automake libtool
download, compile and install latest version of libwbxml (wbxml2)
Use […]