Re: [PythonCE] PythonCE

2012-07-30 Thread Dariusz Nowak
n.org > http://mail.python.org/mailman/listinfo/pythonce > ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] PythonCE

2012-07-30 Thread Francisco Javier Pineda A .
Ing. Francisco Javier Pineda A. Ingeniería en sistemas computacionales ITESM Enviado desde mi iPhone ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] PythonCE .py files

2011-06-01 Thread Ihsan Cingisiz
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. Beca

Re: [PythonCE] PythonCE Digest, Vol 83, Issue 4

2011-02-14 Thread Antonio Tovar
Hi, >> >> But I need help with editing and creating a .py file.. >> Can you please help me? >> I use nebopad. It creates files with any extension (like .py) and it is multifile, so you can copy/paste between source files. There are some other editors, like PocketNotepad.

Re: [PythonCE] PythonCE - I'm a subscriber

2011-02-14 Thread Adam Walley
eg.CreateKey(reg.HKEY_CLASSES_ROOT,'.py') > >>> reg.SetValueEx(k,'Default',0,reg.REG_SZ,'Python.File') > >>> > k=reg.CreateKey(reg.HKEY_CLASSES_ROOT,'Python.File\\Shell\\Open\\Command') > >>> reg.SetValueEx(k,&#

Re: [PythonCE] PythonCE - I'm a subscriber

2011-02-10 Thread Adam Walley
Touch Pro with Windows Mobile > 6.1. > It work, but only the 'IDLE', I mean this for example: > >>> print "Hello..." > > In Python PC Version you can do open a new window and program without the > >>>'s. > Is that possible in PythonC

[PythonCE] PythonCE - I'm a subscriber

2011-02-10 Thread Ihsan Cingisiz
Hello, I download PythonCE today because I love programming in Python, i'm using it onmy computer and wanted to use it on my HTC Touch Pro with Windows Mobile 6.1.It work, but only the 'IDLE', I mean this for example:>>> print "Hello..." In Python PC Version you can do open a new window and prog

Re: [PythonCE] PythonCE on Windows CE 6.0

2010-09-27 Thread Banibrata Dutta
On Tue, Sep 28, 2010 at 11:42 AM, Gadget Steve (HM) wrote: > > > *From:* Banibrata Dutta > *Sent:* Tuesday, September 28, 2010 6:37 AM > *To:* Jake Anderson ; pythonce@python.org > *Subject:* Re: [PythonCE] PythonCE on Windows CE 6.0 > > On Tue, Sep 28, 2010 at 11:02

Re: [PythonCE] PythonCE on Windows CE 6.0

2010-09-27 Thread Banibrata Dutta
On Tue, Sep 28, 2010 at 11:02 AM, Jake Anderson wrote: > On 28/09/10 15:17, Banibrata Dutta wrote: > > > > On Tue, Sep 28, 2010 at 10:35 AM, Banibrata Dutta < > banibrata.du...@gmail.com> wrote: > >> On Tue, Sep 28, 2010 at 10:31 AM, Jake Anderson >> wrote: >> >>> On 28/09/10 14:58, Banibrata

Re: [PythonCE] PythonCE on Windows CE 6.0

2010-09-27 Thread Banibrata Dutta
On Tue, Sep 28, 2010 at 10:35 AM, Banibrata Dutta wrote: > On Tue, Sep 28, 2010 at 10:31 AM, Jake Anderson wrote: > >> On 28/09/10 14:58, Banibrata Dutta wrote: >> >> In attempting to install PythonCE (latest, downloaded from sourceforge), >> using the PythonCE.WM.cab file, on a Windows CE 6.0 m

[PythonCE] PythonCE on Windows CE 6.0

2010-09-27 Thread Banibrata Dutta
Hi, In attempting to install PythonCE (latest, downloaded from sourceforge), using the PythonCE.WM.cab file, on a Windows CE 6.0 mini-laptop (7" screen w/ 800x480 res, ARM VT-8500 300MHz CPU, and 256MB DDR, 2GB Flash SSD), I get the following message popup... *Setup Failed:* The application canno

[PythonCE] PythonCE works on Windos CE 6.0 on ARM processor?

2010-09-25 Thread Banibrata Dutta
Hi, Wanted to know if someone has tried to run PythonCE on Windows CE 6.0, on Arm processors. -- regards, BD ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] PythonCE Digest, Vol 80, Issue 1

2010-05-04 Thread 进中关
hello, every one. Now, I am using the ppygui to develop an application in a pocket pc. There are some problems to be solved, anybody can help me? I want to show a menu in ListView big icon style, just like windows's ListView control, including a big icon and a text string shown in a box, user can s

Re: [PythonCE] Pythonce Roadmap

2010-04-07 Thread Luke Dunstan
> From: c2...@web.de > To: pythonce@python.org > Date: Tue, 30 Mar 2010 19:20:24 +0200 > Subject: Re: [PythonCE] Pythonce Roadmap > > Hello PythonCE users, > > my litle project KaaShooping relies on PythonCE. I don't knov how valuable > it > is to the on

Re: [PythonCE] Pythonce Roadmap

2010-03-30 Thread rodi
nd state? > > > > In positive case, what is the roadmap? > > > > PS: Wiki is down ... > > > > Thanks! > > > > > > ___

[PythonCE] PythonCE and SSL

2010-03-30 Thread Adam Walley
Success! Using the TLSLite package I was able to achieve what I was aiming for - that is to access Gmail programmatically from PythonCE. For anyone interested, this is how I got there (after quite a bit of puzzling and trawling through the net): Having downloaded the TLSLite-0.3.8 package, I plac

Re: [PythonCE] Pythonce Roadmap

2010-03-30 Thread Brad Clements
PythonCE isn't dead, though I do not know who all is using it these days. I no longer have a CE device. I am maintaining the mailing list (welcome to the list ..) I do not know who is in charge of the wiki @ sf .. anyone? Angelo Compagnucci wrote: Hello list! Is pythonce actively developed

[PythonCE] Pythonce Roadmap

2010-03-30 Thread Angelo Compagnucci
Hello list! Is pythonce actively developed or it's is in a dead end state? In positive case, what is the roadmap? PS: Wiki is down ... Thanks! ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] PythonCE and SSL

2010-03-28 Thread Adam Walley
Hello, all. I would like to ask what the current status is with the SSL library in PythonCE. It is not available with my main PythonCE package (v2.5 19/12/2006), so is there any way to add it? I have not, until recently, had any reason to need the SSL module, but I came across the following handy

[PythonCE] PythonCE, Apache and CGI?

2009-08-04 Thread Will Hawes
I've got perl CGI scripts running on Apache on a Windows Mobile 6 device using http://www.rainer-keuchel.de/wince/apache-ce.html and http://perlce.sourceforge.net/. I'm trying to get Python working in the same way, which seems as though it might be possible, but have hit a problem. With the device

Re: [PythonCE] PythonCE Digest, Vol 69, Issue 1

2009-05-09 Thread Adam Walley
> > > 2009/5/8 Tony Lee > > > >> I installed pythonce on my WM6. It works good! > >> > ___ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/mailman/listinfo/pythonce > ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] PythonCE Digest, Vol 69, Issue 1

