ObjectListView - how to install it

For long I used wxListCtrl but last year I heard of the gem. Now I
need to use it in my application. How do I install it? Is there a good
documentation on it?
Thanks

It's probably something like "python setup.py install"

···

On 1/25/10 12:53 PM, evstevemd wrote:

For long I used wxListCtrl but last year I heard of the gem. Now I
need to use it in my application. How do I install it?

--
Robin Dunn
Software Craftsman

evstevemd wrote:

For long I used wxListCtrl but last year I heard of the gem. Now I
need to use it in my application. How do I install it? Is there a good
documentation on it?
Thanks

Hello,

For documentation: ObjectListView — ObjectListView v1.2 documentation
I found the Getting Started page very useful. Also the examples are quite good.

Raphael

Thanks alot guys

···

On Jan 26, 1:14 am, Raphael Mayoraz <may...@netplus.ch> wrote:

evstevemd wrote:
> For long I used wxListCtrl but last year I heard of the gem. Now I
> need to use it in my application. How do I install it? Is there a good
> documentation on it?
> Thanks

Hello,

For documentation:ObjectListView — ObjectListView v1.2 documentation
I found the Getting Started page very useful. Also the examples are
quite good.

Raphael

http://objectlistview.sourceforge.net/python/

IIRC, you just need to download it, unzip to a temp folder and use setup.py install. Or get the SVN version and do setup.py.

Werner

···

On 25/01/2010 21:53, evstevemd wrote:

For long I used wxListCtrl but last year I heard of the gem. Now I
need to use it in my application. How do I install it? Is there a good
documentation on it?
Thanks