<div dir="ltr">Hi, Lachezar.<br><br>I recall having the exact same message. I cannot remember which application I was using/trying to install at the time. The problem was easily fixed by obtaining a celib.dll and putting it into the Windows folder on my device. I believe you will find lots of posts about this.<br>
<br>Adam.<br>
<br><div class="gmail_quote">2008/7/31 Lachezar Dobrev <span dir="ltr">&lt;<a href="mailto:l.dobrev@gmail.com" target="_blank">l.dobrev@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

 &nbsp;Update follows...<br>
<br>
 &nbsp;People on this list were quite helpful in referencing a couple of<br>
tools for Pocket PC CAB file mangling.<br>
 &nbsp;1. I was able to extract the Python CE CAB file an uploaded the<br>
extracted files to my device. The python executable had an icon, and I<br>
was able to run it. It seemed to work. I was able to execute a few<br>
minor tests my way: a few dir()-s, a few imports, a few Base64<br>
encoding and decoding operations, and it seemed to work fine. Until I<br>
tried to import Tkinter:<br>
<br>
&gt; &gt;&gt;&gt; import sys<br>
&gt; &gt;&gt;&gt; import Tkinter<br>
&gt; Traceback (most recent call last):<br>
&gt; &nbsp; File &quot;C:\devl\release\PythonCE-2.5-20061219\Python-2.5-wince\Lib\lib-tk\Tkinter.py&quot;, line 38, in &lt;module&gt;<br>
&gt; RuntimeError: Could not find CeLib DLL<br>
&gt; &gt;&gt;&gt;<br>
<br>
 &nbsp;Which led me to believe something is not right.<br>
 &nbsp;Has anyone seen that? Does anyone know how to fix that?<br>
<br>
 &nbsp;A similar error occurs when I try to install the PocketPyGui<br>
(ppygui-0.7) which I thought I would use for the GUI part. However the<br>
exception then has a bit longer stack trace (about 10 frames).<br>
<br>
 &nbsp;2. Reading the documentation on the pocketpc-cab and lcab utilities<br>
I found something that rang a bell:<br>
<br>
 &nbsp; &nbsp;Appendix A: a list of processor architectures<br>
 &nbsp; &nbsp;...<br>
 &nbsp; &nbsp;1824 - ARM 720<br>
 &nbsp; &nbsp;2080 - ARM 820<br>
 &nbsp; &nbsp;2336 - ARM 920<br>
 &nbsp; &nbsp;2577 - StrongARM<br>
 &nbsp; &nbsp;...<br>
<br>
 &nbsp; &nbsp;My device says in the System Properties: &#39;Intel, ARM920T-PXA27x&#39;<br>
 &nbsp; &nbsp;Could this be the culprit of my problems? Is ARM920 compatible<br>
with Strong ARM? Should I give-up on trying to install the current<br>
version and try to compile a version for my device personally?<br>
<br>
 &nbsp;I also noted that the CAB files state, that the allowed OS version<br>
is 4.00 up to 5.00, shouldn&#39;t it be up to 5.99 or something? Not that<br>
my device has Windows 5.1 or anything, but I saw a the Smart Phone<br>
version note a MAX OS Version of 5.99...<br>
<br>
 &nbsp;I hope I get more feed-back on the subject.<br>
 &nbsp;I feel I am getting closer, but I am neither a Mobile-Device expert,<br>
nor a Python expert. I am fairly new to this stuff.<br>
<div><div></div><div>_______________________________________________<br>
PythonCE mailing list<br>
<a href="mailto:PythonCE@python.org" target="_blank">PythonCE@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/pythonce" target="_blank">http://mail.python.org/mailman/listinfo/pythonce</a><br>
</div></div></blockquote></div><br></div>