2009-05-08 Thread Tony Lee
Found this reference in http://markmail.org/message/cqi5g3b5ct3763fq Tried it and it worked beautifully. Love Python. Now need to see if the bluetooth works. BTW, I am using Samsung's blackjack 2. > > Hello, Tony. > > Glad to hear PythonCE works well on WM6. I think there is a Python tel

Re: [PythonCE] PythonCE with WindowsCE.NET 4.2

2008-07-29 Thread Lachezar Dobrev
properly install > the pack PythonCE2.3.4-StorageCard? > > > > I have many more questions that expose, but it makes no sense submission > until now has not resolved earlier. > > Thanks in advance for your attention. > > Vicente. > > ___ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/mailman/listinfo/pythonce > > ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] PythonCE with WindowsCE.NET 4.2

2008-07-28 Thread Vicente Bal·le
Greetings to everyone. I apologize to everybody for translation from Spanish to English I've done with the translator of Google. I hope you understand my questions. The theme is as follows: I have to create an program for capturing data through the serial port and bluetooth with PythonCE a Han

[PythonCE] pythonCE wrapper for OpenGL ES

2008-03-27 Thread sabin
Hello, I am new to pythonCE programming and am currently investigating the posibility to make an openGL ES application in pythonCE (and PyS60). I am trying to develop a 3D rendering library which uses OpenGL ES and should work both on WinCE and Symbian. The Symbian port of python (pys60) has an fu

Re: [PythonCE] PythonCE on Smartphone (WM6)

