Re: [PythonCE] PythonCE Digest, Vol 83, Issue 4

2011-02-14 Thread Antonio Tovar
Hi, >> >> But I need help with editing and creating a .py file.. >> Can you please help me? >> I use nebopad. It creates files with any extension (like .py) and it is multifile, so you can copy/paste between source files. There are some other editors, like PocketNotepad.

[PythonCE] Sending SMS messages from PythonCE

2011-02-14 Thread Silas S. Brown
Hi, I wonder if you'd like to add this to the examples. It's a Python function to send an SMS message (text message) from PythonCE. Tested on Windows Mobile 6.0 Smartphone, should work on most others. Took me a while to figure out and I thought others might benefit. import ctypes import ctypes.wi

Re: [PythonCE] PythonCE - I'm a subscriber

2011-02-14 Thread Adam Walley
Hello, Ihsan. In general, I find it easier to develop my code on one of my main systems rather than directly on the mobile device (to transfer and test it on the device I would then use ftp or a usb cable and activesync). However, if you want to code and test directly on the mobile device, I sugg