[wxPython-users] memory usage and custom compilation
Christopher Barker
Chris.Barker at noaa.gov
Fri Jan 19 08:49:24 PST 2007
Robin Dunn wrote:
> If you don't import wx.media, wx.stc, wx.xrc modules then you won't be
> loading that code. The wx XML code is used by the wx.xrc module, and
> Net is used by wx.html, and the DB code is already disabled by default.
Darn.
I'm hoping to get wxPython working on the Nokia 770, which is pretty
memory limited (64mb). I was hoping it would be possible to trim down
memory usage a fair bit by not using some of those modules.
Do you think it's as small as can be?
What about removing wxGrid, maybe wxHtml, or other "large" classes that
might not be used by a given app?
Is there hope? or should I just give up and buy the new Nokia n800,
which at least has 128mb?
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the wxpython-users
mailing list