2008-02-15 Thread tracer
Hi, You can use something like this: mainw=Tk() mainw.bind_all("", lambda e : mainw.event_generate("")) mainw.bind_all("", lambda e : mainw.event_generate("")) mainw.bind_all("", lambda e : mainw.event_generate("")) It works fine on my WM6 smartphone Jorgen Bodde-3 wrote: > > Hi All, > > I

[PythonCE] PythonCe suddlenly closes

2007-11-27 Thread Alexandre Delattre
Hi, With the command line, you can specify the /nocpcceshell flag to prevent the console gui to appear: > python /nopcceshell \medir\script.py The output is then directly written in the PocketCMD console. Hope it helps, Alexandre ___ PythonCE mailing

Re: [PythonCE] PythonCe suddlenly closes

2007-11-26 Thread knic knic
On Monday 26 November 2007 08:39:00 am Jose Ignacio Gisbert wrote: > Hi all, > > > > I am using on my Pocket PC pythonce 2.5, and I call my script from cmd, > like “>python /medir/script.py”, it opens pythonCe, runs well, and when it > shows the answer, it suddenly closes, reminding only cmd windo

Re: [PythonCE] PythonCe suddlenly closes

2007-11-26 Thread Frédéric Mantegazza
On lundi 26 novembre 2007, Jose Ignacio Gisbert wrote: > I am using on my Pocket PC pythonce 2.5, and I call my script from cmd, > like “>python /medir/script.py”, it opens pythonCe, runs well, and when > it shows the answer, it suddenly closes, reminding only cmd window. I > don’t know why it doe

[PythonCE] PythonCe suddlenly closes

2007-11-26 Thread Jose Ignacio Gisbert
Hi all, I am using on my Pocket PC pythonce 2.5, and I call my script from cmd, like “>python /medir/script.py”, it opens pythonCe, runs well, and when it shows the answer, it suddenly closes, reminding only cmd window. I don’t know why it does such thing, so if you could help me I would be ve

Re: [PythonCE] PythonCE on Smartphone (WM6)

2007-10-18 Thread Jorgen Bodde
on for the next releases. Will > setup the smartphone emulator provided by MS for my tests ... > > Best regards, > Alexandre > > > > ___ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/mailman/listinfo/pythonce > ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] PythonCE on Smartphone (WM6)

2007-10-18 Thread Alexandre Delattre
Hi, I' am about to make a public release of PocketPyGui, an open source toolkit that provides an abstraction level over the raw Win32 GUI api. I tried to design its API for python developers with no prior knowledge of win32 programming. For instance, one of its main benefit over its ancestor, v

Re: [PythonCE] PythonCE on Smartphone (WM6)

2007-10-17 Thread Christopher Fairbairn
Hi Jorgen, On 17/10/2007, at 7:29 AM, Jorgen Bodde wrote: > Thank you for your answer, I guess I need to find a port of wxWidgets > / wxPython or some kind that targets the mobile platform better, or > instead use the Embedded Visual Studio with .NET. I love Python so I > hope there is a better al

Re: [PythonCE] PythonCE on Smartphone (WM6)

2007-10-16 Thread Jorgen Bodde
Just thinking about it now I bieleve TKinter is a framework which > essentially > draws all it's own custom controls. If this is the case the problem is > probably > more involved, since you won't get the native OS support for selecting > controls on > a smart

Re: [PythonCE] PythonCE on Smartphone (WM6)

2007-10-15 Thread Christopher Fairbairn
Hi Jorgen, On Tue Oct 16 5:37 , "Jorgen Bodde" sent: >I have PythonCE 2.5 and TKinter running on my smartphone. I wrote a >minimal app and I see a dialog with a button, but since it is a >smartphone which does only have number keys and a jog dial to control >the input, the window stays unrespons

[PythonCE] PythonCE on Smartphone (WM6)

2007-10-15 Thread Jorgen Bodde
Hi All, I have PythonCE 2.5 and TKinter running on my smartphone. I wrote a minimal app and I see a dialog with a button, but since it is a smartphone which does only have number keys and a jog dial to control the input, the window stays unresponsive to input. I cannot even set the focus to a cont

Re: [PythonCE] PythonCE Digest, Vol 51, Issue 2

