Re: [PythonCE] Getting the win32 extensions working

2005-11-14 Thread Luke Dunstan
- Original Message - From: "Andy Baker" <[EMAIL PROTECTED]> To: Sent: Monday, November 14, 2005 9:22 PM Subject: [PythonCE] Getting the win32 extensions working > Looking at this page: http://fore.validus.com/~kashtan/ it seems > fairly doable but I am not that familiar with compiling

Re: [PythonCE] Getting the win32 extensions working

2005-11-15 Thread Luke Dunstan
like win32security, com, win32ui, etc. but some of them would not be relevant on Windows CE anyway. Luke - Original Message - From: "Andy Baker" <[EMAIL PROTECTED]> To: "Luke Dunstan" <[EMAIL PROTECTED]> Cc: Sent: Monday, November 14, 2005 11:06 PM Subject: Re:

Re: [PythonCE] PythonCE on the ARM emulator

2005-12-16 Thread Luke Dunstan
- Original Message - From: "Thomas Heller" <[EMAIL PROTECTED]> To: Sent: Friday, December 16, 2005 2:10 AM Subject: [PythonCE] PythonCE on the ARM emulator > Since Luke Dunstan has ported ctypes to windows CE, so I got interested > in this platform. I don'

Re: [PythonCE] PythonCE on the ARM emulator

2005-12-19 Thread Luke Dunstan
- Original Message - From: "Luke Dunstan" <[EMAIL PROTECTED]> To: "Thomas Heller" <[EMAIL PROTECTED]> Cc: Sent: Saturday, December 17, 2005 11:04 AM Subject: Re: [PythonCE] PythonCE on the ARM emulator > > - Original Message - > From: "Th

Re: [PythonCE] PythonCE on the ARM emulator

2005-12-21 Thread Luke Dunstan
- Original Message - From: "Thomas Heller" <[EMAIL PROTECTED]> To: "Luke Dunstan" <[EMAIL PROTECTED]> Cc: "Thomas Heller" <[EMAIL PROTECTED]>; Sent: Tuesday, December 20, 2005 3:22 AM Subject: Re: [PythonCE] PythonCE on the ARM emulat

Re: [PythonCE] Hello and some questions

2005-12-26 Thread Luke Dunstan
- Original Message - From: "Info4HiDeVis" <[EMAIL PROTECTED]> To: Sent: Monday, December 26, 2005 2:31 AM Subject: [PythonCE] Hello and some questions > hello and greez for all listmembers, > i'm new here and i have this maillinglist subricted to find out more > about Python at PDA's.

[PythonCE] Python 2.3.5 for Windows CE / ARM (Pocket PC 2003)

2006-01-03 Thread Luke Dunstan
A new release of Python for Windows CE is available. Download it here: http://sourceforge.net/project/showfiles.php?group_id=104228 The release notes are linked from this page, but a direct link is: http://sourceforge.net/project/shownotes.php?group_id=104228&release_id=382495 Luke __

Re: [PythonCE] Yes, please compile it...

2006-01-06 Thread Luke Dunstan
I'm not sure what you are trying to say. In an earlier message you replied to my announcement of the Python 2.3.5 release, but now you seem to be asking for a binary release. If so, have you tried the release? Rodrigo and Jeffrey, I also invite you to download the binaries mentioned in my emai

Re: [PythonCE] Empty project or Human Friendly Project?

2006-01-06 Thread Luke Dunstan
If you are not at all familiar with SourceForge then I can imagine that you might have missed the binary releases. First go here: http://sourceforge.net/project/showfiles.php?group_id=104228 Under the package "pythonce" you will see a number of "releases", including: Python-2.3.5-20051223 Pyth

Re: [PythonCE] Empty project or Human Friendly Project?

2006-01-06 Thread Luke Dunstan
SourceForge provides hosting with nice features like scripting and MySQL, documented here: http://sourceforge.net/docman/display_doc.php?docid=4297&group_id=1 Alternatively, a project administrator can change the "Home Page" link to point to another site. It's not obvious to me how to edit th

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Luke Dunstan
- Original Message - From: "Stewart Midwinter" <[EMAIL PROTECTED]> To: "Rodrigo Contreras Köbrich" <[EMAIL PROTECTED]> Cc: Sent: Saturday, January 07, 2006 11:49 AM Subject: Re: [PythonCE] Tkinter in pythonce... > Rodrigo, no desesperes! > > Where do you have your python located? > > Y

Re: [PythonCE] Compiled version of Python 2.3.5 for Windows CE?

2006-01-06 Thread Luke Dunstan
- Original Message - From: "Jeffrey Barish" <[EMAIL PROTECTED]> To: Sent: Saturday, January 07, 2006 3:38 AM Subject: [PythonCE] Compiled version of Python 2.3.5 for Windows CE? Thank you for the additional information. The description of PythonCE-2.3.5-20051223-setup.exe in the re

