Re: Trying to Code Python ON a Pocket PC Phone
"Luke Dunstan" <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
----- Original Message ----- From: "Bandung" <[email protected]> To: <[email protected]> Sent: Wednesday, September 27, 2006 2:35 AM Subject: Re: [PythonCE] Trying to Code Python ON a Pocket PC Phone > I > wish there was a "path" equivalent for Windows mobile so that I could put > \Storage Card\Program Files\Python24 in the path statement and just type > :!start python.exe Have you tried this?: :!start "\Storage Card\Program Files\Python24\python.exe" (I haven't) Luke