2007-10-09 Thread Duane Blanchard
a NEC MobilePro 900c? (Ron Stephens) >5. Re: PythonCE 2.5 on a NEC MobilePro 900c? (Christopher Fairbairn) > > > -- > > Message: 1 > Date: Mon, 08 Oct 2007 20:30:12 +0200 > From: David Goncalves <[EM

Re: [PythonCE] PythonCE 2.5 on a NEC MobilePro 900c?

2007-10-09 Thread Ron Stephens
Christopher, I'll try it out and get back to you ;p-)) Ron On Monday, October 08, 2007, at 07:18PM, "Christopher Fairbairn" <[EMAIL PROTECTED]> wrote: >Hi Ron, > >On Tue Oct 9 14:07 , Ron Stephens sent: >>I would like to run Python on my WindowsMobile5 Motorola Q phone but >>I gave up a yea

Re: [PythonCE] PythonCE 2.5 on a NEC MobilePro 900c?

2007-10-08 Thread Christopher Fairbairn
Hi Ron, On Tue Oct 9 14:07 , Ron Stephens sent: >I would like to run Python on my WindowsMobile5 Motorola Q phone but >I gave up a yearago when I couldn't get it to load. > >Maybe I should try the file you offer the link to? You should definatly try out the version I referenced (pythonce-sma

Re: [PythonCE] PythonCE 2.5 on a NEC MobilePro 900c?

2007-10-08 Thread Ron Stephens
at ways to drum up development support for PythonCE. > How many people > are using PythonCE on a Windows CE device? > > Thanks, > Christopher Fairbairn > > ___ > PythonCE mailing list > PythonCE@python.org > http://mail.python.o

Re: [PythonCE] PythonCE 2.5 on a NEC MobilePro 900c?

2007-10-08 Thread Christopher Fairbairn
Hi, >> Are there any major hurdles in building a version of PythonCE 2.5 (and >> associated tools) that will run on my MobilePro (Windows CE 4.2)? By >> major, I mean more involved than tweaking the build. Is there much interest in a build which supports Windows CE devices? I recently relea

Re: [PythonCE] PythonCE 2.5 on a NEC MobilePro 900c?

2007-10-08 Thread David Goncalves
Hi, > Are there any major hurdles in building a version of PythonCE 2.5 (and > associated tools) that will run on my MobilePro (Windows CE 4.2)? By > major, I mean more involved than tweaking the build. > > If so, would anyone have any advice/recommendations on which tools and > libraries to u

[PythonCE] PythonCE 2.5 on a NEC MobilePro 900c?

2007-10-06 Thread James Wondrasek
Hey Everybody, Are there any major hurdles in building a version of PythonCE 2.5 (and associated tools) that will run on my MobilePro (Windows CE 4.2)? By major, I mean more involved than tweaking the build. If so, would anyone have any advice/recommendations on which tools and libraries to use w

[PythonCE] Pythonce on windows mobile smartphone adition.

2007-05-08 Thread Igor Kaplan
Hello! Could someone please tell me if it is pocible to install pythonce on the windows smartphone? Thanks so much. Igor ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] PythonCE with Tix

2007-01-15 Thread David Goncalves
Hi, Has somebody experienced using Tix for Tk on PythonCE ? Tix is an extension to Tk that introduces new widgets. http://tix.sourceforge.net ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] pythonce on Motorola Q?

2006-11-02 Thread Luke Dunstan
- Original Message - From: "awaretek" <[EMAIL PROTECTED]> To: Sent: Thursday, November 02, 2006 5:19 AM Subject: [PythonCE] pythonce on Motorola Q? > > Has anyone been able to get pythonce up and running on a Motorola Q? I > have > tried the various versio

[PythonCE] pythonce on Motorola Q?

2006-11-01 Thread awaretek
Has anyone been able to get pythonce up and running on a Motorola Q? I have tried the various versions on Sourceforge, but I get the error message "not intended for this device" when I attempt to load them on my phone. We know pythonce runs on Moibile System 5.0 devices, but I haven't yet heard f

Re: [PythonCE] PythonCE Digest, Vol 38, Issue 13

2006-09-27 Thread David P. Gil
Bandung, interesting stuff. I will have to try it! I want to code on my phone so I can practice my programming during my train rides. Maybe it sounds like something a person would not want to do, i feel like its my only opportunity to really try and get better at programming since all I do is art a

Re: [PythonCE] PythonCE Digest, Vol 37, Issue 2

2006-08-02 Thread Duane Blanchard
equest > ??> > File "binaries\lib\SocketServer.py", line 521, in __init__ > ??> > File "binaries\lib\BaseHTTPServer.py", line 316, in handle > ??> > File "binaries\lib\BaseHTTPServer.py", line 299, in handle_one_request > ??> &g

Re: [PythonCE] PythonCE wiki