Re: [PythonCE] Tkinter in pythonce 2.3.5...

2006-01-06 Thread Luke Dunstan
Sorry, I was mistaken about one thing though: python23.zip\\lib-tk is not in sys.path by default (only Lib\\lib-tk is, but the Tkinter files are in the zip so that doesn't help). Luke - Original Message - From: "Stewart Midwinter" <[EMAIL PROTECTED]> To: &

Re: [PythonCE] Tkinter in pythonce...

2006-01-06 Thread Luke Dunstan
- Original Message - From: "Rodrigo Contreras Köbrich" <[EMAIL PROTECTED]> To: Sent: Saturday, January 07, 2006 3:28 AM Subject: [PythonCE] Tkinter in pythonce... > Hi. > > I installed the CAB file in my PDA. > The first thing I wanted to test was the GUI capabilities, so I tried to >

Re: [PythonCE] Web site (was Re: Empty project or Human Friendly Project?)

2006-01-06 Thread Luke Dunstan
- Original Message - From: "Brad Clements" <[EMAIL PROTECTED]> To: Sent: Saturday, January 07, 2006 3:38 AM Subject: Re: [PythonCE] Empty project or Human Friendly Project? > On 6 Jan 2006 at 10:09, Stewart Midwinter wrote: > >> Either would be fine by me. The wiki at murkworks is alre

Re: [PythonCE] PythonCE Digest, Vol 30, Issue 6

2006-01-06 Thread Luke Dunstan
- Original Message - From: "Duane Blanchard" <[EMAIL PROTECTED]> To: Sent: Saturday, January 07, 2006 8:27 AM Subject: Re: [PythonCE] PythonCE Digest, Vol 30, Issue 6 > Hi, I've been lurking on the list and playing a little with PythonCE. > Very cool stuff here. Thanks to all the devel

Re: [PythonCE] How do you develop on the PocketPC?

2006-01-09 Thread Luke Dunstan
I sometimes use interactive commands, but usually through a program called ActiveSync Remote Display which is like Remote Desktop. Other times I do double-click on scripts, and it is possible (but inconvenient) to see the error messages by switching to the Python window. I have been planning on

Re: [PythonCE] How do you develop on the PocketPC?

2006-01-09 Thread Luke Dunstan
I'm sorry to say that I've seen the NULL bug before but have been too distracted by the task at hand to fix it, but here is a patch that fixes it. By the way, I've recently tried running the remote part of "winpdb" (http://www.digitalpeers.com/pythondebugger/) on Windows CE and connecting to

Re: [PythonCE] How do you develop on the PocketPC?

2006-01-09 Thread Luke Dunstan
- Original Message - From: "Thomas Heller" <[EMAIL PROTECTED]> To: Sent: Monday, January 09, 2006 10:42 PM Subject: Re: [PythonCE] How do you develop on the PocketPC? "Luke Dunstan" <[EMAIL PROTECTED]> writes: I'm sorry to say that I've

Re: [PythonCE] How do you develop on the PocketPC?

2006-01-10 Thread Luke Dunstan
- Original Message - From: "Thomas Heller" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 10, 2006 2:47 AM Subject: Re: [PythonCE] How do you develop on the PocketPC? > "Luke Dunstan" <[EMAIL PROTECTED]> writes: >> We should probably consider p

Re: [PythonCE] How do you develop on the PocketPC?

2006-01-10 Thread Luke Dunstan
"wincerapi" is already taken. Luke - Original Message - From: "Mark Hammond" <[EMAIL PROTECTED]> To: " Luke Dunstan" <[EMAIL PROTECTED]>; Sent: Tuesday, January 10, 2006 6:07 PM Subject: RE: [PythonCE] How do you develop on the PocketPC? > Th

Re: [PythonCE] How do you develop on the PocketPC?

2006-01-11 Thread Luke Dunstan
- Original Message - From: "Thomas Heller" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 11, 2006 3:42 PM Subject: Re: [PythonCE] How do you develop on the PocketPC? > "Luke Dunstan" <[EMAIL PROTECTED]> writes: > >> - Original Mes

Re: [PythonCE] rudimentary pythonce home page setup

2006-01-12 Thread Luke Dunstan
  Thanks. Looking forward to the new wiki...   Luke   - Original Message - From: Brad Clements To: pythonce@python.org Sent: Thursday, January 12, 2006 7:38 AM Subject: [PythonCE] rudimentary pythonce home page setup http://pythonce.sourceforge.net/ c

Re: [PythonCE] How do you develop on the PocketPC?

2006-01-14 Thread Luke Dunstan
- Original Message - From: "Thomas Heller" <[EMAIL PROTECTED]> To: Sent: Saturday, January 14, 2006 2:32 AM Subject: Re: [PythonCE] How do you develop on the PocketPC? > We have three more or less complete and tested rapi modules. I have to > admit that after reading it I like Luke's

Re: [PythonCE] Spinner

2006-02-15 Thread Luke Dunstan
This happens in GUI applications because the PythonCE shell thinks that the program is busy even though it may simply be in a message loop. One way to get rid of the wait cursor is: import _pcceshell_support _pcceshell_support.Busy(0) Luke - Original Message - From: "Jeffrey

Re: [PythonCE] Spinner

2006-02-17 Thread Luke Dunstan
hout all the Microsoft stuff at the top)? Also, what is the best way to get the program to run automatically when the PDA reboots? On Thursday 16 February 2006 04:00, [EMAIL PROTECTED] wrote: > Message: 1 > Date: Wed, 15 Feb 2006 20:24:39 +0800 > From: "Luke Dunstan" <[EMA

Re: [PythonCE] Warning about comctl32.dll

2006-02-22 Thread Luke Dunstan
- Original Message - From: "Jeffrey Barish" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 22, 2006 12:18 AM Subject: [PythonCE] Warning about comctl32.dll > Some of my applications are now triggering a warning when they first start > running that reads: > > Please install a newer v

Re: [PythonCE] Running Python program without getting Python CE window

2006-02-25 Thread Luke Dunstan
- Original Message - From: "Jeffrey Barish" <[EMAIL PROTECTED]> To: Sent: Friday, February 24, 2006 11:08 AM Subject: [PythonCE] Running Python program without getting Python CE window > Whenever I run a Python application, I get a window titled "Python CE" > that > seems to capture s

Re: [PythonCE] Unicode default encoding

2006-02-25 Thread Luke Dunstan
- Original Message - From: "Jeffrey Barish" <[EMAIL PROTECTED]> To: Sent: Friday, February 24, 2006 11:03 AM Subject: [PythonCE] Unicode default encoding > What is the correct way to set PythonCE's default Unicode encoding? My > reading (Python in a Nutshell) indicates that I am suppo

Re: [PythonCE] Warning about comctl32.dll

2006-03-02 Thread Luke Dunstan
- Original Message - From: "Jeffrey Barish" <[EMAIL PROTECTED]> To: Sent: Thursday, March 02, 2006 11:27 AM Subject: Re: [PythonCE] Warning about comctl32.dll >> > Some of my applications are now triggering a warning when they first >> > start >> > running that reads: >> > >> > Please

Re: [PythonCE] Running Python program without getting Python CE window

2006-03-02 Thread Luke Dunstan
The normal .py association on Windows is done with a couple of registry values: 1. Create a key: HKEY_CLASSES_ROOT\.py 2. Set the default value of this key to: Python.File 3. Create a key: HKEY_CLASSES_ROOT\Python.File\shell\open\command 4. Set the default value to: "C:\Python24\python.exe" "%1"

Re: [PythonCE] Problem building PythonCE for x86

2006-03-14 Thread Luke Dunstan
The problem appears to be that you added .lib files to PLATFORM_LINK32_DLL_FLAGS, and on the linker command line these appeared before the Python object files (they should be after). The fact that these lib files are not needed for the ARM build suggests that something else is wrong (I don't k

Re: [PythonCE] Problem building PythonCE for x86

2006-03-15 Thread Luke Dunstan
   No, the python shell provided with PythonCE is a GUI only program so you would have to use a different shell, perhaps the default console shell that is used on desktop Windows.   Luke   - Original Message - From: Ali Sabil To: Luke Dunstan Sent: Wednesday, March

Re: [PythonCE] Using buttons on PDA

2006-03-15 Thread Luke Dunstan
I believe the scroll button can be handled like any other keyboard event as VK_UP / VK_DOWN keys. I'm not sure about the program keys, but I think RegisterHotKey() is related. I am speaking from a WinCE API point of view so I'm not sure how this translates to wxPython. Luke - Original Mes

Re: [PythonCE] Building win32com on windows CE

2006-03-21 Thread Luke Dunstan
  The reason why is because, as far as I know, nobody has actually done the work to port win32com to WinCE and provide a makefile. If comtypes can do what you want then I would recommend trying that instead because, being written in Python, it is more portable and easier to modify and test.

Re: [PythonCE] Building win32com on windows CE

2006-03-22 Thread Luke Dunstan
What do you mean by "just a pain and led to nowhere"? I'm also not sure what you mean by a "WinCE build" of comtypes because the library is written in Python and there is nothing to "build". If you are figuring out how to use comtypes I highly recommend learning on desktop Windows first because

[PythonCE] Python 2.4.3 for Windows CE / ARM

2006-04-05 Thread Luke Dunstan
A new release of Python for Windows CE is available. Download it here: http://sourceforge.net/project/showfiles.php?group_id=104228 The release notes are linked from this page, but a direct link is: http://sourceforge.net/project/shownotes.php?release_id=407232&group_id=104228 Luke __

Re: [PythonCE] Python 2.4.3 for Windows CE / ARM

2006-04-06 Thread Luke Dunstan
mments.com/archive329-2006-3-825354.html). Have you actually tried building PythonCE for Smartphone? Luke > > -Original Message- > On 5 Apr 2006 at 20:34, Luke Dunstan wrote: > >> A new release of Python for Windows CE is available. Download it here: >> >> http://

Re: [PythonCE] Python 2.4.3 for Windows CE / ARM

2006-04-07 Thread Luke Dunstan
- Original Message - From: "Jan Ischebeck" <[EMAIL PROTECTED]> To: "Luke Dunstan" <[EMAIL PROTECTED]>; Sent: Friday, April 07, 2006 4:46 PM Subject: Re: [PythonCE] Python 2.4.3 for Windows CE / ARM > Dear Luke, > > thanks for the great work.

Re: [PythonCE] Python 2.4.3 for Windows CE / ARM

2006-04-07 Thread Luke Dunstan
loat():2.2 bye ivom italy > > - Original Message - > From: "Jan Ischebeck" <[EMAIL PROTECTED]> > To: "Luke Dunstan" <[EMAIL PROTECTED]>; > Sent: Friday, April 07, 2006 4:46 PM > Subject: Re: [PythonCE] Python 2.4.3 for Windows CE / ARM &

Re: [PythonCE] Python 2.4.3 for Windows CE / ARM

2006-04-08 Thread Luke Dunstan
- Original Message - From: "Giovanni Petrucciani" <[EMAIL PROTECTED]> To: "Jan Ischebeck" <[EMAIL PROTECTED]> Cc: Sent: Saturday, April 08, 2006 9:32 PM Subject: Re: [PythonCE] Python 2.4.3 for Windows CE / ARM > Jan Ischebeck wrote: >> Dear Luke, >> >> both float("2,2") and float("2.2

Re: [PythonCE] Problem calling python

2006-04-11 Thread Luke Dunstan
- Original Message - From: "Ali Sabil" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 11, 2006 2:54 AM Subject: [PythonCE] Problem calling python > Hi all, > > I have some trouble running python files. > > If i open a shell (or whatever you call it) and type: python hello.py > it starts

Re: [PythonCE] Problem calling python

2006-04-12 Thread Luke Dunstan
ge - From: "Ali Sabil" <[EMAIL PROTECTED]> To: "Luke Dunstan" <[EMAIL PROTECTED]> Sent: Wednesday, April 12, 2006 1:13 AM Subject: Re: [PythonCE] Problem calling python > Hi again >> >> Running python from the command prompt works for me. Did you

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-28 Thread Luke Dunstan
- Original Message - From: "Patrick Kramer" <[EMAIL PROTECTED]> To: Sent: Friday, April 28, 2006 3:30 PM Subject: [PythonCE] Tkinter PhotoImage, no such file or directory >I have two files which are both in the PyGlucoCE directory off of root. > > Tkintertest.py > BtnGluco.gif > > > >

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-29 Thread Luke Dunstan
- Original Message - From: "Patrick Kramer" <[EMAIL PROTECTED]> To: Sent: Saturday, April 29, 2006 10:28 AM Subject: Re: [PythonCE] Tkinter PhotoImage, no such file or directory > That worked, thanks... So is there a way to tell pythonce were the current > directory is? You can tell

Re: [PythonCE] Tkinter PhotoImage, no such file or directory

2006-04-30 Thread Luke Dunstan
- Original Message - From: "Michael Foord" <[EMAIL PROTECTED]> To: "Patrick Kramer" <[EMAIL PROTECTED]> Cc: Sent: Sunday, April 30, 2006 5:57 PM Subject: Re: [PythonCE] Tkinter PhotoImage, no such file or directory > Patrick Kramer wrote: >> >> >>> You can tell Python using os.chdir()

[PythonCE] Python 2.4.3 for Windows CE / ARM (bug fix release)

2006-05-01 Thread Luke Dunstan
A new bug fix release of Python for Windows CE is available. Download it here: http://sourceforge.net/project/showfiles.php?group_id=104228 The release notes are linked from this page, but a direct link is: http://sourceforge.net/project/shownotes.php?release_id=413801&group_id=104228 Luke _

Re: [PythonCE] Fwd: IdleCE problem: No module named Tkconstants

2006-05-01 Thread Luke Dunstan
- Original Message - From: "Ed Blake" <[EMAIL PROTECTED]> To: Sent: Friday, April 21, 2006 12:45 AM Subject: Re: [PythonCE] Fwd: IdleCE problem: No module named Tkconstants > > Yeah, I was going to post about what I did to get IdleCE working when I > moved > to Python 2.4, but I was l

Re: [PythonCE] Problem calling python

2006-05-01 Thread Luke Dunstan
Otherwise how would Python know where to find the file it's > supposed to execute? How can you open a file without knowing where it is? > And if you do know where a script is being run from - shouldn't that be > the > scripts initial working directory? Your suggestion has

Re: [PythonCE] webserver on CE

2006-05-02 Thread Luke Dunstan
  Can you explain more about the missing imports? If the script is designed to be portable to Windows then in most cases it should work on Windows CE.   Luke   - Original Message - From: Brent Pedersen To: pythonce@python.org Sent: Wednesday, May 03, 2006 2:47 AM

Re: [PythonCE] Reverting to PythonCE 2.3

2006-05-12 Thread Luke Dunstan
Total Commander can edit the registry on the device or Remote Registry Editor from Microsoft eMbedded Visual C++ 4.0 can do it remotely, at least on Pocket PC 2003. I think at least one of them should work on WM5. If not, you can write a Python program on the PC using the ActiveSync Remote API

Re: [PythonCE] Can't Get My Import Module Command to Work Properly

2006-05-17 Thread Luke Dunstan
Or even easier: "The most convenient way is to add a path configuration file to a directory that's already on Python's path, usually to the .../site-packages/ directory. Path configuration files have an extension of .pth, and each line must contain a single path that will be appended to sys.pa

Re: [PythonCE] pickle problem on 2.3.4 pythonCE (for wxPython)

2006-05-27 Thread Luke Dunstan
Hi, Your test program works for me on PythonCE 2.4.3. Luke - Original Message - From: "Matt S." <[EMAIL PROTECTED]> To: Sent: Saturday, May 27, 2006 3:47 AM Subject: [PythonCE] pickle problem on 2.3.4 pythonCE (for wxPython) > Hi, > > I'm trying to make a data collection UI for Wind

Re: [PythonCE] pickle problem on 2.3.4 pythonCE (for wxPython)

2006-05-27 Thread Luke Dunstan
>From: "Matt S." <[EMAIL PROTECTED]> >To: "Luke Dunstan" <[EMAIL PROTECTED]> >Subject: Re: [PythonCE] pickle problem on 2.3.4 pythonCE (for wxPython) >Date: Sat, 27 May 2006 20:25:46 -0700 > >Python 2.3.4 is the only Python interpreter I'v

Re: [PythonCE] py2exe

2006-06-01 Thread Luke Dunstan
- Original Message - From: "Brad Clements" <[EMAIL PROTECTED]> To: Sent: Friday, June 02, 2006 7:58 AM Subject: Re: [PythonCE] py2exe > On 1 Jun 2006 at 20:59, ahmad adel rldardiry wrote: > >> Could this be done? A py2exe version for pocketpc, that generates an >> executable that can r

[PythonCE] PythonCE wiki

2006-06-17 Thread Luke Dunstan
large, e.g. by moving the "getting started" links to a separate GettingStarted page. Luke Dunstan ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] PythonCE wiki

2006-06-19 Thread Luke Dunstan
- Original Message - From: "Brad Clements" <[EMAIL PROTECTED]> To: Sent: Monday, June 19, 2006 10:51 PM Subject: Re: [PythonCE] PythonCE wiki > On 19 Jun 2006 at 10:41, Andy Baker wrote: > >> I feel it would improve things if someone could start contacting the >> authors/maintainers of

Re: [PythonCE] PythonCE wiki

2006-06-19 Thread Luke Dunstan
t particularly current. It would be nice to try and get the main google hits looking a bit more loved. On 6/17/06, Gonzalo Monzón <[EMAIL PROTECTED]> wrote: > Good idea Luke!! > > Cheers, > Gonzalo > > Luke Dunstan escribió: > > >Hi all, > > > >I have star

Re: [PythonCE] serial port access

2006-06-21 Thread Luke Dunstan
You need to use the wide-character variants of Windows APIs, i.e. CreateFileW Luke - Original Message - From: "Benjamin McBride" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 21, 2006 4:54 AM Subject: Re: [PythonCE] serial port access Thanks Gonzalo for your help. I have read both

Re: [PythonCE] building a 'simple' example

2006-06-23 Thread Luke Dunstan
Hi, Where did you put the DLL? What is it called? What were the commands that failed? Luke - Original Message - From: "Smit, M.C." <[EMAIL PROTECTED]> To: Sent: Friday, June 23, 2006 11:21 PM Subject: [PythonCE] building a 'simple' example > Dear all > > While there have been some

Re: [PythonCE] Problem with ctypes

2006-06-24 Thread Luke Dunstan
- Original Message - From: "Tod Haren" <[EMAIL PROTECTED]> To: Sent: Saturday, June 24, 2006 11:07 AM Subject: [PythonCE] Problem with ctypes > The wince files on the ctypes sourceforge project site don't work for > me. import ctypes was resulting in "import error: dll load failed". >

Re: [PythonCE] building a 'simple' example

2006-06-27 Thread Luke Dunstan
Hi, I think the only way I could help further is if you posted a small but complete example that demonstrates the problem. Luke - Original Message - From: "Smit, M.C." <[EMAIL PROTECTED]> To: "Luke Dunstan" <[EMAIL PROTECTED]>; Sent: Monday, J

Re: [PythonCE] Command line

2006-06-28 Thread Luke Dunstan
  Hi,   Yes, you can run Python scripts by passing them on the command line to python.exe. This is what happens when you double-click a script. Are you having trouble in some way?   Luke   - Original Message - From: ahmad adel rldardiry To: PythonCE@python.org Sent: S

Re: [PythonCE] Command line

2006-06-28 Thread Luke Dunstan
  Hi,   You will need to pass the script name as an absolute path. See also: http://pythonce.sourceforge.net/Wikka/UsingPythonCE   Luke   - Original Message - From: ahmad adel rldardiry To: Luke Dunstan Sent: Wednesday, June 28, 2006 8:09 PM Subject: Re

Re: [PythonCE] Command line

2006-06-29 Thread Luke Dunstan
  It should work with spaces if you quote it properly (this is true of any operating system), e.g.   python "\my documents\python\test.py"   Luke   - Original Message - From: ahmad adel rldardiry To: Luke Dunstan Sent: Thursday, June 29, 2006 1:48 AM S

Re: [PythonCE] Problem with ctypes

2006-06-30 Thread Luke Dunstan
It does say so in the release notes linked from the SourceForge files page: http://sourceforge.net/project/shownotes.php?release_id=411554&group_id=71702 Luke - Original Message - From: "Tod Haren" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 28, 2006 10:19 PM Subject: Re: [PythonCE]

Re: [PythonCE] building a 'simple' example

2006-07-04 Thread Luke Dunstan
e - From: "Smit, M.C." <[EMAIL PROTECTED]> To: "Luke Dunstan" <[EMAIL PROTECTED]> Sent: Monday, July 03, 2006 9:26 PM Subject: RE: [PythonCE] building a 'simple' example Hi, Thanks for saying with me, The "simple" example is at the bottom

Re: [PythonCE] Edit WinCE registry from desktop

2006-07-14 Thread Luke Dunstan
- Original Message - From: "Tod Haren" <[EMAIL PROTECTED]> To: Sent: Friday, July 14, 2006 3:29 PM Subject: [PythonCE] Edit WinCE registry from desktop > I've been using the pocketRapi scripts submitted previously by helpful > TechGame folks, their names escape me right now. So far it

Re: [PythonCE] File association image for .py

2006-07-24 Thread Luke Dunstan
- Original Message - From: "Alex Mandel" <[EMAIL PROTECTED]> To: Sent: Friday, July 21, 2006 5:13 AM Subject: [PythonCE] File association image for .py >I know it's a little trivial but it's the kind of thing that end users > really like. Anyone know how to add a registry entry so the

Re: [PythonCE] File association image for .py

2006-07-27 Thread Luke Dunstan
- Original Message - From: "Anne Wangnick" <[EMAIL PROTECTED]> To: Cc: "Luke Dunstan" <[EMAIL PROTECTED]> Sent: Thursday, July 27, 2006 4:02 AM Subject: AW: [PythonCE] File association image for .py > Hello Luke, > > watch out. In foreign v

Re: [PythonCE] Python 2.5?

2006-07-30 Thread Luke Dunstan
Hi,   Yes I have done some work on porting Python 2.5 but it is not yet complete enough to be useful, so I will let you know how it goes.   Luke   - Original Message - From: Yi Ding To: pythonce@python.org Sent: Saturday, July 29, 2006 4:15 AM Subject: [PythonCE]

Re: [PythonCE] SimpleHTTPServer

2006-08-02 Thread Luke Dunstan
- Original Message - From: "Belyaev Dmitry" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 01, 2006 2:40 AM Subject: [PythonCE] SimpleHTTPServer >I tried to write simple http server on my PDA. > -- > import SimpleHTTPServer as Handler > import BaseHTTPServer

Re: [PythonCE] SimpleHTTPServer

2006-08-02 Thread Luke Dunstan
]>; Sent: Thursday, August 03, 2006 1:57 AM Subject: Re[2]: [PythonCE] SimpleHTTPServer > Hello, Luke Dunstan > > I'm using > Python 2.4.3 (#0, Apr 29 2006, 20:58:35)[MSC v.1201 32bit (Unknown)] on > Pocket PC > on iPAQ hx2110, Windows Mobile 2003 Second Edition, Versi

