Re: ANN: PyGUI 2.3

2010-11-11 Thread Daniel Fetchinson
>> The problem is that some part of the application gets installed to >> >> /home/fetchinson/.local/lib/python2.6/site-packages/GUI >> >> and some other parts get installed to >> >> /home/fetchinson/.local/lib/python/site-packages/GUI > > Which parts get installed in which places, exactly? This ge

Re: ANN: PyGUI 2.3

2010-11-10 Thread Bill Janssen
Gregory Ewing wrote: > Daniel Fetchinson wrote: > > > Any reason your project is not easy_installable? > > Mainly because I'm not a setuptools user and haven't been > motivated to learn how to do this so far. Applause!! Bill -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: PyGUI 2.3

2010-10-29 Thread Gregory Ewing
Daniel Fetchinson wrote: Any reason your project is not easy_installable? Mainly because I'm not a setuptools user and haven't been motivated to learn how to do this so far. -- Greg -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: PyGUI 2.3

2010-10-29 Thread Gregory Ewing
Daniel Fetchinson wrote: The problem is that some part of the application gets installed to /home/fetchinson/.local/lib/python2.6/site-packages/GUI and some other parts get installed to /home/fetchinson/.local/lib/python/site-packages/GUI Which parts get installed in which places, exactly?

Re: ANN: PyGUI 2.3

2010-10-27 Thread Daniel Fetchinson
> PyGUI 2.3 is available: > >http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ > > This version works on Snow Leopard with PyObjC 2.3. > > > What is PyGUI? > -- > > PyGUI is a cross-platform GUI toolkit designed to be lightweight > and have a highly Pythonic API. Installation

Re: ANN: PyGUI 2.3

2010-10-26 Thread Terry Reedy
On 10/26/2010 10:54 AM, Daniel Fetchinson wrote: PyGUI 2.3 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ This version works on Snow Leopard with PyObjC 2.3. I suspect that "Python 2.3 or later is required." should read "Python 2.3 to Python 2.7 is required. -- Ter

Re: ANN: PyGUI 2.3

2010-10-26 Thread Daniel Fetchinson
> PyGUI 2.3 is available: > >http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ > > This version works on Snow Leopard with PyObjC 2.3. Any reason your project is not easy_installable? Cheers, Daniel -- Psss, psss, put it down! - http://www.cafepress.com/putitdown -- http://mail.pyth

ANN: PyGUI 2.3

2010-10-17 Thread Gregory Ewing
PyGUI 2.3 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ This version works on Snow Leopard with PyObjC 2.3. What is PyGUI? -- PyGUI is a cross-platform GUI toolkit designed to be lightweight and have a highly Pythonic API. -- Gregory Ewing greg.ew...@can