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
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
Hello,
Is there a port of lxml (based on libxml2) for PythonCE?
Thanks,
--
Frédéric
http://www.gbiloba.org
___
PythonCE mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pythonce
> 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
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
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
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