Re: [PythonCE] Sending files across 2 PDA connected in wifi(ad-hoc mode)

2006-08-08 Thread Luke Dunstan
  PythonCE supports sockets so yes, it is possible to transfer data over a wireless LAN just like any other TCP/IP network. No I haven't tried with two PDAs. If you are searching for source code then try looking for Python sockets code in general, and test your code on a Windows PC first wit

Re: [PythonCE] Starting Python in specified directory

2006-09-25 Thread Luke Dunstan
- Original Message - From: "Jeffrey Barish" <[EMAIL PROTECTED]> To: Sent: Monday, September 25, 2006 10:43 PM Subject: Re: [PythonCE] Starting Python in specified directory > Ingmar Steen wrote: > >> You could create a small dummy script in that path that >> just contains 'pass' and st

Re: [PythonCE] Trying to Code Python ON a Pocket PC Phone

2006-09-27 Thread Luke Dunstan
- Original Message - From: "Bandung" <[EMAIL PROTECTED]> To: 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\Pyth

Re: [PythonCE] Starting Python in specified directory

2006-09-27 Thread Luke Dunstan
- Original Message - From: "Jeffrey Barish" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 26, 2006 12:06 AM Subject: Re: [PythonCE] Starting Python in specified directory > Luke Dunstan wrote: > >> Yes, "pythonrc.py". It is only run for intera

