Re: [PythonCE] wxPython for Python 2.5?

2008-04-21 Thread Matt S.
My co-worker just forwarded me this parallel inquiry about the status of wxPyCE on the wxpython-users list. Let's keep it rollin'. Matt --- Original Message Subject: Re: [wxpython-users] WinCE port Date: Sun, 20 Apr 2008 15:18:53 +0200 From: Paul Sijben <[EMAIL PROTECTED

Re: [PythonCE] wxPython for Python 2.5?

2008-04-21 Thread Jacques Naude
I'm also very interested, but my hacking skills haven't even lifted off the ground... Kevin Horton wrote: I'm interested, but have no relevant skills beyond an innate ability to break things. I might be a good tester :) -- Kevin Horton On 21 Apr 2008, at 06:16, Matt S. wrote: It wasn't

Re: [PythonCE] wxPython for Python 2.5?

2008-04-21 Thread Kevin Horton
I'm interested, but have no relevant skills beyond an innate ability to break things. I might be a good tester :) -- Kevin Horton On 21 Apr 2008, at 06:16, Matt S. wrote: > It wasn't clear to me whether the memory wasn't sufficient or > simply less than ideal. Anyone else interested in wxP

Re: [PythonCE] wxPython for Python 2.5?

2008-04-20 Thread Matt S.
It wasn't clear to me whether the memory wasn't sufficient or simply less than ideal. Anyone else interested in wxPython for PythonCE 2.5? It takes a village... Matt On Sun, Apr 20, 2008 at 8:05 PM, Lanser wrote: > I remeber the author said wxPyCE can't build for Python 2.5 since the > memory

[PythonCE] wxPython for Python 2.5?

2008-04-18 Thread Matt S.
Hi everyone, Hope you're well. This past week I tried building wxPyCE for Python 2.5. The directions for building wx for 2.4 are at, http://wxpyce.wikispaces.com/Build I succeeded at building for 2.4 but not for 2.5. After catching up on PythonCE emails over the past year it seems that wxPyCE

Re: [PythonCE] wxPython, handling close events

2007-02-26 Thread Matt S.
or mention that) Python/wx will work in any of the PPC emulators. I hope I'm not stepping on toes but instead making PythonCE/wxPython more accessible by asking the "stupid questions," Thanks everyone, Matt :-) On 2/23/07, Luke Dunstan <[EMAIL PROTECTED]> wrote: As with a

Re: [PythonCE] wxPython, handling close events

2007-02-23 Thread Matt S.
- *From:* Matt S. <[EMAIL PROTECTED]> *To:* pythonce@python.org *Sent:* Thursday, February 22, 2007 2:12 PM *Subject:* [PythonCE] wxPython, handling close events I have a a wxPython application on the PPC 2003, Python 2.4, etc... I can gracefully exit on win32 from the frame close button or

Re: [PythonCE] wxPython, handling close events

2007-02-23 Thread Luke Dunstan
rg Sent: Thursday, February 22, 2007 2:12 PM Subject: [PythonCE] wxPython, handling close events I have a a wxPython application on the PPC 2003, Python 2.4, etc... I can gracefully exit on win32 from the frame close button or any button within the frame. My trouble arises on the PPC

Re: [PythonCE] wxPython, handling close events

2007-02-22 Thread Matt S.
s behavior. Ideally, I want the user to have to confirm that they want to quit before the program ever begins to be destroyed. Thanks! Matt -- Forwarded message -- From: "Matt S." <[EMAIL PROTECTED]> To: pythonce@python.org Date: Wed, 21 Feb 2007 21:12:08 -0800 Su

[PythonCE] wxPython, handling close events

2007-02-22 Thread Matt S.
I have a a wxPython application on the PPC 2003, Python 2.4, etc... I can gracefully exit on win32 from the frame close button or any button within the frame. My trouble arises on the PPC because the frame widgets (esp. close button) seem to not be associated with wx as much as the system and do

[PythonCE] wxPython binary

2007-01-28 Thread David Welch
Hi, I am writing an application for a pda that uses windows mobile 5.0. Right now I am using tkinter for the gui and I would rather use wxpython for pythonce. If anyone could point me in the right direction so I can get wxpython working on my pda that would be great. Also I don't have the

Re: [PythonCE] wxPython for PythonCE announcement

2006-10-17 Thread Jeffrey Barish
Bandung wrote: > Sigh... If only we could get Linux loaded on these windows mobile 5.0 > designed devices, then my "how to compile proper binaries" problems would > go away. Hear, hear. -- Jeffrey Barish ___ PythonCE mailing list PythonCE@python.org h

Re: [PythonCE] wxPython for PythonCE announcement

