wxPython from CVS (WX_2_4_BRANCH) : 'wxGetFreeMemory' problem

>
>Sebastian Haase wrote:
I updated yesterday from CVS with this:
cvs update -r WX_2_4_BRANCH
wxWindows built fine on GTK - the demos run.

With wxPython it complains about 'wxGetFreeMemory' not being an attribute of
> miscc.
> I vaguely remember having run into this before but forgot how I solved it
?

I just checked in a buch of updates on the 2.4 branch that have been
waiting for a while. Please update from CVS and try again.

Still same error. Any other idea ? Can "temporarily" take 'wxGetFreeMemory'
out - to just get going again ... ?

Thanks,
Sebastian Haase

I just looked into misc.i and defines wxGetFreeMemory only if __WXMSW__ is
defined. But I'm using GTK on Linux !

What does that mean ?

Thanks for any help,
Sebastian Haase

···

On Thursday 15 January 2004 11:48 am, Sebastian Haase wrote:

> >Sebastian Haase wrote:
>
> I updated yesterday from CVS with this:
> cvs update -r WX_2_4_BRANCH
> wxWindows built fine on GTK - the demos run.
>
> With wxPython it complains about 'wxGetFreeMemory' not being an attribute
> of
>
> > miscc.
> > I vaguely remember having run into this before but forgot how I solved
> > it
>
> ?
>
> I just checked in a buch of updates on the 2.4 branch that have been
> waiting for a while. Please update from CVS and try again.

Still same error. Any other idea ? Can "temporarily" take
'wxGetFreeMemory' out - to just get going again ... ?

Thanks,
Sebastian Haase

Sebastian Haase wrote:

Sebastian Haase wrote:

I updated yesterday from CVS with this:
cvs update -r WX_2_4_BRANCH
wxWindows built fine on GTK - the demos run.

With wxPython it complains about 'wxGetFreeMemory' not being an attribute of

miscc.
I vaguely remember having run into this before but forgot how I solved it

?

I just checked in a buch of updates on the 2.4 branch that have been waiting for a while. Please update from CVS and try again.

Still same error. Any other idea ? Can "temporarily" take 'wxGetFreeMemory' out - to just get going again ... ?

Are you sure that you are using the new files? Did you rerun the setup.py install? Did the files get installed to where you are importing from? If you look at wxPython/src/gtk/misc.py you updated from CVS there should not be any reference to wxGetFreeMemory, and that file should have been installed to wherever you are importing the wxPython package from.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!