Re: [PythonCE] call scrypt with parameters

2006-10-09 Thread Luke Dunstan
Title: Mensaje   Please show the exact code where you call this "RunApp".   Luke   - Original Message - From: Fredy Cabre To: pythonce@python.org Sent: Monday, October 09, 2006 6:00 AM Subject: [PythonCE] call scrypt with parameters the problem that I wro

Re: [PythonCE] Error

2006-10-10 Thread Luke Dunstan
Which version of PythonCE did you try? All the recent releases are built for Pocket PC 2003 (Windows CE 4.2).   Luke   - Original Message - From: Brutal To: pythonce@python.org Sent: Wednesday, October 11, 2006 8:13 AM Subject: [PythonCE] Error I get invalid

Re: [PythonCE] Error

2006-10-11 Thread Luke Dunstan
PC2000.zip?download   Luke   - Original Message - From: Brutal To: Luke Dunstan Sent: Wednesday, October 11, 2006 9:55 AM Subject: Re: [PythonCE] Error Ok Thanks For the Help but can you point me in the best version that will work with my version? (3)

Re: [PythonCE] call scrypt with parameters

2006-10-11 Thread Luke Dunstan
Title: Mensaje   In that case, it depends on how RunApp() is implemented. If it calls ShellExecuteEx() then I think it is not possible to pass parameters. Try this:   RunApp('\Program Files\python24\python.exe', '\mover_fotos.py \ - -')   Luke   - Original Message - From: Fre