2006-06-19 Thread Luke Dunstan
Good idea. So far I've contacted David Kashtan and Mark Hammond to ask for links to the PythonCE project. Luke - Original Message - From: "Andy Baker" <[EMAIL PROTECTED]> To: Sent: Monday, June 19, 2006 5:41 PM Subject: Re: [PythonCE] PythonCE wiki I feel it wo

Re: [PythonCE] PythonCE wiki

2006-06-19 Thread Luke Dunstan
- Original Message - From: "Brad Clements" <[EMAIL PROTECTED]> To: Sent: Monday, June 19, 2006 10:51 PM Subject: Re: [PythonCE] PythonCE wiki > On 19 Jun 2006 at 10:41, Andy Baker wrote: > >> I feel it would improve things if someone could start contactin

Re: [PythonCE] PythonCE wiki

2006-06-19 Thread Andy Baker
I'd would say having a prominant link on your most highly ranked page wrapped in a H1 and mentioning Python CE in the actual link text would be a good move.On 6/19/06, Brad Clements <[EMAIL PROTECTED]> wrote: On 19 Jun 2006 at 10:41, Andy Baker wrote:> I feel it would improve things if someone cou

Re: [PythonCE] PythonCE wiki

2006-06-19 Thread Brad Clements
On 19 Jun 2006 at 10:41, Andy Baker wrote: > I feel it would improve things if someone could start contacting the > authors/maintainers of some of the out of date PythonCE stuff floating > around and ask them if they could update/remove/point to current > stuff. google for "python ce" puts the oo

Re: [PythonCE] PythonCE wiki

2006-06-19 Thread Andy Baker
e front page fairly short, so it should be refactored if it becomes > >too large, e.g. by moving the "getting started" links to a separate > >GettingStarted page. > > > >Luke Dunstan > >___ > >PythonCE mailing

Re: [PythonCE] PythonCE wiki

2006-06-17 Thread Gonzalo Monzón
nCE mailing list >PythonCE@python.org >http://mail.python.org/mailman/listinfo/pythonce > > > ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

[PythonCE] PythonCE wiki

2006-06-17 Thread Luke Dunstan
Hi all, I have started a new wiki for PythonCE, because existing ones are too old and I don't have control over them as they are not hosted on SourceForge. http://pythonce.sourceforge.net/Wikka/HomePage Please note that I have written this front page initially as merely a list of *ideas* for w

[PythonCE] PythonCE + wxPyCE + pySqlite + sqlite3

2006-06-11 Thread Stephane Vaxelaire
Hello, I read a lot of posts about those python software but found no link to precompiled versions anywhere except on a website with wxpyce_v2.zip. Has anyone compiled wxPython and pysqlite for a PPC with WM 2003 ? Any binary package would be greatly appreciated. Regards

Re: [PythonCE] PythonCE IDE and Form Designer in Development

2006-04-30 Thread Tod Haren
Very cool. I vote yes. ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] PythonCE IDE and Form Designer in Development

2006-04-27 Thread Michael Foord
Eugene Klepikov wrote: > On Thursday 27 April 2006 17:41, The Head Guy wrote: > >> I am in the middle of creating a IDE and Form Designer to run on Windows >> CE. It is about 75% finished. Is there any interest in me releasing >> it?(unlike IDLE, it is not written in Python, but .NET CF v2.0) If

Re: [PythonCE] PythonCE IDE and Form Designer in Development

2006-04-27 Thread Eugene Klepikov
On Thursday 27 April 2006 17:41, The Head Guy wrote: > I am in the middle of creating a IDE and Form Designer to run on Windows > CE. It is about 75% finished. Is there any interest in me releasing > it?(unlike IDLE, it is not written in Python, but .NET CF v2.0) If there is > more than just a few

[PythonCE] PythonCE IDE and Form Designer in Development

2006-04-27 Thread The Head Guy
I am in the middle of creating a IDE and Form Designer to run on Windows CE. It is about 75% finished. Is there any interest in me releasing it?(unlike IDLE, it is not written in Python, but .NET CF v2.0) If there is more than just a few wanting it, I may even make it open source. It should outp

Re: [PythonCE] PythonCE Digest, Vol 31, Issue 16

2006-02-24 Thread javirosa
Thanks for the work! > I've finally gotten irritated enough to fix some of the problems with the > last version of IdleCE. I disabled coloring triple quotes because the > solution I came up with was mind-numbingly slow on large docs, and still > didn't work in all cases. I also fixed problems bl

