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/listinfo/python-list


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, and
> the correct version of libsoup discovered which actually works.  that
> puts PythonWebkit into a "useful and useable" state, despite being
> only 15 days old.  further development is still needed, but it's still
> pretty exciting to be back to where the original python webkit
> bindings code was, from 2008, minus the cruft from the intermediate
> glib/gobject layer, in such a short amount of time.
>
> l.

-- 
http://mail.python.org/mailman/listinfo/python-list


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

2010-10-23 Thread deostroll
Okay found the instruction to build the project on the site
http://www.gnu.org/software/pythonwebkit/

Not sure how to apply the patch. I already have an installation of
pythonwebkit. Should I uninstall it, download the source from
http://code.google.com/p/pywebkitgtk and then apply the patch.

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
> 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, and
> > the correct version of libsoup discovered which actually works.  that
> > puts PythonWebkit into a "useful and useable" state, despite being
> > only 15 days old.  further development is still needed, but it's still
> > pretty exciting to be back to where the original python webkit
> > bindings code was, from 2008, minus the cruft from the intermediate
> > glib/gobject layer, in such a short amount of time.
>
> > l.

-- 
http://mail.python.org/mailman/listinfo/python-list