Re: [PythonCE] Cannot load wxpyce dll due to insufficient memory

2005-01-12 Thread Isr Gish
Stewart Midwinter wrote: >When I shift the slider over so that more space is allocated for >programs, say 30 MB, I notice that after a few seconds the slider >shifts back. There doesn't seem to be a way for the user to set this >manually and have it stick. You cant move the slider all

Re: [PythonCE] Cannot load wxpyce dll due to insufficient memory

2005-01-12 Thread Danny Staple
I have been seing the exact same problem when I import any modules from wxPython. I have 16-19mb program memory free normally (with 32-34mb alllocated for programs). I was trying to import from wx using the interactive python shell. Any thoughts? My pocket PC has an addition 64Mb of "Internal stor

Re: [PythonCE] Cannot load wxpyce dll due to insufficient memory

2005-01-12 Thread Stewart Midwinter
On the desktop, I put my Pmw megawidgets in a completely separate location from the rest of my Python stuff, and I am able to import them easily. All I do is add that location to the path, like so: import sys sys.path[:0] = ["c:\\programs"] import Pmw Using this same approach on the PocketPC with