[PythonCE] Tkinter gif problem on PythonCE

2007-12-03 Thread Jose Ignacio Gisbert
Hi all, I am using PythonCE 2.5 in my PDA, and Python2.5 in my desktop pc. When I see Tkinter buttons with gif images on my desktop, everything is seen normally, but when I try to see the same on my pda, gif images are completely unrecognizable. However, if I try to open any of this gif images

Re: [PythonCE] Tkinter gif problem on PythonCE

2007-12-03 Thread Massimo Di Pierro
Hi everybody, where can find downloads and instructions for installing pythonce? does it come with the thread module? if so, do you think I may be able to run Gluon (http:// mdp.cti.depaul.edu) or should I expect any major obstacle? Thank you Massimo

[PythonCE] lxml

2007-12-03 Thread Frédéric Mantegazza
Hello, Is there a port of lxml (based on libxml2) for PythonCE? Thanks, -- Frédéric http://www.gbiloba.org ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] Tkinter gif problem on PythonCE

2007-12-03 Thread Alexandre Delattre
> Hi everybody, > where can find downloads and instructions for installing pythonce? For PythonCE instructions, the wiki is your friend : http://pythonce.sourceforge.net/Wikka/HomePage > does it come with the thread module? Yes. Limitations and differences of pythonce from regular Python are s

Re: [PythonCE] lxml

2007-12-03 Thread Alexandre Delattre
Hi, Afaik there's no port of lxml yet. A starting point would be a port of libxml2 itself. Anyway have you tried ElementTree which is shipped with PythonCE 2.5 ? Lxml based it's API on it, so basic XML infoset manipulation is exactly the same in etree, but works out of the box. http://docs.pyt

Re: [PythonCE] lxml

2007-12-03 Thread Frédéric Mantegazza
On lundi 03 décembre 2007, Alexandre Delattre wrote: > Afaik there's no port of lxml yet. A starting point would be a port of > libxml2 itself. I guessed it would be the problem :o/ > Anyway have you tried ElementTree which is shipped with PythonCE 2.5 ? > Lxml based it's API on it, so basic XML

[PythonCE] RV: Tkinter gif problem on PythonCE

2007-12-03 Thread Jose Ignacio Gisbert
First of all, Alexandre, next time write a new mail and not answer people question with yours, please. Second, I will write down the original question, if anyone knows why this thing happens, it would be very helpful for me, thanks in advance! Hi all, I am using PythonCE 2.5 in my PDA, and Pyt