From meghan9018@hotmail.com Tue Mar 4 05:07:21 2003 From: meghan9018@hotmail.com (Meghan @lonelywivesclub.net) Date: Tue, 04 Mar 2003 05:07:21 +0000 Subject: [PythonCE] Meghan has sent you the following message Message-ID: Greetings, the following member has sent you an email ---- Meghan. Hey, This is Meghan, I got an email from you from another site, and meant to write you back, but I had some guy keep sending pictures to my email that were gross so I'm not giving out my email any more, but I found this site and its more anonymous and maybe we can chat here for now? I'm married but I plan to get divorced soon, my husband is seeing his assistant and he is never home, he works in London and you can tell why I'd like to meet someone. I'm still young and attractive and would like to not waste it all feeling sorry for myself. Lets talk and maybe get a drink. Message me on this site. Love Meghan The follow message was sent from lonelywivesclub, to visit/email this member please click here (www.lonelywivesclub.net/meghan.html) If you wish to discontinue receiving emails from this LWC member click here. Thank you, LWC Mail Management _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus From gfonea@sandisk.com Tue Mar 4 09:38:56 2003 From: gfonea@sandisk.com (Gil Fonea) Date: Tue, 4 Mar 2003 11:38:56 +0200 Subject: [PythonCE] Pocket PC python programming Message-ID: Hi All, I have a very simple and basic question: Is there any well organized cookbook or documentation for python programming on Pocket Pc, other than many web-sites which are not focused enaugh. Thanks, Gil From Olivier.Fambon@xrce.xerox.com Tue Mar 4 09:54:54 2003 From: Olivier.Fambon@xrce.xerox.com (Olivier Fambon) Date: Tue, 04 Mar 2003 10:54:54 +0100 Subject: [PythonCE] Pocket PC python programming In-Reply-To: (Gil Fonea's message of "Tue, 4 Mar 2003 11:38:56 +0200") References: Message-ID: Gil Fonea [Tue, 4 Mar 2003 11:38:56 +0200] wrote: > > Hi All, > > I have a very simple and basic question: > Is there any well organized cookbook or documentation for python programming > on Pocket Pc, other than many web-sites which are not focused enaugh. > If you're looking for Pyhton for Windows (CE or not ?), aspn is fine and has a cookbook: http://aspn.activestate.com/ASPN/Python/Reference/Products/ActivePython/PythonWin32Extensions/ http://aspn.activestate.com/ASPN/Python/Cookbook/ If you're looking for low-level WindoZ via Python & calldll/edll, msdn is the source of info (plus a few samples like pcceshell.py). For example: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceoem/htm/_wcepb_virtualcopy.asp A+O. From bkc@murkworks.com Tue Mar 4 16:31:17 2003 From: bkc@murkworks.com (Brad Clements) Date: Tue, 04 Mar 2003 11:31:17 -0500 Subject: [PythonCE] Pocket PC python programming In-Reply-To: Message-ID: <3E648B6C.16049.8F045C8C@localhost> On 4 Mar 2003 at 11:38, Gil Fonea wrote: > Hi All, > > I have a very simple and basic question: > Is there any well organized cookbook or documentation for python > programming on Pocket Pc, other than many web-sites which are not focused > enaugh. The Pocket PC is just windows (more or less), so any of the "Python for Windows" books should work for you. -- Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements From gfonea@sandisk.com Tue Mar 4 17:53:12 2003 From: gfonea@sandisk.com (Gil Fonea) Date: Tue, 4 Mar 2003 19:53:12 +0200 Subject: [PythonCE] python automation Message-ID: Hi all, I Installed the Pocket PC python on my iPaq H3875 just as instructed on the website(manual installation procedure). When i explore on the file explorer, all the .py and .pyc files appear with no snake(python) icon, unlike in PC. For that reason, i can't click the python icon from the (iPaq's) file explorer and run it as in a PC(double clicking, and a console window opens and the script runs). My question is: Is there any way of running a python file from the file explorer without launching the python application? Regards, Fonea Gil Application engineer, Sandisk Corp. From JFirth@dowtyauto.com Wed Mar 5 16:33:01 2003 From: JFirth@dowtyauto.com (Firth, John) Date: Wed, 5 Mar 2003 16:33:01 -0000 Subject: [PythonCE] Running from >>> Message-ID: <6295A8337804D6118DBB00508BAC749C2CF0D6@email-server.forsheda.co.uk> Hi, I am new to and enjoying Python on my PC but cannot get it to run on my IPAQ Pocket PC. How do I start a script running from the >>> Hopefully, John John Firth Engineering Manager Dowty Automotive Seals Ashchurch GL20 8JS UK Direct 44 (0)1684 852061 Mobile 07887626897 ****************** EMAIL DISCLAIMER ********************* This email is confidential and intended for the exclusive attention of the addressee(s) indicated. Any opinions or advice given are not necessarily those of the company from which this e-mail was sent. If you are not the intended recipient, this e-mail should not be read or disclosed to any other person. Please notify the sender immediately and delete this e-mail from your computer system. Although this e-mail has been checked for viruses and other defects, no responsibility can be accepted for any loss or damage arising from its receipt or use. *********************************************************** From andrew@nstp.com.my Thu Mar 6 08:54:09 2003 From: andrew@nstp.com.my (andrew sukirtharaj) Date: Thu, 06 Mar 2003 16:54:09 +0800 Subject: [PythonCE] Python Automation In-Reply-To: <20030305170015.31088.1652.Mailman@mail.python.org> Message-ID: <3E677D31.10476.46A85A@localhost> --Alt-Boundary-992.4630618 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Hi all, I Installed the Pocket PC python on my iPaq H3875 just as instructed on the website(manual installation procedure). When i explore on the file explorer, all the .py and .pyc files appear with no snake(python) icon, unlike in PC. For that reason, i can't click the python icon from the (iPaq's) file explorer and run it as in a PC(double clicking, and a console window opens and the script runs). Is there any way of running a python file from the file explorer without launching the python application? Regards, Fonea Gil Application engineer, Sandisk Corp. First get PocketTweak from www.tillanosoft.com Then use this program to associate .py files with Python. After which you can run your scripts by tapping on them in your file explorer. Regards, Andrew Sukirtharaj System Analyst Business Times. --Alt-Boundary-992.4630618 Content-type: text/html; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body

Hi all,

I Installed the Pocket PC python on my iPaq H3875 just as instructed on the
website(manual installation procedure).
When i explore on the file explorer, all the .py and .pyc files appear with
no snake(python) icon, unlike in PC.
For that reason, i can't click the python icon from the (iPaq's) file
explorer and run it as in a PC(double clicking, and a console window opens
and the script runs).