Re: [PythonCE] PythonCE Digest, Vol 31, Issue 5

2006-02-13 Thread javirosa
One possibility might be to set up a local website and have the pocketPCs communicate . Using windows I get internet access on my pda when its connected through usb. On the other hand, I'm not sure if you can have multiple computers connected via one irda port. I don't want to pretend to know what

Re: [PythonCE] PythonCE Digest, Vol 30, Issue 10

2006-01-09 Thread Andrew Booth
code: No module named Tkinter. > > I noticed that there is a file named '_tkinter.pyd' at the DLLs > folder. > What should I do? > > Bye. > ___ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/m

Re: [PythonCE] PythonCE 1.5.2 for XScale?

2006-01-07 Thread Fuzzyman
Peter Dembinski wrote: >I know CPython 1.5.2 is deprecated, but does anyone have a PythonCE >version 1.5.2 compiled for XScale processors? > > > If *anyone* could produce this binary, I too would much appreciate it. :-) I have a Jornada Handheld running windows CE 2.11 (I think) and an ARM proc

Re: [PythonCE] PythonCE Digest, Vol 30, Issue 6

2006-01-06 Thread Luke Dunstan
- Original Message - From: "Duane Blanchard" <[EMAIL PROTECTED]> To: Sent: Saturday, January 07, 2006 8:27 AM Subject: Re: [PythonCE] PythonCE Digest, Vol 30, Issue 6 > Hi, I've been lurking on the list and playing a little with PythonCE. > Very cool st

Re: [PythonCE] PythonCE Digest, Vol 30, Issue 6

2006-01-06 Thread Duane Blanchard
out the lack of human-friendlyness of the > project. > > One of the important things about a future homepage is that we all users > of pythonce will be able to post samples and code in order to make the > thing more and more popular. > As soon as I get it to work on my iPAQ I will start to p

Re: [PythonCE] PythonCE Digest, Vol 30, Issue 5

2006-01-06 Thread Michael Murdock
Hello, Thomas Heller wrote: >> I cannot answer these questions, but I'll try to get comtypes working. >> Are there 'interesting' COM objects on a Pocket PC 2003 to experiment >> with? I would _love_ to get COM access from inside PythonCE because I want to be able to control Pocket Outlook. Here's

[PythonCE] PythonCE 1.5.2 for XScale?

2006-01-06 Thread Peter Dembinski
I know CPython 1.5.2 is deprecated, but does anyone have a PythonCE version 1.5.2 compiled for XScale processors? -- http://www.peter.dembinski.prv.pl ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] PythonCE Digest, Vol 29, Issue 13

2005-12-31 Thread javirosa
http://www.symbolictools.de/public/pocketconsole/developers/index.htm I'm not sure if it would be possible to get this working with python though. I don't know the details as to how it works. > Send PythonCE mailing list submissions to > pythonce@python.org > > To subscribe or unsubscribe v

Re: [PythonCE] PythonCE on the ARM emulator

2005-12-21 Thread Thomas Heller
"Luke Dunstan" <[EMAIL PROTECTED]> writes: >>> I have tried the simple solution of disabling the version check and I >>> was able to install and run the ctypes unittests on the ARM emulator. >>> >>> Thomas: I can give you the build of Python that I used, if you want. >>> >> That would be great, al

Re: [PythonCE] PythonCE on the ARM emulator

2005-12-21 Thread Luke Dunstan
- Original Message - From: "Thomas Heller" <[EMAIL PROTECTED]> To: "Luke Dunstan" <[EMAIL PROTECTED]> Cc: "Thomas Heller" <[EMAIL PROTECTED]>; Sent: Tuesday, December 20, 2005 3:22 AM Subject: Re: [PythonCE] PythonCE on the ARM emulat

Re: [PythonCE] PythonCE on the ARM emulator

2005-12-19 Thread Thomas Heller
"Luke Dunstan" <[EMAIL PROTECTED]> writes: > I have tried the simple solution of disabling the version check and I > was able to install and run the ctypes unittests on the ARM emulator. > > ...

Re: [PythonCE] PythonCE on the ARM emulator

2005-12-19 Thread Luke Dunstan
- Original Message - From: "Luke Dunstan" <[EMAIL PROTECTED]> To: "Thomas Heller" <[EMAIL PROTECTED]> Cc: Sent: Saturday, December 17, 2005 11:04 AM Subject: Re: [PythonCE] PythonCE on the ARM emulator > > - Original Message - > From: "Th

