hi group i am running into a problem with gtk. i have a treeview that
just displays tabular data (no down arrows or trees etc). it has 5
columns. The tiny problem i am having is that it is just display the
data of the column named `title` in all the colums!
here the pic of the app in action
finally i solved it. This for any googler who comes this way
def show_sync_wind(self,obj, data = None):
t = Template.select(Template.q.synced == '0')
self.synclstore = gtk.ListStore(str,str,str,str,str)
x = 0
cr = gtk.CellRend
regards
binaryjesus
On Jul 31, 12:10 pm, Tim Roberts <[EMAIL PROTECTED]> wrote:
> LessPaul <[EMAIL PROTECTED]> wrote:
>
> >...My
> >question is in regard to GUI platforms. My primary target would be
> >Windows, but I would also like be able to support Linux and M
hi i am working on a S3 project and facing a really weird problem!
take a look at the following import statements and the time output
>>> import time
>>> time.strftime("%a, %d %b %Y %X GMT", time.gmtime())
'Sat, 02 Aug 2008 20:21:56 GMT'
# OK
>>> import pygtk
>>> time.strftime("%a, %d %b %Y %X G
On Aug 3, 1:46 am, Paul Hankin <[EMAIL PROTECTED]> wrote:
> On Aug 2, 10:35 pm, binaryjesus <[EMAIL PROTECTED]> wrote:
>
>
>
> > hi i am working on a S3 project and facing a really weird problem!
> > take a look at the following import statements and t
i have a lot of experience in gmail. i use it to store 100GB's of
server backup on it.
the form: field will be equal to the gmail acc u login with.
you are not clear with ur cc: so i cant offer any help on it. but u
can include multiple addresses in the To: and use Bcc:
since python doesnt inclu
On Aug 12, 8:48 am, "Prof. William Battersea"
<[EMAIL PROTECTED]> wrote:
> Hello,
>
> Suppose I have a Vista machine called VISTA and an XP machine called
> XP in a workgroup named WORKGROUP. Physically they're connected to a
> router and I can see lists of public and shared files on each of them.
On Aug 14, 6:11 am, [EMAIL PROTECTED] wrote:
> Hi,
> I am newbie in python. I am working on Telit GM862 GPS/GPRS module
> which has python interpreter built in. But it seems this problem is
> pretty much related to general python structure.
>
> I need a promt/terminal when the device is connected t
hi everyone,
first of all
I had written an app using pygtk module and created the GUI with
glade.All the development was done on a linux machine and the app was
working fine all this tme in linux.
now, the thing is i have to change the development environment to
windows. So this means that i have
On Sep 16, 9:48 pm, Mr.SpOOn <[EMAIL PROTECTED]> wrote:
> Hi,
> I need to parse a midi file with Python. What I exactly need is the
> possibility to distinguish all notes in all channels in a midi file
> and put them in a list or something.
>
> I've found this:
>
> http://groups.google.com/group/al
10 matches
Mail list logo