Re: [ubuntu-uk] Python: easygui and the like

2008-04-24 Thread Jai Harrison
Hey Eddie,

I'll try out wxPython (just installing it now). As for the PYTHONPATH
thing I'll look at their docs only if wxPython doesn't meet my
requirements.

Thanks :)

Jai

On Thu, Apr 24, 2008 at 1:15 PM, Eddie Armstrong
<[EMAIL PROTECTED]> wrote:
> Jai Harrison wrote:
>  > Hey guys and girls,
>  >
>  > I'm interested in setting easygui up so that I can produce graphical
>  > applications with Python. It seems to be the easiest/best method I've
>  > found for producing the such but I can't work out how, exactly, to
>  > install it. It says I have to place it in my PYTHONPATH.
>  >
>  Pythonpath is set in python  = see python documentation for details
>  > I also took a quick look at Tkinter ... is not in any of the default Ubuntu
>  > repositories.
>  Try under python-tk in adept or repos
>
>  You might prefer wxPython - which has more widgets and a better look
>  in adept it's listed as python-wxaddons
>  or even the free version of python qt4
>  (see their respective websites)
>  Hope this helps
>  Eddie
>
>  --
>  ubuntu-uk@lists.ubuntu.com
>  https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
>  https://wiki.ubuntu.org/UKTeam/
>

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


Re: [ubuntu-uk] Python: easygui and the like

2008-04-24 Thread Eddie Armstrong
Jai Harrison wrote:
> Hey guys and girls,
>
> I'm interested in setting easygui up so that I can produce graphical
> applications with Python. It seems to be the easiest/best method I've
> found for producing the such but I can't work out how, exactly, to
> install it. It says I have to place it in my PYTHONPATH.
>   
Pythonpath is set in python  = see python documentation for details
> I also took a quick look at Tkinter ... is not in any of the default Ubuntu
> repositories. 
Try under python-tk in adept or repos

You might prefer wxPython - which has more widgets and a better look
in adept it's listed as python-wxaddons
or even the free version of python qt4
(see their respective websites)
Hope this helps
Eddie

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/


[ubuntu-uk] Python: easygui and the like

2008-04-24 Thread Jai Harrison
Hey guys and girls,

I'm interested in setting easygui up so that I can produce graphical
applications with Python. It seems to be the easiest/best method I've
found for producing the such but I can't work out how, exactly, to
install it. It says I have to place it in my PYTHONPATH.

I also took a quick look at Tkinter which, despite claiming it's
included in most Unix platforms, is not in any of the default Ubuntu
repositories. I might like to try that as well or instead.

Does anyone have any experience with either of these and which would
they suggest to a beginner in Python development (I have used Visual
Basic and PHP quite a lot before)? Furthermore can you advise how to
install them on Ubuntu?

Thanks for your time :)

Jai

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.org/UKTeam/