pygtk treview, ListStore not displaying properly

2008-07-29 Thread binaryjesus
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

Re: pygtk treview, ListStore not displaying properly

2008-07-29 Thread binaryjesus
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

Re: Newbie Python questions

2008-07-31 Thread binaryjesus
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

why goes the time change after import statement ?

2008-08-02 Thread binaryjesus
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

Re: why goes the time change after import statement ?

2008-08-02 Thread binaryjesus
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

Re: SMTP via GMAIL

2008-08-02 Thread binaryjesus
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

Re: File reading across network (windows)

2008-08-12 Thread binaryjesus
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.

Re: Read from serial port

2008-08-14 Thread binaryjesus
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

Porting a pygtk app to Windows

2008-09-16 Thread binaryjesus
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

Re: parse a midi file

2008-09-16 Thread binaryjesus
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