[PythonCE] Python 2.5 for Windows CE / ARM

2006-10-11 Thread Luke Dunstan
ider this release to be a Beta because it has not been tested thoroughly enough on Windows CE to be considered stable. I think that the most efficient way to continue testing will be for everyone to try it and report any bugs. Luke Dunstan ___ Pyth

Re: [PythonCE] Python 2.5 for Windows CE / ARM

2006-10-12 Thread Luke Dunstan
wfiles.php?group_id=104228 >> >> The release notes are linked from this page, but a direct link is: >> >> http://sourceforge.net/project/shownotes.php?release_id=454685&group_id=104228 >> >> Please consider this release to be a Beta because it has

Re: [PythonCE] open internet connection (GPRS)

2006-10-14 Thread Luke Dunstan
Title: Mensaje Hi,   It should be possible to use Windows CE APIs through ctypes to do it, but I am not sure which is the most appropriate. I would guess either RasDial or InternetOpen, which in PythonCE would be ctypes.cdll.coredll.RasDial() or ctypes.cdll.wininet.InternetOpenW().   Luke  

Re: [PythonCE] Python 2.5 for Windows CE / ARM

2006-10-14 Thread Luke Dunstan
- Original Message - From: "David Fraser" <[EMAIL PROTECTED]> To: "Luke Dunstan" <[EMAIL PROTECTED]> Cc: Sent: Thursday, October 12, 2006 11:35 PM Subject: Re: [PythonCE] Python 2.5 for Windows CE / ARM > Luke Dunstan wrote: >> A new rele

