From harry at jonesnose.com Mon Mar 1 22:39:35 2004 From: harry at jonesnose.com (Harry Lee) Date: Mon Mar 1 22:39:58 2004 Subject: [PythonCE] where do you put pythonstartup? Message-ID: <00cf01c40008$004a8a80$5622fea9@jonesnose.com> and under just what name? PYTHONSTARTUP? PYTHONSTARTUP.PY? PYTHONSTARUP.PYC? Is the file a raw script, a compiled script, or what? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20040301/48a61ab5/attachment.html From pfalcon at users.sourceforge.net Mon Mar 8 07:46:50 2004 From: pfalcon at users.sourceforge.net (Paul Sokolovsky) Date: Mon Mar 8 08:40:12 2004 Subject: [PythonCE] Call for maintainer Message-ID: <128849173406.20040308144650@ua.fm> Hello , Is there an active maintainer for Python WinCE port? Is there more recent "good" port than http://fore.validus.com/~kashtan ? I'm hacking the mentioned port and would like to coordinate effort. -- Best regards, Paul mailto:pfalcon@users.sourceforge.net From bkc at murkworks.com Mon Mar 8 09:22:15 2004 From: bkc at murkworks.com (Brad Clements) Date: Mon Mar 8 09:18:30 2004 Subject: [PythonCE] Call for maintainer In-Reply-To: <128849173406.20040308144650@ua.fm> Message-ID: <404C3A43.23649.455C732F@localhost> On 8 Mar 2004 at 14:46, Paul Sokolovsky wrote: > Hello , > > Is there an active maintainer for Python WinCE port? Is there more > recent "good" port than http://fore.validus.com/~kashtan ? > > I'm hacking the mentioned port and would like to coordinate effort. I believe kashtan made the last major push. I did some work on the 2.0 port and host the wiki. Unfortunately I just don't have any time to contribute. Telion was working on it and maintaining the wiki but he's disappeared. I can host a subversion repository if that will be helpful, though ideally all changes would get checked into the Python core. -- Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements From mailings at johnnydebris.net Mon Mar 8 09:55:42 2004 From: mailings at johnnydebris.net (Guido Wesdorp) Date: Mon Mar 8 09:53:47 2004 Subject: [PythonCE] Call for maintainer In-Reply-To: <128849173406.20040308144650@ua.fm> References: <128849173406.20040308144650@ua.fm> Message-ID: <404C896E.2060704@johnnydebris.net> Paul Sokolovsky wrote: >Hello , > > Is there an active maintainer for Python WinCE port? Is there more >recent "good" port than http://fore.validus.com/~kashtan ? > > I'm hacking the mentioned port and would like to coordinate effort. > > > As far as I know currently we don't have an active maintainer, Jeffrey Nix did some work but seems to be too busy to contribute (also I don't know where he puts his sources, btw, which might be useful to know), so we'd really really welcome a new one! Cheers, Guido From neozills at yahoo.com Thu Mar 11 05:02:22 2004 From: neozills at yahoo.com (Cherdkiat Saetae) Date: Thu Mar 11 05:03:28 2004 Subject: [PythonCE] Calendar GUI Message-ID: <20040311100222.30006.qmail@web60404.mail.yahoo.com> Hello , I want to have a Calendar GUI in my program,but i don't want to pack button again and again. So is there another way to make it simply and more look well ? It will be great if I can make it like one in the WindowCE. Sorry for the language. Best regards, Cherdkiat Saetae --------------------------------- Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20040311/684e7c14/attachment.html From bkc at murkworks.com Thu Mar 18 12:42:18 2004 From: bkc at murkworks.com (Brad Clements) Date: Thu Mar 18 12:42:15 2004 Subject: [PythonCE] Pycon BOF? Message-ID: <40599907.20930.1F9CF048@localhost> Are there any Python CE users going to PyCon next week that we need a BOF? -- Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements From elmh06 at hotmail.com Mon Mar 22 00:33:36 2004 From: elmh06 at hotmail.com (pierre robidoux) Date: Mon Mar 22 00:33:42 2004 Subject: [PythonCE] (no subject) Message-ID: An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20040322/de1032eb/attachment.html From bkc at murkworks.com Mon Mar 22 06:00:10 2004 From: bkc at murkworks.com (Brad Clements) Date: Mon Mar 22 05:59:26 2004 Subject: [PythonCE] global nameerror In-Reply-To: Message-ID: <405E80B4.4534.32C64211@localhost> Did you really type "Def conversion" ? It should be "def conversion(tmp_C):" otherwise, loooks fine to me On 22 Mar 2004 at 5:33, pierre robidoux wrote: > > I?m using python 2.2 in a pocket pc (ipaq 3800, UCP:ARM, OS:windowsCE). I > was just trying to use this small script , which It works nicely in my > laptop. Def conversion (tmp_C): > tmp_f=tmp_C*1.8 +32 > print tmp_f > I got this error > < file ?\program files\python\lib\pcceshell.py?, line 538, in interact > exec codeOb in locals > File ?? line 1, in? > NameError:global name ?tmp_f? is not defined. > I don?t know what to do. > > > > Up to 11 personalized e-mail addresses With MSN Premium Get 2 months > FREE*. -- Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements From elmh06 at hotmail.com Tue Mar 23 18:49:17 2004 From: elmh06 at hotmail.com (pierre robidoux) Date: Tue Mar 23 18:49:22 2004 Subject: [PythonCE] Python2.2 AND ipaq Message-ID: I’m using python 2.2 in a pocket pc (ipaq 3800, UCP:ARM, OS:windowsCE). I was just trying to use this small script , which It works nicely in my laptop. Def conversion (tmp_C): tmp_f=tmp_C*1.8 +32 print tmp_f I got this error <” line 1, in? NameError:global name ‘tmp_f’ is not defined. I don’t know what to do. _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN Premium http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines From elmh06 at hotmail.com Thu Mar 25 11:35:59 2004 From: elmh06 at hotmail.com (pierre robidoux) Date: Thu Mar 25 11:36:04 2004 Subject: [PythonCE] Pythonce Message-ID: In my massage it put Def conversion, but in the script it def conversion As I wrote, the script works on my laptop. Is it possible that something wrong in my pcceshell.py? Thank you for your help _________________________________________________________________ MSN Premium: Up to 11 personalized e-mail addresses and 2 months FREE* http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines From isrgish at fastem.com Sun Mar 28 01:48:37 2004 From: isrgish at fastem.com (Isr Gish) Date: Sun Mar 28 01:49:30 2004 Subject: [PythonCE] Runing python without the pcceshell Message-ID: I remmember a while back that Richard Deeley wrote something aboutbtweeking pcceshell, so that you could run Python without the shell. I would like to know where Ibcan get more info. On this. Thanks All the best Isr Gish From chronowarper at netscape.net Tue Mar 30 13:26:50 2004 From: chronowarper at netscape.net (Jeffrey Nix) Date: Tue Mar 30 13:27:11 2004 Subject: [PythonCE] Call for maintainer Message-ID: <5FA650BF.2637653D.6D297EDE@netscape.net> If I can get the chance I will send you the sources but I have no clue when that will be... I still have the whole package though, but it's pure chaos because I had to work around the lack of a WinCE IDE at my college and so I made project files for VS .NET that used command line arguments to compile and such. __________________________________________________________________ Introducing the New Netscape Internet Service. Only $9.95 a month -- Sign up today at http://isp.netscape.com/register Netscape. Just the Net You Need. New! Netscape Toolbar for Internet Explorer Search from anywhere on the Web and block those annoying pop-ups. Download now at http://channels.netscape.com/ns/search/install.jsp From mats.d.wichmann at intel.com Wed Mar 31 17:03:14 2004 From: mats.d.wichmann at intel.com (Wichmann, Mats D) Date: Wed Mar 31 17:03:43 2004 Subject: [PythonCE] Call for maintainer Message-ID: > If I can get the chance I will send you the sources but I > have no clue when that will be... I still have the whole > package though, but it's pure chaos because I had to work > around the lack of a WinCE IDE at my college and so I made > project files for VS .NET that used command line arguments to > compile and such. Aren't the development bits free downloads?