From ihsan_cingisiz at live.nl Wed Jun 1 23:38:02 2011 From: ihsan_cingisiz at live.nl (Ihsan Cingisiz) Date: Wed, 1 Jun 2011 23:38:02 +0200 Subject: [PythonCE] PythonCE .py files In-Reply-To: References: Message-ID: Hello,could you please help me with explaining how to do the following:I want to make or edit a .py file with PythonCE on my Windows Mobile6.1 Mobile Phone. I saw somewhere that it needs to be scripted first,but I don't know for sure. Could you please explain me STEP by STEPhow to do this. Because I'm new to Windows Mobile it's very hardand weird at all for me.Thanks in advance,I. C. -------------- next part -------------- An HTML attachment was scrubbed... URL: From pavel.churak at leverx.com Fri Jun 3 08:55:27 2011 From: pavel.churak at leverx.com (Pavel Churak) Date: Fri, 3 Jun 2011 09:55:27 +0300 Subject: [PythonCE] Debug on Windows Mobile Message-ID: Hello all, Is there any way to debug python code on Windows Mobile? Thank you very much in advance, Pavel -------------- next part -------------- An HTML attachment was scrubbed... URL: From yahoo at vapourforge.com Fri Jun 3 08:57:15 2011 From: yahoo at vapourforge.com (Jake Anderson) Date: Fri, 03 Jun 2011 16:57:15 +1000 Subject: [PythonCE] Debug on Windows Mobile In-Reply-To: References: Message-ID: <4DE885CB.9010205@vapourforge.com> On 06/03/2011 04:55 PM, Pavel Churak wrote: > > Hello all, > > Is there any way to debug python code on Windows Mobile? > > Thank you very much in advance, > > Pavel > > > _______________________________________________ > PythonCE mailing list > PythonCE at python.org > http://mail.python.org/mailman/listinfo/pythonce lots of print statements? -------------- next part -------------- An HTML attachment was scrubbed... URL: From hammserg at gmail.com Fri Jun 3 09:45:05 2011 From: hammserg at gmail.com (Siarhei Valenda) Date: Fri, 3 Jun 2011 10:45:05 +0300 Subject: [PythonCE] JPype-WindowsCE Message-ID: Good day, I have a question. Is there any possibilities to use JPype in Windows CE (CE OS 5.2.21009)? Or maybe there is another possibility to use Java classes via Python? In JPype it is necessary to use jvm.dll library. Where I can find it? Thank You! Best wishes, Sergey V. -------------- next part -------------- An HTML attachment was scrubbed... URL: From pavel.churak at leverx.com Fri Jun 3 09:49:54 2011 From: pavel.churak at leverx.com (Pavel Churak) Date: Fri, 3 Jun 2011 10:49:54 +0300 Subject: [PythonCE] FW: Debug on Windows Mobile Message-ID: <531B6563039C485EA44682CAFB2D1FD8@LeverX.local> Thanks, Is there any way to go step by step in the code? Something like import pdb; pdb.set_trace(). Regards, Pavel _____ From: pythonce-bounces+pavel.churak=leverx.com at python.org [mailto:pythonce-bounces+pavel.churak=leverx.com at python.org] On Behalf Of Jake Anderson Sent: Friday, June 03, 2011 9:57 AM To: pythonce at python.org Subject: Re: [PythonCE] Debug on Windows Mobile On 06/03/2011 04:55 PM, Pavel Churak wrote: Hello all, Is there any way to debug python code on Windows Mobile? Thank you very much in advance, Pavel _______________________________________________ PythonCE mailing list PythonCE at python.org http://mail.python.org/mailman/listinfo/pythonce lots of print statements? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: ATT00014.txt URL: From artsem.yemtsau at leverx.com Fri Jun 3 09:50:57 2011 From: artsem.yemtsau at leverx.com (Artsem Yemtsau) Date: Fri, 3 Jun 2011 10:50:57 +0300 Subject: [PythonCE] FW: Flask issue on Mobile Device References: <000001cc1ec1$9d1e1ea0$d75a5be0$@leverx.com> Message-ID: <000d01cc21c2$fa1601a0$ee4204e0$@leverx.com> -----Original Message----- From: Artsem Yemtsau [mailto:artsem.yemtsau at leverx.com] Sent: Friday, June 03, 2011 10:45 AM To: 'Andrej Krpic' Subject: RE: [PythonCE] Flask issue on Mobile Device Hello Andrej >>> I haven't checked flash Do you mean Flash or Flask? I asked about Flask. -----Original Message----- From: Andrej Krpic [mailto:akrpic77 at gmail.com] Sent: Tuesday, May 31, 2011 5:11 PM To: Artsem Yemtsau Subject: Re: [PythonCE] Flask issue on Mobile Device On Mon, May 30, 2011 at 2:03 PM, Artsem Yemtsau wrote: > Is there any way to use msvcrt library on windows mobile system. I'm asking because we need to run Flask framework on Windows Mobile and we have the following error: > File > "C:\devl\release\PythonCE-2.5-20061219\Python-2.5-wince\Lib\subprocess > .py", line 376, in : No module > named msvcrt It's not problem in the msvcrt, although it's also missing. Subprocess is not supported, underlying _subprocess module written in c is not even ported. And it can't be, at least not easily. I haven't checked flash, but i hope you can circumvent it somehow. -Andrej From akrpic77 at gmail.com Tue Jun 14 14:56:09 2011 From: akrpic77 at gmail.com (Andrej Krpic) Date: Tue, 14 Jun 2011 14:56:09 +0200 Subject: [PythonCE] FW: Flask issue on Mobile Device In-Reply-To: <000d01cc21c2$fa1601a0$ee4204e0$@leverx.com> References: <000001cc1ec1$9d1e1ea0$d75a5be0$@leverx.com> <000d01cc21c2$fa1601a0$ee4204e0$@leverx.com> Message-ID: On Fri, Jun 3, 2011 at 9:50 AM, Artsem Yemtsau wrote: > Do you mean Flash or Flask? I asked about Flask. it was a typo, i meant Flask. -Andrej