Re: [PythonCE] PythonCE on the ARM emulator

2005-12-16 Thread Luke Dunstan
- Original Message - From: "Thomas Heller" <[EMAIL PROTECTED]> To: Sent: Friday, December 16, 2005 2:10 AM Subject: [PythonCE] PythonCE on the ARM emulator > Since Luke Dunstan has ported ctypes to windows CE, so I got interested > in this platform. I don'

Re: [PythonCE] PythonCE on the ARM emulator

2005-12-16 Thread Thomas Heller
Michael Foord <[EMAIL PROTECTED]> writes: > Thomas Heller wrote: >> Since Luke Dunstan has ported ctypes to windows CE, so I got interested >> in this platform. I don't have a Windows CE device, but I found the MS >> Device Emulator (1.0, Community Preview): >> >> http://msdn.microsoft.com/mobil

Re: [PythonCE] PythonCE on the ARM emulator

2005-12-16 Thread Michael Foord
Thomas Heller wrote: > Michael Foord <[EMAIL PROTECTED]> writes: > > >>Thomas Heller wrote: >> >>>Since Luke Dunstan has ported ctypes to windows CE, so I got interested >>>in this platform. I don't have a Windows CE device, but I found the MS >>>Device Emulator (1.0, Community Preview): >>> >>>

Re: [PythonCE] PythonCE on the ARM emulator

2005-12-16 Thread Michael Foord
cement' about ctypes for PythonCE. Sounds good. Fuzzyman http://www.voidspace.org.uk/python/index.shtml > Thanks, > > Thomas > > > ___ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/mailma

[PythonCE] PythonCE on the ARM emulator

2005-12-15 Thread Thomas Heller
Since Luke Dunstan has ported ctypes to windows CE, so I got interested in this platform. I don't have a Windows CE device, but I found the MS Device Emulator (1.0, Community Preview): http://msdn.microsoft.com/mobility/windowsmobile/downloads/emulatorpreview/default.aspx To get started, I insta

Re: [PythonCE] PythonCE Summary

2005-11-03 Thread Michael Foord
Edward Fewell wrote: > << http://kitsu.petesdomain.com/files/WinCE/ > (Lot's of other interesting stuff there - including a usable 'port' of IDLE) > > > Thanks for the info. > > I updated the site to include the wxPython link. I tried out IdleCE.py and > it appears to run under the Validus 2.3

Re: [PythonCE] PythonCE Summary

2005-11-03 Thread Edward Fewell
<< http://kitsu.petesdomain.com/files/WinCE/ (Lot's of other interesting stuff there - including a usable 'port' of IDLE) >> Thanks for the info. I updated the site to include the wxPython link. I tried out IdleCE.py and it appears to run under the Validus 2.3.4 distribution I'm using. Very sl

Re: [PythonCE] PythonCE Summary

2005-11-03 Thread Michael Foord
t something to simplify people's searches for some of > these distributions. > > ___ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/mailman/listinfo/pythonce > > > ___

[PythonCE] PythonCE Summary

2005-11-02 Thread Edward Fewell
I put together a quick page linking the various versions of PythonCE that are floating out there. http://www.traybor.com/PythonCE/ Nothing special, just something to simplify people's searches for some of these distributions. ___ PythonCE mailing list

Re: [PythonCE] PythonCE Digest, Vol 27, Issue 7

2005-10-27 Thread Edward Fewell
<< 1)Is there a way to do this in Python ?. >> If it were desktop Python, you could approach it two ways. You could use the system method of the os module to launch your applications. Or you could use access to the Win32 API CreateProcess() from the Win32 wrappers. Neither is available to Pytho

Re: [PythonCE] PythonCE Digest, Vol 26, Issue 8

