Re: is it possible to use different font within one wxpython static text widget?

2007-09-30 Thread hyena
[EMAIL PROTECTED] : > On Sep 12, 10:26 am, "hyena" <[EMAIL PROTECTED]> wrote: >> problem is as title, bear me if this too silly or too naive. >> >> I use wx.statictext widget to show some information in GUI, there are some >> numbers in the text

Re: is there some module update(install tools)?

2007-09-26 Thread hyena
"Adonis Vargas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hyena wrote: >> Hi, >> >> I am quite new to python and am looking for some tools that can install >> and update modules a bit more intelligent then "python setup.py

is there some module update(install tools)?

2007-09-24 Thread hyena
Hi, I am quite new to python and am looking for some tools that can install and update modules a bit more intelligent then "python setup.py install". Is there some thing like "yum" in fedora which can search and install/update packages automatically? thanks in advance! -- http://mail.pytho

is it possible to use different font within one wxpython static text widget?

2007-09-12 Thread hyena
problem is as title, bear me if this too silly or too naive. I use wx.statictext widget to show some information in GUI, there are some numbers in the text to be emphasized in bigger other color. For example, in sentence "the travel speed of this car is 40 km /hour", I would like "40" to be big

Re: handling tabular data in python--newbie question

2007-08-29 Thread hyena
Thanks Bruno and Steve for the quick answer! >What make you think such a thing ? I am also using R and java from time to time, and think it is very covinient that in R tables are handled as matrixs or data frames. Thus I expect python has something similiar. :) And I went for Steve's first sugg

handling tabular data in python--newbie question

2007-08-29 Thread hyena
Hi, Just jump in python few days. I am wondering how to store and index a table in python effectively and easily.I think the basic data types are not very straight foward to handle a table (eg, from csv or data base.) I have a csv file, the first row of it is column names and the rest rows