Re: [PythonCE] Python 2.5 for Windows CE / ARM

2006-10-14 Thread Luke Dunstan
- Original Message - From: " Luke Dunstan" <[EMAIL PROTECTED]> To: Sent: Thursday, October 12, 2006 5:59 PM Subject: Re: [PythonCE] Python 2.5 for Windows CE / ARM > > - Original Message - > From: "Bandung" <[EMAIL PROTECTED]> > T

Re: [PythonCE] Python 2.5 for Windows CE / ARM

2006-10-16 Thread Luke Dunstan
Monday, October 16, 2006 5:08 PM Subject: Re: [PythonCE] Python 2.5 for Windows CE / ARM Great work for db sqlite!!! When could we have Tkinter in Python 2.5? I tried to copy DLLs\_tkinter.pyd but Tkinter doesn't work ... Thank's a lot bye ivom > > ----- Original Mes

Re: [PythonCE] Is SH3 supported

2006-10-18 Thread Luke Dunstan
- Original Message - From: "Peter Olson" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 18, 2006 10:02 AM Subject: [PythonCE] Is SH3 supported > Hi I was wondering if there was a python version for ether the SH3 > processers or for an HPC ARM device. If there is, could some point me

Re: [PythonCE] IndentationError in 2.5 command line interpreter