2005-09-30 Thread Michael Murdock
Chandu Patil wrote: >> >> I am getting to know pythonce 2.3.4 (#0, July 12 2004, 17:38:34) on a Dell Axim 30 Pocket PC. Just installed and am able to run Python. Next I wanted to run setup-registry. >> >> First, is there a list somewhere that has the differences between the Python for say Wi

Re: [PythonCE] PythonCE, pocketpc and UNICODE

2005-08-08 Thread Ulrich Eckhardt
Salvatore Russo wrote: > I am using PythonCE embedded in a C/C++ code to port an open source > application for my pocketpc. All documentation I read about “porting and > application to pocketpc” said that we have to convert the application in > Unicode, with wchat’t and L”blabla” instead of char an

[PythonCE] PythonCE, pocketpc and UNICODE

2005-08-08 Thread Salvatore Russo
Hallo, I am using PythonCE embedded in a C/C++ code to port an open source application for my pocketpc. All documentation I read about “porting and application to pocketpc” said that we have to convert the application in Unicode, with wchat’t and L”blabla” instead of char and “blabla” (and all

Re: [PythonCE] PythonCE Digest, Vol 23, Issue 1

2005-06-01 Thread Jeff Mitchell
# > I've just gotten the urge to look for a Plucker distiller to run # > on the PoPC itself; this of course let to PythonCE since Plucker Desktop's # > distiller is itself written in python. # # I just looked at the website, and I suppose it will work. PPC Python I think # supports zlib, tho

Re: [PythonCE] PythonCE 2.4

2005-05-12 Thread mike
Quoting Craig Chatfield <[EMAIL PROTECTED]>: > Hi everyone, > > I was wondering if anyone has compiled Python 2.4.1 for Windows CE? > > I am hoping to use this for some user testing on an iPaq h5500 or hx4700. > Hello Craig, People have made 'noises' about working on it - but no-one has released

[PythonCE] PythonCE 2.4

2005-05-11 Thread Craig Chatfield
Hi everyone, I was wondering if anyone has compiled Python 2.4.1 for Windows CE? I am hoping to use this for some user testing on an iPaq h5500 or hx4700. Thanks in advance.   Craig Chatfield PhD Candidate, Griffith University Smart Internet Technology CRC Email: [EMAIL PROTECTED]__

Re: [PythonCE] PythonCE for Python 2.4?

2005-02-18 Thread Anthony Tuininga
I have no difficulty building the Python 2.3 builds either. My "dumb" attempts of simply building Python 2.4 directly and with the patches from Python 2.3 applied both failed. Hopefully your attempt to diff apply the patches is more successful. Do you have a set of diffs or do you have to generate

Re: [PythonCE] PythonCE for Python 2.4?

2005-02-18 Thread Brad Clements
On 18 Feb 2005 at 14:35, Anthony Tuininga wrote: > Does anyone know of any attempts to support PythonCE under Python 2.4? > There doesn't appear to be any unified development project dealing > with this but perhaps I'm missing something -- I certainly hope so! I > would be willing to assist/test a

[PythonCE] PythonCE for Python 2.4?

2005-02-18 Thread Anthony Tuininga
Does anyone know of any attempts to support PythonCE under Python 2.4? There doesn't appear to be any unified development project dealing with this but perhaps I'm missing something -- I certainly hope so! I would be willing to assist/test as needed. I'm also willing to work on this myself if I am

Re: [PythonCE] PythonCE app idea

2005-02-03 Thread Ed Blake
--- Stewart Midwinter <[EMAIL PROTECTED]> wrote: > I've been looking for a small graphics app for Windows Mobile that can > do vector graphics and I can't find any, only one full-featured app > that costs $45. It occurs to me that Tkinter might be a good tool for > building such an app. Using t

[PythonCE] PythonCE app idea

2005-02-02 Thread Stewart Midwinter
I've been looking for a small graphics app for Windows Mobile that can do vector graphics and I can't find any, only one full-featured app that costs $45. It occurs to me that Tkinter might be a good tool for building such an app. Using the canvas widget, it might be possible to do some useful gr

Re: [PythonCE] PythonCE with VGA screens?

2005-01-08 Thread Brad Clements
On 8 Jan 2005 at 10:28, Stewart Midwinter wrote: > I've installed Python 2.3 on my Toshiba e830 and am working on a > Tkinter app. The e830 has a VGA screen, so I set the root geometry to > a width of 480, height of 640, and was surprised to find that my root > window was larger than the screen.

[PythonCE] PythonCE with VGA screens?

2005-01-08 Thread Stewart Midwinter
I've installed Python 2.3 on my Toshiba e830 and am working on a Tkinter app. The e830 has a VGA screen, so I set the root geometry to a width of 480, height of 640, and was surprised to find that my root window was larger than the screen. When I set its dimensions to 240x320, it fit the screen ex

[PythonCE] ¿PythonCe is functional?

2004-12-30 Thread Lord_ZealoN
Hi again. I have more questions. I would like to develop an email application. I'm thinking in use python. But, PythonCe is totally functional? Whath bbdd can i use? sqlite only? What are the limits of pythonce? Is pythonce slow? Thanks for your answers. Lord_ZealoN _