2006-10-17 Thread Bandung
I still think that the problem is related to hard coded paths in the binary. While the actual name of the storage card might not be the problem, what appears more certain is that the program can't find the necessary files - either because of the default paths that the author uses or because the n

Re: [PythonCE] wxPython for PythonCE announcement

2006-09-27 Thread Jeffrey Barish
Jeffrey Barish wrote: > I suspect that the problem actually has something > to do with ActiveSync.  I seem to have better luck getting software to run > when I manipulate it using Pocket Controller connected by Wifi rather than > ActiveSync connected by USB. It may be sufficient to remove the PDA

Re: [PythonCE] wxPython for PythonCE announcement

2006-09-27 Thread Jeffrey Barish
Bandung wrote: > My guess is that those of us who do not have a "CF Card" storage > designation on our pda's are "sol" on this release. I now have wxPythonCE running on both Dell Axim X51v PDAs. Neither has CF storage. In my efforts to get the package to run on the second PDA, I actually tried

Re: [PythonCE] wxPython for PythonCE announcement

2006-09-26 Thread Bandung
I don't think that the problem has anything to do with the machine being "out of memory". I think the problem lies with the default paths that seemed to be hard wired into the binary packages. For example, the error message refers to line 4 within the _misc.py file within a directory tree that c

[PythonCE] wxpython

2006-09-09 Thread Picio
Hello, I'm trying to setup wxpython on my windows Mobile 2003 se (dell axim). Is there a step by step procedure? Any howto? I've tried to use files I downloaded from the wiki http://wxpyce.wikispaces.com/ but I get a lot of errors about missed modules. Probably I have the wrong directory tree. Can

Re: [PythonCE] wxPython for PythonCE announcement

2006-09-06 Thread jeffbarish
jeffbarish wrote: > > Here are descriptions of some problems I have encountered with the recent > port of wxPython: > > 6. The spacing of lines in a list control is larger in virtual mode than > it is in normal mode. > > I don't know whether any current readers are actually interested in my

Re: [PythonCE] wxPython for PythonCE announcement

2006-08-31 Thread jeffbarish
jeffbarish wrote: > > Here are descriptions of some problems I have encountered with the recent > port of wxPython: > 7. It is not possible to put an image in column headers of a list control. There are no complaints. The image simply does not appear. -- View this message in context: http:

Re: [PythonCE] wxPython for PythonCE announcement

2006-08-29 Thread jeffbarish
jeffbarish wrote: > > Here are descriptions of some problems I have encountered with the recent > port of wxPython: > 4. It would make some sense if the correct size for the StaticBitmap turned out to be an 8-pixel circle on an 8-pixel background because everything in wxPythonCE seems to be sc

Re: [PythonCE] wxPython for PythonCE announcement

2006-08-19 Thread jeffbarish
Here are descriptions of some problems I have encountered with the recent port of wxPython: 1. On startup, I get the error message: Please install a newer version of comctl32.dll (at least version 4.70 is required by you have 0.00) or this program will not operate correctly. 2. wx.NullColour doe

Re: [PythonCE] wxPython for PythonCE announcement

2006-08-19 Thread George
jeffbarish wrote: > Did you ever resolve this issue? When I installed wxPython on a first PDA, > it worked fine right away. However, I just installed it on a second one of > the exact same model (Dell Axim X51v) with the exact same memory complement > and have encountered the same problem you rep

Re: [PythonCE] wxPython for PythonCE announcement

2006-08-19 Thread jeffbarish
Did you ever resolve this issue? When I installed wxPython on a first PDA, it worked fine right away. However, I just installed it on a second one of the exact same model (Dell Axim X51v) with the exact same memory complement and have encountered the same problem you reported. I get the error m

Re: [PythonCE] wxPython for PythonCE announcement

2006-08-05 Thread jeffbarish
Ah, but it does work -- aside from some minor anomalies that I am still investigating. The only obvious problem is the appearance of the error message. -- View this message in context: http://www.nabble.com/wxPython-for-PythonCE-announcement-tf2024801.html#a5664562 Sent from the Python - python

Re: [PythonCE] wxPython for PythonCE announcement

2006-08-05 Thread Ingmar Steen
>From what I remember, list controls are very limited on WinCE and the virtual mode is missing (basically, all owner drawn things are missing in WinCE). That's probably why it doesn't work. It's also the reason checkbox lists aren't working. However, it should be possible to drop in the wxUniversal

Re: [PythonCE] wxPython for PythonCE announcement

2006-08-04 Thread jeffbarish
Never mind. It turns out that the synchronization did not transfer any files, only folders. (Have I mentioned recently that I hate winCE?) OK, my application seems to run. Problem 1: I am still getting the message "Please install a newer version of comctl32.dll (at least version 4.70 is requir

Re: [PythonCE] wxPython for PythonCE announcement