2006-10-27 Thread Luke Dunstan
- Original Message - From: <[EMAIL PROTECTED]> To: "Pythonce" Sent: Friday, October 20, 2006 8:59 PM Subject: [PythonCE] IndentationError in 2.5 command line interpreter If I try to write a multi-line construct in the Pythonce 2.5 command line interpreter, I get an IndentationError

Re: [PythonCE] IndentationError in 2.5 command line interpreter

2006-10-28 Thread Luke Dunstan
- Original Message - From: <[EMAIL PROTECTED]> To: "Luke Dunstan" <[EMAIL PROTECTED]>; "Pythonce" Sent: Saturday, October 28, 2006 8:55 PM Subject: Re: [PythonCE] IndentationError in 2.5 command line interpreter I tried, but the script terminate

Re: [PythonCE] pythonce on Motorola Q?

2006-11-02 Thread Luke Dunstan
- Original Message - From: "awaretek" <[EMAIL PROTECTED]> To: Sent: Thursday, November 02, 2006 5:19 AM Subject: [PythonCE] pythonce on Motorola Q? > > Has anyone been able to get pythonce up and running on a Motorola Q? I > have > tried the various versions on Sourceforge, but I get

Re: [PythonCE] How to edit python files within WinCE env?

2006-11-08 Thread Luke Dunstan
- Original Message - From: "Benjamin Scherrey" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 08, 2006 12:53 PM Subject: [PythonCE] How to edit python files within WinCE env? > I'm brand spanking new to this mobile stuff so was pleased with how easy > it was to install pythonce on m

