Re: PyQt on MAC OS X

2004-12-13 Thread whamoo
Michael McGarry <[EMAIL PROTECTED]> wrote:

> 
> thanks that did the trick!!!
> 
> One problem is my Window created in Qt appears underneath all others on
> the screen and focus never goes completely onto this window. Kind of weird.
> 
> Any ideas?

You must use pythonw for graphics application =)
So launch the script with pythonw instead of python ;-)

-- 
Whamoo www.rknet.it
Powerd by: MacOsX, Gnu/Linux Debian Sarge,
Amiga Os 3.9, Milk.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PyQt on MAC OS X

2004-12-14 Thread whamoo
dMichael McGarry <[EMAIL PROTECTED]> wrote:

> > You must use pythonw for graphics application =)
> > So launch the script with pythonw instead of python ;-)
> > 
> Thanks using pythonw did the trick.
> 
> I appreciate everyone's help.

;-) Happy programming with your mac and python


-- 
Whamoo www.rknet.it
Powerd by: MacOsX, Gnu/Linux Debian Sarge,
Amiga Os 3.9, Milk.
-- 
http://mail.python.org/mailman/listinfo/python-list


Help to find a library...

2004-12-22 Thread whamoo
Hello,

I'm looking for a library like ncurses, but that can be used also on
windows in a very simple way...

There is some library that do some like curses?

Thanks a lot

-- 
Whamoo www.rknet.it
Powerd by: MacOsX, Gnu/Linux Debian Sarge,
Amiga Os 3.9, Milk.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Help to find a library...

2004-12-22 Thread whamoo
Fredrik Lundh <[EMAIL PROTECTED]> wrote:

> "whamoo" <[EMAIL PROTECTED]> wrote:
> 
> > I'm looking for a library like ncurses, but that can be used also on
> > windows in a very simple way...
> >
> > There is some library that do some like curses?
> 
> here's one:
> 
> http://www.effbot.org/zone/console-index.htm

Thanks for this library, but i was looking for a cross-platform library,
i need it for linux, macosx, and also windows

I'm going to write a rouge-like game (nethack, adom, moria), but curses
only work on unix platform...

-- 
Whamoo www.rknet.it
Powerd by: MacOsX, Gnu/Linux Debian Sarge,
Amiga Os 3.9, Milk.
-- 
http://mail.python.org/mailman/listinfo/python-list