> >Having not yet used wxPython, I'm not sure how "native" its apps look,
> >but people seem to like its power.
>
> I very much like it on WinXP, and it works (and looks good) on OSX,
> but some advanced widgets don't work.
> see www.wxpython.org
After downloading wxPython itself, there is also a
>Having not yet used wxPython, I'm not sure how "native" its apps look,
>but people seem to like its power.
I very much like it on WinXP, and it works (and looks good) on OSX,
but some advanced widgets don't work.
see www.wxpython.org
Best regards,
Henning Hraban Ramm
Südkurier Medienhaus / Media
The easiest way to know if you have a package is to try to import it.
Don't forget that Python has a command-line interpreter. Just run it and
type "import SciPy" and see if it works!
If you want to learn idiomatic Python one of the best places to go is
the Python Cookbook. I'd recommend buying th
Hello to all
I've been writing PHP web apps for about 3 years now and I took one
JAVA course over that time.
I'm looking to get into "real" programming and I've chosen Python as
my intro to it.
I"ve installed the framework build of 2.4.1 on my Tiger install and
i've tried to read a lot of