upgrade from an old wxPython application

Hi,

I have an old application (dirssync) which uses an old API starting
with
from wxPython.wx import *

I try to convert this to the up-to-date wx class.

But how can I find out the equivalent of e.g. wxNotebookSizer and
probably a lot more
of these old classes/methods.

Is there an upgrade guide?

Many thanks for a hint,
Helmut.

Hi,

ยทยทยท

On Fri, Feb 19, 2010 at 10:53 AM, HWJ <jarausch@igpm.rwth-aachen.de> wrote:

Hi,

I have an old application (dirssync) which uses an old API starting
with
from wxPython.wx import *

I try to convert this to the up-to-date wx class.

But how can I find out the equivalent of e.g. wxNotebookSizer and
probably a lot more
of these old classes/methods.

Is there an upgrade guide?

Yes http://www.wxpython.org/migrationguide.php

Cody