What's a good version of PyAUI?

I decided to get the PyAUI snapshot from the SVN repo. I got the
impression that I could just download the .py files from the web svn
browser and bundle it as a sub-package in my app. True?

I saw this:
http://svn.wxwidgets.org/svn/wx/wxPython/3rdParty/AGW/agw/aui/

Is this a good revision for me to take?

Thanks,
Ram.

Hi Ram,

···

2010/1/21 cool-RR <ram.rachum@gmail.com>:

I decided to get the PyAUI snapshot from the SVN repo. I got the
impression that I could just download the .py files from the web svn
browser and bundle it as a sub-package in my app. True?

That´s what we do for Task Coach. We have a thirdparty package that
includes stuff like agw.aui and agw.hypertreelist and
agw.customtreectrl, all copied from Subversion. In addition, I´d
recommend to subscribe to the commit mailinglist for wxpython so you
can see when Andrea makes significant updates.

Cheers, Frank