Is there any way of running a python file from the file explorer without
launching the python application?

Regards,

Fonea Gil
Application engineer,
Sandisk Corp.


First get PocketTweak from www.tillanosoft.com
Then use this program to associate .py files with Python.
After which you can run your scripts by tapping on them in
your file explorer.


Regards,

Andrew Sukirtharaj
System Analyst
Business Times.





--Alt-Boundary-992.4630618-- From gfonea@sandisk.com Mon Mar 10 18:08:14 2003 From: gfonea@sandisk.com (Gil Fonea) Date: Mon, 10 Mar 2003 20:08:14 +0200 Subject: [PythonCE] python file association Message-ID: Andrew Sukirtharaj, Thank you, i'm really greatful for your answer, it helped me a lot. Hi All, I have installed a PocketTweak just as Andrew guided me and overviewed the instructions to associate a python file (from file explorer) to the python application.See: http://www.tillanosoft.com/ce/ptweak.html My issue is that python extension does not appear on the "Registered File Types:" list (see link above), so i have created and added a new python(.py) file type to this list. After doing so (which i'm not sure that i did it right), i tried to tap my pyton file (called "tst.py") from the file explorer and a messege poped that says: "Cannot find 'tst' (or one of its components).Make sure the path and filename are correct and all the required libraries are available" It seems like python installation is not recognized by the PocketTweak application for its icon. HELP. Regards Fonea Gil Application Engineer Sandisk Corp. PS: I would be more than happy to answer any questions regarding Sandisk expansion cards. From gfonea@sandisk.com Tue Mar 11 12:38:27 2003 From: gfonea@sandisk.com (Gil Fonea) Date: Tue, 11 Mar 2003 14:38:27 +0200 Subject: [PythonCE] FW: python file association Message-ID: Everybody, hi I'm so glad right now because i managed to run python scripts by just tapping the python file on the File Explorer(in my iPaq 3870 Pocket PC 2002). I'd like to share the problem with you: I couldn't associat .py files (with the PocketTweak application) to my python application because the name of the application on the first screen of the PocketTweak had spaces, so i change the name of the application (which was "Pocket PC Python") to "Python". It works! Thanks for the ideas, and hope to give some help too. PS: can anyone tell me how can i join your forum (or whatever you call it)? Fonea Gil Application Engineering Sandisk Corp. Israel