getting linux distro used...

2009-04-26 Thread deostroll
Hi, I just found that you could use platform.system() to get the underlying os used. But is there a way to get the distro used...? --deostroll -- http://mail.python.org/mailman/listinfo/python-list

Connecting/talking to OpenOffice Base files

2009-04-28 Thread deostroll
Hi, I was wondering if the python interpretor can talk to files with extension *.odb (OpenOffice Base files). They are like flat database files, similar to Microsoft Access files. I want to store data into them as well as extract data out of them. --deostroll -- http://mail.python.org/mailman

parsing json using simplejson

2009-06-15 Thread deostroll
I need to be able to parse a json data object using the simplejson package. First of all I need to know all the task needed for this job. --deostroll -- http://mail.python.org/mailman/listinfo/python-list

Re: parsing json using simplejson

2009-06-15 Thread deostroll
I want to be able to parse it into python objects. Any ideas? --deostroll -- http://mail.python.org/mailman/listinfo/python-list

Re: pywebkit - python bindings for webkit DOM (alpha)

2010-10-22 Thread deostroll
Hi, Any instructions on how to get started with the source code? --deostroll On Oct 8, 1:57 am, lkcl wrote: > apologies for the 3 copies of the post: mail.python.org's SMTP service > was offline yesterday. > > just a quick update: XMLHttpRequest support has been fixed today,

Re: pywebkit - python bindings for webkit DOM (alpha)

2010-10-23 Thread deostroll
. I've tried applying the patch when python webkit was installed itself. I don't think I could get the get_dom_document() on the WebFrame. --deostroll On Oct 22, 8:39 pm, deostroll wrote: > Hi, > > Any instructions on how to get started with the source code? > > --deostroll