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 at work all day. Many thanks!
<br><br><div><span class="gmail_quote">On 9/27/06, <b class="gmail_sendername"><a href="mailto:pythonce-request@python.org">pythonce-request@python.org</a></b> &lt;<a href="mailto:pythonce-request@python.org">pythonce-request@python.org
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send PythonCE mailing list submissions to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:pythonce@python.org">
pythonce@python.org</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://mail.python.org/mailman/listinfo/pythonce">http://mail.python.org/mailman/listinfo/pythonce</a><br>or, via email, send a message with subject or body 'help' to
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:pythonce-request@python.org">pythonce-request@python.org</a><br><br>You can reach the person managing the list at<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:pythonce-owner@python.org">pythonce-owner@python.org
</a><br><br>When replying, please edit your Subject line so it is more specific<br>than &quot;Re: Contents of PythonCE digest...&quot;<br><br><br>Today's Topics:<br><br>&nbsp;&nbsp; 1. Re: wxPython for PythonCE announcement (Bandung)
<br>&nbsp;&nbsp; 2. Re: wxPython for PythonCE announcement (Bandung)<br>&nbsp;&nbsp; 3. Re: Trying to Code Python ON a Pocket PC Phone (Bandung)<br>&nbsp;&nbsp; 4. Re: Trying to Code Python ON a Pocket PC Phone (Bandung)<br>&nbsp;&nbsp; 5. Re: Trying to Code Python ON a Pocket PC Phone (Bandung)
<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Tue, 26 Sep 2006 07:32:40 -0700 (PDT)<br>From: Bandung &lt;<a href="mailto:bandung@skyesystems.com">bandung@skyesystems.com
</a>&gt;<br>Subject: Re: [PythonCE] wxPython for PythonCE announcement<br>To: <a href="mailto:pythonce@python.org">pythonce@python.org</a><br>Message-ID: &lt;<a href="mailto:6508125.post@talk.nabble.com">6508125.post@talk.nabble.com
</a>&gt;<br>Content-Type: text/plain; charset=us-ascii<br><br><br>I don't think that the problem has anything to do with the machine being &quot;out<br>of memory&quot;.<br><br>I think the problem lies with the default paths that seemed to be hard wired
<br>into the binary packages.&nbsp;&nbsp;For example, the error message refers to line 4<br>within the _misc.py file within a directory tree that commences with \CF<br>Card\Program Files\Python24\lib\wx\_.misc.py&nbsp;&nbsp; and so on.&nbsp;&nbsp;Well I don't have
<br>a CF Card on my pda.<br><br>I then placed my Python24 installation along with all of the wx files within<br>the main storage area rather than on my mini SD card.&nbsp;&nbsp;So now wxpythonce<br>should be found under \Program Files\Python24\lib\wx rather than \Storage
<br>Card\Program Files\Python24\lib\wx.<br><br>Guess what,&nbsp;&nbsp;even though Python launches from its new home, wxPythonce still<br>thinks everything is under \CF Card\Program Files\Python24\lib\wx<br><br>Apart from recompiling everything, there doesn't seem to be any way to
<br>change this behaviour since all of the python wrappers within the binary<br>distribution are *.pyc files rather than *.py<br><br>My guess is that those of us who do not have a &quot;CF Card&quot; storage designation<br>
on our pda's are &quot;sol&quot; on this release.&nbsp;&nbsp;I would love to be able to<br>recompile this on my own in order to test this theory but not being a<br>&quot;computer man&quot; I have not been able to compile anything that is windoz
<br>related.&nbsp;&nbsp;But point me to a &quot;make&quot; file on a linux machine and with deep<br>gratitude to the maintainers of Linux relkated programs, I'm in my element.<br><br>If someone could walk me through it, I have a Visual Studio 2005 Standard
<br>installation along with the windows movile 5.0 sdk package on my windoze<br>machine.&nbsp;&nbsp;Perhaps we can resolve this mis behaviour.<br><br><br><br>George-64 wrote:<br>&gt;<br>&gt; jeffbarish wrote:<br>&gt;&gt; Did you ever resolve this issue?&nbsp;&nbsp;When I installed wxPython on a first
<br>&gt;&gt; PDA,<br>&gt;&gt; it worked fine right away.&nbsp;&nbsp;However, I just installed it on a second one<br>&gt;&gt; of<br>&gt;&gt; the exact same model (Dell Axim X51v) with the exact same memory<br>&gt;&gt; complement<br>
&gt;&gt; and have encountered the same problem you reported.<br>&gt;<br>&gt; I'm also getting the same problem running on a hw6915 with running<br>&gt; Windows Mobile 5 and with about 25 megs free.<br>&gt;<br>&gt; <a href="http://mail.python.org/pipermail/pythonce/2005-July/001100.html">
http://mail.python.org/pipermail/pythonce/2005-July/001100.html</a><br>&gt;<br>&gt; is about all I could find on the what's going on.<br>&gt;<br>&gt; George<br>&gt; _______________________________________________<br>&gt; PythonCE mailing list
<br>&gt; <a href="mailto:PythonCE@python.org">PythonCE@python.org</a><br>&gt; <a href="http://mail.python.org/mailman/listinfo/pythonce">http://mail.python.org/mailman/listinfo/pythonce</a><br>&gt;<br>&gt;<br><br>--<br>View this message in context: 
<a href="http://www.nabble.com/wxPython-for-PythonCE-announcement-tf2024801.html#a6508125">http://www.nabble.com/wxPython-for-PythonCE-announcement-tf2024801.html#a6508125</a><br>Sent from the Python - pythonce mailing list archive at 
<a href="http://Nabble.com">Nabble.com</a>.<br><br><br><br>------------------------------<br><br>Message: 2<br>Date: Tue, 26 Sep 2006 07:32:40 -0700 (PDT)<br>From: Bandung &lt;<a href="mailto:bandung@skyesystems.com">bandung@skyesystems.com
</a>&gt;<br>Subject: Re: [PythonCE] wxPython for PythonCE announcement<br>To: <a href="mailto:pythonce@python.org">pythonce@python.org</a><br>Message-ID: &lt;<a href="mailto:6508125.post@talk.nabble.com">6508125.post@talk.nabble.com
</a>&gt;<br>Content-Type: text/plain; charset=us-ascii<br><br><br>I don't think that the problem has anything to do with the machine being &quot;out<br>of memory&quot;.<br><br>I think the problem lies with the default paths that seemed to be hard wired
<br>into the binary packages.&nbsp;&nbsp;For example, the error message refers to line 4<br>within the _misc.py file within a directory tree that commences with \CF<br>Card\Program Files\Python24\lib\wx\_.misc.py&nbsp;&nbsp; and so on.&nbsp;&nbsp;Well I don't have
<br>a CF Card on my pda.<br><br>I then placed my Python24 installation along with all of the wx files within<br>the main storage area rather than on my mini SD card.&nbsp;&nbsp;So now wxpythonce<br>should be found under \Program Files\Python24\lib\wx rather than \Storage
<br>Card\Program Files\Python24\lib\wx.<br><br>Guess what,&nbsp;&nbsp;even though Python launches from its new home, wxPythonce still<br>thinks everything is under \CF Card\Program Files\Python24\lib\wx<br><br>Apart from recompiling everything, there doesn't seem to be any way to
<br>change this behaviour since all of the python wrappers within the binary<br>distribution are *.pyc files rather than *.py<br><br>My guess is that those of us who do not have a &quot;CF Card&quot; storage designation<br>
on our pda's are &quot;sol&quot; on this release.&nbsp;&nbsp;I would love to be able to<br>recompile this on my own in order to test this theory but not being a<br>&quot;computer man&quot; I have not been able to compile anything that is windoz
<br>related.&nbsp;&nbsp;But point me to a &quot;make&quot; file on a linux machine and with deep<br>gratitude to the maintainers of Linux related programs, I'm in my element.<br><br>If someone could walk me through it, I have a Visual Studio 2005 Standard
<br>installation along with the windows movile 5.0 sdk package on my windoze<br>machine.&nbsp;&nbsp;Perhaps we can resolve this mis behaviour.<br><br><br><br>George-64 wrote:<br>&gt;<br>&gt; jeffbarish wrote:<br>&gt;&gt; Did you ever resolve this issue?&nbsp;&nbsp;When I installed wxPython on a first
<br>&gt;&gt; PDA,<br>&gt;&gt; it worked fine right away.&nbsp;&nbsp;However, I just installed it on a second one<br>&gt;&gt; of<br>&gt;&gt; the exact same model (Dell Axim X51v) with the exact same memory<br>&gt;&gt; complement<br>
&gt;&gt; and have encountered the same problem you reported.<br>&gt;<br>&gt; I'm also getting the same problem running on a hw6915 with running<br>&gt; Windows Mobile 5 and with about 25 megs free.<br>&gt;<br>&gt; <a href="http://mail.python.org/pipermail/pythonce/2005-July/001100.html">
http://mail.python.org/pipermail/pythonce/2005-July/001100.html</a><br>&gt;<br>&gt; is about all I could find on the what's going on.<br>&gt;<br>&gt; George<br>&gt; _______________________________________________<br>&gt; PythonCE mailing list
<br>&gt; <a href="mailto:PythonCE@python.org">PythonCE@python.org</a><br>&gt; <a href="http://mail.python.org/mailman/listinfo/pythonce">http://mail.python.org/mailman/listinfo/pythonce</a><br>&gt;<br>&gt;<br><br>--<br>View this message in context: 
<a href="http://www.nabble.com/wxPython-for-PythonCE-announcement-tf2024801.html#a6508125">http://www.nabble.com/wxPython-for-PythonCE-announcement-tf2024801.html#a6508125</a><br>Sent from the Python - pythonce mailing list archive at 
<a href="http://Nabble.com">Nabble.com</a>.<br><br><br><br>------------------------------<br><br>Message: 3<br>Date: Tue, 26 Sep 2006 08:00:06 -0700 (PDT)<br>From: Bandung &lt;<a href="mailto:bandung@skyesystems.com">bandung@skyesystems.com
</a>&gt;<br>Subject: Re: [PythonCE] Trying to Code Python ON a Pocket PC Phone<br>To: <a href="mailto:pythonce@python.org">pythonce@python.org</a><br>Message-ID: &lt;<a href="mailto:6508667.post@talk.nabble.com">6508667.post@talk.nabble.com
</a>&gt;<br>Content-Type: text/plain; charset=us-ascii<br><br><br>The only way that I know how to &quot;edit&quot; a *.py file rather than execute it is<br>to change the registry entry that *.py point to in your registry.&nbsp;&nbsp;Normally
<br>.py calls the &quot;pyfile&quot;&nbsp;&nbsp;entry and it is within pyfile where&nbsp;&nbsp;one types the<br>command to launch python24.exe.&nbsp;&nbsp; I simply point *.py to my Vim Open Start<br>command which is within the registry entry &quot;vimfile&quot; and Vim launches
<br>instead.&nbsp;&nbsp;If you use &quot;idle&quot; as your editor, I suppose you could get it to do<br>the same thing.&nbsp;&nbsp;If you are not familiar with modifying your registry to do<br>this, don't worry.&nbsp;&nbsp;There are utilities that can do this for you.
<br><br>Now by doing this, you realize that you can no longer execute *.py files<br>when you double click on them&nbsp;&nbsp;if you have a windows mobile 5.0 device.<br>Since there is no console for Windows mobile 5.0, there is no way to launch
<br>a *.py without double clicking on it.&nbsp;&nbsp;If you have a windows mobile 2003,<br>then you can download a console programme that will permit you to launch<br>your *.py files&nbsp;&nbsp;from a dos like command line.<br><br>So why do this personally?&nbsp;&nbsp;Well its only when I am doing a lot of editiing
<br>and I get weary of launching Vim and then opening up the appropriate *.py<br>file.&nbsp;&nbsp;Without this trick, its a lot of keystrokes to open up a *.py file<br>via Vim because Vim always starts its file open search in the default
<br>directory within main storage and all of my files are buried deep down a<br>directory tree on my Storage Card.<br><br>I can shell out of Vim on my desktop to run programmes that I am editing<br>within Vim without exiting Vim.&nbsp;&nbsp;I haven't tried that on my pda because
<br>windows mobile 5.0 doesn't have a console so I naturally assume that I'm<br>screwed.&nbsp;&nbsp;Because in most cases, I am screwed on Windows Mobile 5.0&nbsp;&nbsp;I can't<br>get things like OpenSSH working because this version of mobile windoze lacks
<br>this console.&nbsp;&nbsp;Plus there are many other terrible side effects to this<br>missing console feature such as not having any raw_inout&quot; capabilities from<br>my python24ce interpreter.<br><br>Sigh ....<br><br><br>David P. Gil wrote:
<br>&gt;<br>&gt; I copied some files for a basic Python project im working onto my PDA<br>&gt; Phone<br>&gt; to work on and install PythonCE on it. In a previous reply, someone told<br>&gt; me<br>&gt; to just double tap my python files and it should allow me to edit them.
<br>&gt; Apparently when I do this, the script is run instead. I don't want to use<br>&gt; interactive mode I want the script mode so I can write and edit bigger<br>&gt; python programs. Does anyone know how I can do this?
<br>&gt;<br>&gt; Sorry if this seems like too basic of a question. Have sympathy, I am an<br>&gt; artist working in the game industry taking interest in the wacky work of<br>&gt; programming. Thanks in advance for any help you can provide.
<br>&gt;<br>&gt; _______________________________________________<br>&gt; PythonCE mailing list<br>&gt; <a href="mailto:PythonCE@python.org">PythonCE@python.org</a><br>&gt; <a href="http://mail.python.org/mailman/listinfo/pythonce">
http://mail.python.org/mailman/listinfo/pythonce</a><br>&gt;<br>&gt;<br><br>--<br>View this message in context: <a href="http://www.nabble.com/Trying-to-Code-Python-ON-a-Pocket-PC-Phone-tf2293883.html#a6508667">http://www.nabble.com/Trying-to-Code-Python-ON-a-Pocket-PC-Phone-tf2293883.html#a6508667
</a><br>Sent from the Python - pythonce mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br><br><br><br>------------------------------<br><br>Message: 4<br>Date: Tue, 26 Sep 2006 08:00:06 -0700 (PDT)<br>
From: Bandung &lt;<a href="mailto:bandung@skyesystems.com">bandung@skyesystems.com</a>&gt;<br>Subject: Re: [PythonCE] Trying to Code Python ON a Pocket PC Phone<br>To: <a href="mailto:pythonce@python.org">pythonce@python.org
</a><br>Message-ID: &lt;<a href="mailto:6508667.post@talk.nabble.com">6508667.post@talk.nabble.com</a>&gt;<br>Content-Type: text/plain; charset=us-ascii<br><br><br>The only way that I know how to &quot;edit&quot; a *.py file rather than execute it is
<br>to change the registry entry that *.py points to in your registry.&nbsp;&nbsp;Normally<br>.py calls the &quot;pyfile&quot;&nbsp;&nbsp;entry and it is within pyfile where&nbsp;&nbsp;one types the<br>command to launch python24.exe.&nbsp;&nbsp; I simply point *.py to my Vim Open Start
<br>command which is within the registry entry &quot;vimfile&quot; and Vim launches<br>instead.&nbsp;&nbsp;If you use &quot;idle&quot; as your editor, I suppose you could get it to do<br>the same thing.&nbsp;&nbsp;If you are not familiar with modifying your registry to do
<br>this, don't worry.&nbsp;&nbsp;There are utilities that can do this for you.<br><br>Now by doing this, you realize that you can no longer execute *.py files<br>when you double click on them&nbsp;&nbsp;if you have a windows mobile 5.0 device.
<br>Since there is no console for Windows mobile 5.0, there is no way to launch<br>a *.py without double clicking on it.&nbsp;&nbsp;If you have a windows mobile 2003,<br>then you can download a console programme that will permit you to launch
<br>your *.py files&nbsp;&nbsp;from a dos like command line.<br><br>So why do this personally?&nbsp;&nbsp;Well its only when I am doing a lot of editiing<br>and I get weary of launching Vim and then opening up the appropriate *.py<br>file.&nbsp;&nbsp;Without this trick, its a lot of keystrokes to open up a *.py file
<br>via Vim because Vim always starts its file open search in the default<br>directory within main storage and all of my files are buried deep down a<br>directory tree on my Storage Card.<br><br>I can shell out of Vim on my desktop to run programmes that I am editing
<br>within Vim without exiting Vim.&nbsp;&nbsp;I haven't tried that on my pda because<br>windows mobile 5.0 doesn't have a console so I naturally assume that I'm<br>screwed.&nbsp;&nbsp;Because in most cases, I am screwed on Windows Mobile 5.0
&nbsp;&nbsp;I can't<br>get things like OpenSSH working because this version of mobile windoze lacks<br>this console.&nbsp;&nbsp;Plus there are many other terrible side effects to this<br>missing console feature such as not having any raw_inout&quot; capabilities from
<br>my python24ce interpreter.<br><br>Sigh ....<br><br><br>David P. Gil wrote:<br>&gt;<br>&gt; I copied some files for a basic Python project im working onto my PDA<br>&gt; Phone<br>&gt; to work on and install PythonCE on it. In a previous reply, someone told
<br>&gt; me<br>&gt; to just double tap my python files and it should allow me to edit them.<br>&gt; Apparently when I do this, the script is run instead. I don't want to use<br>&gt; interactive mode I want the script mode so I can write and edit bigger
<br>&gt; python programs. Does anyone know how I can do this?<br>&gt;<br>&gt; Sorry if this seems like too basic of a question. Have sympathy, I am an<br>&gt; artist working in the game industry taking interest in the wacky work of
<br>&gt; programming. Thanks in advance for any help you can provide.<br>&gt;<br>&gt; _______________________________________________<br>&gt; PythonCE mailing list<br>&gt; <a href="mailto:PythonCE@python.org">PythonCE@python.org
</a><br>&gt; <a href="http://mail.python.org/mailman/listinfo/pythonce">http://mail.python.org/mailman/listinfo/pythonce</a><br>&gt;<br>&gt;<br><br>--<br>View this message in context: <a href="http://www.nabble.com/Trying-to-Code-Python-ON-a-Pocket-PC-Phone-tf2293883.html#a6508667">
http://www.nabble.com/Trying-to-Code-Python-ON-a-Pocket-PC-Phone-tf2293883.html#a6508667</a><br>Sent from the Python - pythonce mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br><br><br><br>------------------------------
<br><br>Message: 5<br>Date: Tue, 26 Sep 2006 11:35:54 -0700 (PDT)<br>From: Bandung &lt;<a href="mailto:bandung@skyesystems.com">bandung@skyesystems.com</a>&gt;<br>Subject: Re: [PythonCE] Trying to Code Python ON a Pocket PC Phone
<br>To: <a href="mailto:pythonce@python.org">pythonce@python.org</a><br>Message-ID: &lt;<a href="mailto:6512966.post@talk.nabble.com">6512966.post@talk.nabble.com</a>&gt;<br>Content-Type: text/plain; charset=us-ascii<br><br>
<br>I've come across a nice little plugin for Vim that permits me to run/execute<br>a python script from within Vim.&nbsp;&nbsp;It works like a charm on my Windows<br>desktop as well as Linux desktop.&nbsp;&nbsp;Its called<br><a href="http://www.petersblog.org/node/461">
http://www.petersblog.org/node/461</a> runscript.vim&nbsp;&nbsp; The script makes use of<br>function keys F9, F11 and F12.&nbsp;&nbsp;The lack of these hardware keys on my pda<br>doesn't bother me since I can substitue other key combinations using the
<br>appropriate entries within my _vimrc file.&nbsp;&nbsp;What's nice about this plugin is<br>that it will even launch my python scripts that have gui interfaces. The<br>trick is to get it working on my pda.<br><br>What is also potentially nice about this plugin is that if I can get it
<br>working, I can use Vim as a sort of windows mobile 5.0 console.&nbsp;&nbsp;Then I can<br>edit files within Vim and by typing :!start python %s .... as an example,<br>get that script to run on my pda.&nbsp;&nbsp;Being ever suspicious of mobile windoze,
<br>before transferring this script to my pda, I wanted to see if I could launch<br>programs from within Vim using the :!start command.<br><br>Much to my surprise, I can launch embedded mobile apps such as Word (aka<br>pword).&nbsp;&nbsp;I just type :!start pword and by gosh, up pops pocket word.&nbsp;&nbsp;I
<br>haven't been able to get python.exe to launch since it is located inside my<br>Storage Card and the :!start command just doesn't see that directory.&nbsp;&nbsp; I<br>wish there was a &quot;path&quot; equivalent for Windows mobile so that I could put
<br>\Storage Card\Program Files\Python24 in the path statement and just type<br>:!start python.exe<br><br>Anyways, I will keep plugging away at this.&nbsp;&nbsp;I found another script that<br>will permit me to put breakpoints within the python code being edited within
<br>Vim so that I can debug it.&nbsp;&nbsp;The plugin calls python's built in debugger and<br>executes the script being edited by Vim within this debugger.&nbsp;&nbsp;I don't know<br>yet whether or not this debugger is part of the pythonce build.
<br><br><br><br><br><br>Bandung wrote:<br>&gt;<br>&gt; The only way that I know how to &quot;edit&quot; a *.py file rather than execute it<br>&gt; is to change the registry entry that *.py points to in your registry.<br>&gt; Normally .py calls the &quot;pyfile&quot;&nbsp;&nbsp;entry and it is within pyfile where&nbsp;&nbsp;one
<br>&gt; types the command to launch python24.exe.&nbsp;&nbsp; I simply point *.py to my Vim<br>&gt; Open Start command which is within the registry entry &quot;vimfile&quot; and Vim<br>&gt; launches instead.&nbsp;&nbsp;If you use &quot;idle&quot; as your editor, I suppose you could
<br>&gt; get it to do the same thing.&nbsp;&nbsp;If you are not familiar with modifying your<br>&gt; registry to do this, don't worry.&nbsp;&nbsp;There are utilities that can do this<br>&gt; for you.<br>&gt;<br>&gt; Now by doing this, you realize that you can no longer execute *.py files
<br>&gt; when you double click on them&nbsp;&nbsp;if you have a windows mobile 5.0 device.<br>&gt; Since there is no console for Windows mobile 5.0, there is no way to<br>&gt; launch a *.py without double clicking on it.&nbsp;&nbsp;If you have a windows mobile
<br>&gt; 2003, then you can download a console programme that will permit you to<br>&gt; launch your *.py files&nbsp;&nbsp;from a dos like command line.<br>&gt;<br>&gt; So why do this personally?&nbsp;&nbsp;Well its only when I am doing a lot of
<br>&gt; editiing and I get weary of launching Vim and then opening up the<br>&gt; appropriate *.py file.&nbsp;&nbsp;Without this trick, its a lot of keystrokes to<br>&gt; open up a *.py file via Vim because Vim always starts its file open search
<br>&gt; in the default directory within main storage and all of my files are<br>&gt; buried deep down a directory tree on my Storage Card.<br>&gt;<br>&gt; I can shell out of Vim on my desktop to run programmes that I am editing
<br>&gt; within Vim without exiting Vim.&nbsp;&nbsp;I haven't tried that on my pda because<br>&gt; windows mobile 5.0 doesn't have a console so I naturally assume that I'm<br>&gt; screwed.&nbsp;&nbsp;Because in most cases, I am screwed on Windows Mobile 
5.0&nbsp;&nbsp;I<br>&gt; can't get things like OpenSSH working because this version of mobile<br>&gt; windoze lacks this console.&nbsp;&nbsp;Plus there are many other terrible side<br>&gt; effects to this missing console feature such as not having any raw_inout&quot;
<br>&gt; capabilities from my python24ce interpreter.<br>&gt;<br>&gt; Sigh ....<br>&gt;<br>&gt;<br>&gt; David P. Gil wrote:<br>&gt;&gt;<br>&gt;&gt; I copied some files for a basic Python project im working onto my PDA<br>
&gt;&gt; Phone<br>&gt;&gt; to work on and install PythonCE on it. In a previous reply, someone told<br>&gt;&gt; me<br>&gt;&gt; to just double tap my python files and it should allow me to edit them.<br>&gt;&gt; Apparently when I do this, the script is run instead. I don't want to use
<br>&gt;&gt; interactive mode I want the script mode so I can write and edit bigger<br>&gt;&gt; python programs. Does anyone know how I can do this?<br>&gt;&gt;<br>&gt;&gt; Sorry if this seems like too basic of a question. Have sympathy, I am an
<br>&gt;&gt; artist working in the game industry taking interest in the wacky work of<br>&gt;&gt; programming. Thanks in advance for any help you can provide.<br>&gt;&gt;<br>&gt;&gt; _______________________________________________
<br>&gt;&gt; PythonCE mailing list<br>&gt;&gt; <a href="mailto:PythonCE@python.org">PythonCE@python.org</a><br>&gt;&gt; <a href="http://mail.python.org/mailman/listinfo/pythonce">http://mail.python.org/mailman/listinfo/pythonce
</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;<br>&gt;<br><br>--<br>View this message in context: <a href="http://www.nabble.com/Trying-to-Code-Python-ON-a-Pocket-PC-Phone-tf2293883.html#a6512966">http://www.nabble.com/Trying-to-Code-Python-ON-a-Pocket-PC-Phone-tf2293883.html#a6512966
</a><br>Sent from the Python - pythonce mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br><br><br><br>------------------------------<br><br>_______________________________________________<br>PythonCE mailing list
<br><a href="mailto:PythonCE@python.org">PythonCE@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/pythonce">http://mail.python.org/mailman/listinfo/pythonce</a><br><br><br>End of PythonCE Digest, Vol 38, Issue 13
<br>****************************************<br></blockquote></div><br>