From harry@jonesnose.com Sat Aug 2 00:34:47 2003 From: harry@jonesnose.com (Harry Lee) Date: Fri, 1 Aug 2003 19:34:47 -0400 Subject: [PythonCE] I upograded my toshiba to ppc2k3 Message-ID: <007001c35885$80470ae0$c4ca0345@jonesnose.com> This is a multi-part message in MIME format. ------=_NextPart_000_0071_01C35863.F9356AE0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit and the undefined _socket error persists. ------=_NextPart_000_0071_01C35863.F9356AE0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message
and = the undefined=20 _socket error persists.
------=_NextPart_000_0071_01C35863.F9356AE0-- From harry at jonesnose.com Thu Aug 7 03:54:42 2003 From: harry at jonesnose.com (Harry Lee) Date: Thu Aug 7 02:54:50 2003 Subject: [PythonCE] any progress on pythonce 2.3? Message-ID: <000001c35cb0$c8e8b800$c4ca0345@jonesnose.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20030807/9b76b7ca/attachment.htm From bkc at murkworks.com Thu Aug 7 09:03:16 2003 From: bkc at murkworks.com (Brad Clements) Date: Thu Aug 7 08:04:11 2003 Subject: [PythonCE] any progress on pythonce 2.3? In-Reply-To: <000001c35cb0$c8e8b800$c4ca0345@jonesnose.com> Message-ID: <3F3207C0.17779.9F344761@localhost> Sorry, no. I have to pay my rent first so "free stuff" has to wait. You can, of course, compile it yourself with EVT. -- Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements From sebastien.hugues at swissinfo.org Fri Aug 8 00:38:37 2003 From: sebastien.hugues at swissinfo.org (Sebastien Hugues) Date: Thu Aug 7 17:43:57 2003 Subject: [PythonCE] Load a Python file Message-ID: <3F32C6DD.9060904@swissinfo.org> Hi, I would like to know how to specify a file to load at startup of Python. I am a newbie with Windows CE and but i did not find any kind of command line... Any ideas? Thanks in advance Regards Sebastien From bkc at murkworks.com Thu Aug 7 19:19:30 2003 From: bkc at murkworks.com (Brad Clements) Date: Thu Aug 7 18:20:18 2003 Subject: [PythonCE] Load a Python file In-Reply-To: <3F32C6DD.9060904@swissinfo.org> Message-ID: <3F32982C.1701.1DDAA83@localhost> Does this help? http://www.murkworks.com/Research/Python/PythonCE/PythonCEWiki/FAQ by default, the PocketPC version comes up with a shell, so I'm not sure what you mean about command line.. On 7 Aug 2003 at 23:38, Sebastien Hugues wrote: Date sent: Thu, 07 Aug 2003 23:38:37 +0200 From: Sebastien Hugues To: pythonce@python.org Subject: [PythonCE] Load a Python file > Hi, > > I would like to know how to specify a file to load > at startup of Python. I am a newbie with Windows CE and > but i did not find any kind of command line... > > Any ideas? > > Thanks in advance > Regards > > Sebastien > > > _______________________________________________ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/mailman/listinfo/pythonce -- Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements From Michael.Foord at tbsmerchants.co.uk Wed Aug 13 23:22:42 2003 From: Michael.Foord at tbsmerchants.co.uk (Michael Foord) Date: Wed Aug 13 17:23:24 2003 Subject: [PythonCE] PocketPC Python Message-ID: <3F3AAC22.5010700@tbsmerchants.co.uk> I use pocktPC python regularly and am very grateful that I can do this. I use it on an XDA running pocketPC 2002. A couple of comments : The input('') and rawinput('') functions don't seem to work. It hangs the device if asked to print large dictionaries or tuples. Fuzzyman -- Michael Foord Sales Daventry Depot TBS Builders Merchants Ltd Hackwood Road Daventry Northants NN11 4ES Tel : 01327 877378, Fax : 01327 300598, Mobile : 07740 774204 http://www.TBSMerchants.co.uk --- http://www.Voidspace.org.uk The Place where headspace meets cyberspace. Online resource site - covering science, technology, computing, cyberpunk, psychology, spirituality, fiction and more. --- http://www.learnlandrover.com http://www.fuchsiashockz.co.uk http://groups.yahoo.com/group/void-shockz --- Everyone has talent. What is rare is the courage to follow talent to the dark place where it leads. -Erica Jong Ambition is a poor excuse for not having sense enough to be lazy. -Milan Kundera ----- This email is confidential & intended solely for the use of the individual to whom it is addressed. Any views presented are solely those of the author & do not necessarily represent those of Towcester Building Supplies. If you are not the intended recipient, be advised that you have received this email in error & that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. Any files attached to this email will have been checked with virus software before transmission. However, you should carry out your own virus check before opening any attachment. Towcester Building Supplies accepts no liability for any loss or damage which may be caused by software viruses. From bkc at murkworks.com Wed Aug 13 18:49:49 2003 From: bkc at murkworks.com (Brad Clements) Date: Wed Aug 13 17:50:14 2003 Subject: [PythonCE] PocketPC Python In-Reply-To: <3F3AAC22.5010700@tbsmerchants.co.uk> Message-ID: <3F3A7A19.621.20A8B78C@localhost> On 13 Aug 2003 at 22:22, Michael Foord wrote: > The input('') and rawinput('') functions don't seem to work. There's a win32gui function that's supposed to be used when running in "Gui" mode. Ah, I can't think of the name of it right now. Anyone remember? Try a google search for "win32 input" or something, sorry I can't remember off-hand. > It hangs the device if asked to print large dictionaries or tuples. How large? -- Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements From Michael.Foord at tbsmerchants.co.uk Fri Aug 15 09:19:12 2003 From: Michael.Foord at tbsmerchants.co.uk (Michael Foord) Date: Fri Aug 15 03:19:59 2003 Subject: [PythonCE] Re : printing large variables, win32 Gui Message-ID: <3F3C8970.6060106@tbsmerchants.co.uk> Hello Brad, > > The input('') and rawinput('') functions don't seem to work. > > There's a win32gui function that's supposed to be used when running in > "Gui" mode. > > Ah, I can't think of the name of it right now. > > Anyone remember? Try a google search for "win32 input" or something, > sorry I can't > remember off-hand. Done an extensive google... can't find any reference to it :-( oh well... maybe someone will remember. > > > > It hangs the device if asked to print large dictionaries or tuples. > > How large? I have a routine that parses a text file of about 47kb and it crashes (python hangs and the 'top bar' of the operating system stops) when I just ask it to print the full parsed file. It will happily print chunks..................... Fuzzyman -- Michael Foord Sales Daventry Depot TBS Builders Merchants Ltd Hackwood Road Daventry Northants NN11 4ES Tel : 01327 877378, Fax : 01327 300598, Mobile : 07740 774204 http://www.TBSMerchants.co.uk --- http://www.Voidspace.org.uk The Place where headspace meets cyberspace. Online resource site - covering science, technology, computing, cyberpunk, psychology, spirituality, fiction and more. --- http://www.learnlandrover.com http://www.fuchsiashockz.co.uk http://groups.yahoo.com/group/void-shockz --- Everyone has talent. What is rare is the courage to follow talent to the dark place where it leads. -Erica Jong Ambition is a poor excuse for not having sense enough to be lazy. -Milan Kundera ----- This email is confidential & intended solely for the use of the individual to whom it is addressed. Any views presented are solely those of the author & do not necessarily represent those of Towcester Building Supplies. If you are not the intended recipient, be advised that you have received this email in error & that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. Any files attached to this email will have been checked with virus software before transmission. However, you should carry out your own virus check before opening any attachment. Towcester Building Supplies accepts no liability for any loss or damage which may be caused by software viruses. From LanThief at 3DActionPlanet.com Mon Aug 25 09:17:59 2003 From: LanThief at 3DActionPlanet.com (Christopher 'LanThief' Kreager) Date: Mon Aug 25 10:44:14 2003 Subject: [PythonCE] RE: Creating Pocket PC C (eMbedded VC++) In-Reply-To: <3F48EEED.17051.2FFD633B@localhost> Message-ID: How is the port of 2.3 coming for Pocket PC? Could we get a copy of the current source to work with? We are doing game development with C and Py and would need the .h files for c. We currently have created ScrewedGL a clean port of OpenGL to Python on x86 windows to over come some problems in the current Py OpenGL. So we are looking at the Pocket PC to see if anything can be done there next. Christopher 'LanThief' Kreager A Few Screws Loose, LC -----Original Message----- From: Brad Clements [mailto:bkc@murkworks.com] Sent: Sunday, August 24, 2003 2:55 PM To: LanThief@3DActionPlanet.com Subject: Re: Creating Pocket PC C (eMbedded VC++) Greetings, I recently provided a source tree dump of a nearly complete Python 2.3 to another user on the python ce list. That person has made a lot of progress finishing up the 2.3 port. My first suggestion is to post your inquiry to the pythonce list to see how they're doing with the port. If you don't get a reply in a reasonable time, then you could take a whack at my source tree dump, though I strongly suggest working with this other person. Ask on the pythonce list for David Kashtan -- Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements