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

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