2006-08-04 Thread jeffbarish
Can you provide a little more information about how to install your software? I have \Program Files\Python24 on my PDA. I put wxwince270_evc_custom.dll in this folder. There is already a Lib folder there, so I put the wx folder in the existing Lib folder. import wx produces No module named wx.

Re: [PythonCE] wxPython for PythonCE announcement

2006-07-31 Thread Беляев Дмитрий Игоревич
My hx2110 has 64 MB onboard, I have installed PythonCE on MMS. I have only 35 MB free main memory. I already tryed to free memory up to 45 MB, but it didn't help. ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pytho

Re: [PythonCE] wxPython for PythonCE announcement

2006-07-31 Thread Ingmar Steen
It's true that wx uses a lot of memory, but 35 MB should be enough I think... I'm using it quite comfortably on an iPaq H2200 which has 64MB total memory I think. I've never actually looked into how much it actually uses though. I'm planning to make a 'minimal' wx configuration that only exposes c

Re: [PythonCE] wxPython for PythonCE announcement

2006-07-31 Thread Беляев Дмитрий Игоревич
I tryed to "import wx" on interactive shell but got message "ImportError: Dll load failed: Not enough storage is available to complete this operation." I wonder how many memory does wx consume? I had 35 MB on PDA free. ___ PythonCE mailing list PythonCE

[PythonCE] wxPython for PythonCE announcement

2006-07-30 Thread Ingmar Steen
(I hope this doesn't go around twice, but I got some strange replies when sending this earlier) Hi all, I'd like to announce the release of my initial effort to 'port' wxPython to PythonCE. You can find the wiki (with links to the source and binary archives and building instructions) here: http:

[PythonCE] wxPython for PythonCE

2006-07-30 Thread Ingmar Steen
Hi all, I'd like to announce the release of my initial effort to 'port' wxPython to PythonCE. You can find the wiki (with links to the source and binary archives and building instructions) here: http://wxpyce.wikispaces.com/ The port isn't very mature yet (f.e. somehow the commandbar doesn't sho

Re: [PythonCE] wxpython for wince

2006-07-10 Thread Gonzalo Monzón
Hi John, The work is in progress. Actually I have the current cvs sources from wxwidgets succesfully compiled for PPC2003, and several C++ samples from the project are working fine on the PocketPC. Will say more about the status of the port when I could have wxpython working, even in alpha sta

[PythonCE] wxpython for wince

2006-07-10 Thread John Aherne
Gonzalo Thanks for wanting to to a port. I have seen on the mail list that Jeffrey Barish was very keen to get a port done. I will be interested in using the port. Look forward to seeing something. Thanks John Aherne ___ PythonCE mailing list P

[PythonCE] wxpython for Python CE 2.4.3 announcement

2006-07-02 Thread Gonzalo Monzón
Hi all, I would like to announce that I am starting work on a port of wxPython 2.6 to PythonCE 2.4.3. Many people have expressed interest in such a port, so I am hoping that the results of my effort will be widely used. I expect to complete the project within about 2 months. I welcome sugges

Re: [PythonCE] wxpython for ce

2006-04-20 Thread John Aherne
<> Thanks for the update. Makes me happy that it's being looked at. I'll wait and see. Regards John Aherne ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] wxpython for ce

2006-04-20 Thread jeffbarish
Here is some relevant information that I exchanged with Robin on 23 March about the source diffs provided by Brian Retford: >Jeffrey Barish wrote: >> Were you able to get this posted on starship?  Will you post directions >> on how >> to access it at starship? > >I haven't done it yet, I'd like

[PythonCE] wxpython for ce

2006-04-19 Thread John Aherne
It is sometime since I last checked but I have not seen any reference to any more developments for the wxpython port to pocket pc. There was a mention sometime back that the sources would be handed to Robin Dunn. But since then I have found it almost impossible to trace a copy of the original p

Re: [PythonCE] wxpython for ppc

2005-08-30 Thread Ed Blake
You could probably find it by searching through the list archive, or by googling it, but since things like this usually disappear at inopertune moments I have a collection of PythonCE stuff stored here: http://kitsu.petesdomain.com/files/WinCE/ --- DJL <[EMAIL PROTECTED]> wrote: > do any body kn

[PythonCE] wxpython for ppc

2005-08-30 Thread DJL
do any body know the url site to download wxpyhton bin for ppc2003? Thanks ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] wxPython for CE

2005-04-24 Thread danny staple
I am most definately interested. I tried to get this to run some time ago, and my PocketPC just didnt seem to have the memory to cope with it - so I would love to try it again. And yes - I do agree Windows CE has a retarded memory architecture. While I appretiate the raw processing power I have in

Re: [PythonCE] wxPython for CE

