>> 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
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
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
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?
> 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
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
> 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
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