Re: [PythonCE] ne

2006-12-22 Thread Luke Dunstan
- Original Message - From: "Carlo Antonio Denaro" <[EMAIL PROTECTED]> To: Sent: Saturday, December 23, 2006 12:02 AM Subject: [PythonCE] ne > Hi to all developers, > my name is Charles and im a student. > I love python and i have a Nec Mobilepro 790 with > wince 3.0 and linux (yeah!) >

Re: [PythonCE] Python Error

2006-12-30 Thread Luke Dunstan
- Original Message - From: "Andrew Burton" <[EMAIL PROTECTED]> To: Sent: Friday, December 29, 2006 12:55 PM Subject: [PythonCE] Python Error > I'm still looking for the fix on my own, but has anyone seen this error: > > Traceback (innermost last): > File "\Program Files\Python\lib\pcce

Re: [PythonCE] How tobuild PythonCE 2.5

2006-12-30 Thread Luke Dunstan
- Original Message - From: "Naiqian Lu" <[EMAIL PROTECTED]> To: Sent: Friday, December 29, 2006 10:02 AM Subject: [PythonCE] How tobuild PythonCE 2.5 > Hi, > > I have download pythonce source, and try to build it > to generate CAB file, just for familiar with python > code. > > What I

Re: [PythonCE] How tobuild PythonCE 2.5

2007-01-03 Thread Luke Dunstan
- Original Message - From: "Naiqian Lu" <[EMAIL PROTECTED]> To: "Luke Dunstan" <[EMAIL PROTECTED]>; Sent: Wednesday, January 03, 2007 5:29 AM Subject: Re: [PythonCE] How tobuild PythonCE 2.5 > Hi, > > Here is my builing env: > > N

Re: [PythonCE] Accessing serial port with PythonCE 2.5

2007-01-03 Thread Luke Dunstan
- Original Message - From: "David Goncalves" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 03, 2007 3:09 AM Subject: [PythonCE] Accessing serial port with PythonCE 2.5 Hi, Everything is in the subject ;) Is there any way to access the serial port with that build of PythonCE ? I

Re: [PythonCE] Bluetooth

2007-01-16 Thread Luke Dunstan
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, January 15, 2007 6:24 PM Subject: [PythonCE] Bluetooth > Hello, I'm new to PythonCE so apologize if the question was already > answered (I searched through the archive withot success). > Yesterday I installed on my Dell A

Re: [PythonCE] Bug?

2007-01-18 Thread Luke Dunstan
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, January 15, 2007 7:03 PM Subject: [PythonCE] Bug? > Hello, trying to discover if socket module has bluetooth support, I typed > in the python console help(socket). This blocks the idle, no other action > it's possible. If

Re: [PythonCE] annoying progress clock while running wxPython

2007-01-25 Thread Luke Dunstan
try: import _pcceshell_support except ImportError: # This can happen if PythonCE was started with the /nopcceshell argument pass else: _pcceshell_support.Busy(0) Luke - Original Message ---

  1   2   >