2005-04-23 Thread Michael Foord
Brian Retford wrote: It's that time again - I've made a lot of progress on reducing the footprint of my wxPython CE port, I'm working on getting the source code integrated to the mainline, here's an x-post from the wxPython dev list - any interest? It sounds very interesting. Is it only comp

[PythonCE] wxPython for CE

2005-04-23 Thread Brian Retford
It's that time again - I've made a lot of progress on reducing the footprint of my wxPython CE port, I'm working on getting the source code integrated to the mainline, here's an x-post from the wxPython dev list - any interest? Some people may remember this from many months ago, but I've por

[PythonCE] wxPython and busy cursor

2005-01-04 Thread Geir Egeland
Hi, I'm testing wxPython on my Qtek 9090. The "simple.py" example in the zip file is working fine, but is there any way to get rid of the "busy cursor" in pocket pc? Geir ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/list

AW: [PythonCE] wxPython on CE Avaiable for download

2004-12-23 Thread Anne Wangnick
The Yahoo briefcase is empty, I can't see any file for download there. Regards, Sebastian -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Wara Songkran Gesendet: Donnerstag, 23. Dezember 2004 14:16 An: pythonce@python.org Betreff: [Pyt

[PythonCE] wxPython on CE Avaiable for download

2004-12-23 Thread Wara Songkran
Hi I've upload Brian Retford <[EMAIL PROTECTED]> wxPython port on CE at http://briefcase.yahoo.com/paandev The instruction is in the zip file Enjoy Wara Songkran __ Do you Yahoo!? Jazz up your holiday email with celebrity designs. Learn more.

[PythonCE] wxPython on CE

2004-12-20 Thread Wara Songkran
Hi   Brian, If you don't have any space or inconvenience to post those interesting wxPython port. I would be very happy to post it for you. Just mail those files to me and I'll tell you guys when it's ready :)   Regrads Wara Songkran Do you Yahoo!? The all-new My Yahoo! – Get yours free!

RE: [PythonCE] wxPython on CE

2004-12-19 Thread Isr Gish
Sure I'm interested in these files. Thanks a ton for making them. All the best, Isr -Original Message- >From: "Brian Retford"<[EMAIL PROTECTED]> >Sent: 12/17/04 2:55:42 PM >To: "[EMAIL PROTECTED]"<[EMAIL PROTECTED]> >Subject: [

AW: [PythonCE] wxPython on CE

2004-12-18 Thread Gerhard Brauckmann
Brian, PLEASE get the files out. it is what I need to develop some stuff with python. Gerhard -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Brian Retford Gesendet: Freitag, 17. Dezember 2004 20:56 An: [EMAIL PROTECTED] Betreff: [PythonCE

Re: [PythonCE] wxPython on CE

2004-12-17 Thread Michael Foord
Congratulations Brian. It looks like it *might* soon be possible to develop real applications for the PocketPC using Python. A database and a GUI. Regards, Fuzzy http://www.voidspace.org.uk/atlantibots/pythonutils.html Brian Retford wrote: I nearly killed myself doing so, but I have a largely

Re: [PythonCE] wxPython on CE

2004-12-17 Thread Wolfgang Keller
> I nearly killed myself doing so, but I have a largely functional port > of wxPython to CE. *snip* > Let me know if > there is interest and I'll get the files out there. This is I-N-S-A-N-E-L-Y G-R-E-A-T! :-) Best regards, Wolfgang Keller ___ Py

Re: [PythonCE] wxPython on CE

2004-12-17 Thread Brian Retford
With the stuff I removed the python + wx + wxPython distro is 11mb. I think it could be made smaller by another 2 mb or so. The memory footprint is around 6 to 8 mb. The biggest problem now is the import time for wx. I've spent some time trying to reduce it, but right now it sits at about 7 sec

Re: [PythonCE] wxPython on CE

2004-12-17 Thread Oskar Świda
Hi, Of course, there is interest. We still lack a good gui for pythonce (Tkinter is useless when I need to input any characters from language other than English). I've tried to port Paragui some time ago and FLTK too, but it is still incomplete and far from state when you can write real applicatio

Re: [PythonCE] wxPython on CE

2004-12-17 Thread Tim Lesher
On Fri, 17 Dec 2004 11:55:42 -0800, Brian Retford <[EMAIL PROTECTED]> wrote: > I nearly killed myself doing so, but I have a largely functional port > of wxPython to CE. Wow... nice. I didn't think it would happen that quickly. What kind of memory and storage footprint are you seeing for wxPyth

[PythonCE] wxPython on CE

2004-12-17 Thread Brian Retford
I nearly killed myself doing so, but I have a largely functional port of wxPython to CE. It is missing a few useful things (wxHTML, XRC, etc) but by and large it works well. It required a slightly modified version of the pythonce port that everyone seems to be using (namely I removed the spinni