Re: [Tutor] Tkinter, how to retrieve information about an object on canvas

2012-11-15 Thread Alan Gauld
On 15/11/12 02:32, Matheus Soares da Silva wrote: Hello, I would like to be able to get information from a Tkinter canvas object. (color, width, tags, root points, etc), I wrote the following function that, with a canvas bind, returns me the widget that has been clicked on, the widget is retu

[Tutor] Plot multiple lines using python / basemap

2012-11-15 Thread Boris Vladimir Comi
Hi all: I have begun to learn about python / matplolib / basemap and really need some help. My data is in an Excel workbook with the following structure: Evento FechaLatitud Longitud Hora (UTC)

Re: [Tutor] Tkinter, how to retrieve information about an object on canvas

2012-11-15 Thread Peter Otten
Matheus Soares da Silva wrote: > Hello, I would like to be able to get information from a Tkinter canvas > object. (color, width, tags, root points, etc), > > I wrote the following function that, with a canvas bind, returns me the > widget that has been clicked on, the widget is returned as a tu

Re: [Tutor] Plot multiple lines using python / basemap

2012-11-15 Thread Dave Angel
On 11/15/2012 04:20 AM, Boris Vladimir Comi wrote: > > Hi all: > > I have begun to learn about python / matplolib / basemap and really need some > help. > > My data is in an Excel workbook with the following structure: > > Evento FechaLatitud

Re: [Tutor] Plot multiple lines using python / basemap

2012-11-15 Thread Mark Lawrence
On 15/11/2012 09:20, Boris Vladimir Comi wrote: Hi all: I have begun to learn about python / matplolib / basemap and really need some help. How to open excel file in python? As Dave Angel has suggested save your data in csv format or use this http://www.python-excel.org/ I would like

[Tutor] PostreSQL

2012-11-15 Thread Válas Péter
Hi folks, Here are to listings of Python interfaces to PostgreSQL: Postgres wiki: http://wiki.postgresql.org/wiki/Python Python wiki: http://wiki.python.org/moin/PostgreSQL I have Python 3.2.3. Does anybody have experiences with these modules? Which is worth to use? Any point of view to compare t

Re: [Tutor] PostreSQL

2012-11-15 Thread Válas Péter
Two listings, of course. :-) I failed to tell that my PG version is "PostgreSQL 8.1.2" (and my client uses Windows 7, if this has relevance). 2012/11/15 Válas Péter > Hi folks, > > Here are to listings of Python interfaces to PostgreSQL: > Postgres wiki: http://wiki.postgresql.org/wiki/Python >

Re: [Tutor] Tkinter, how to retrieve information about an object on canvas

2012-11-15 Thread Matheus Soares da Silva
2012/11/15 Peter Otten <__pete...@web.de> > Matheus Soares da Silva wrote: > > > Hello, I would like to be able to get information from a Tkinter canvas > > object. (color, width, tags, root points, etc), > > > > I wrote the following function that, with a canvas bind, returns me the > > widget t

Re: [Tutor] PostreSQL

2012-11-15 Thread James Reynolds
Psycopg2 is the driver for postgres. Not sure if it is py3k compliant On Nov 15, 2012 6:13 AM, "Válas Péter" wrote: > Two listings, of course. :-) > I failed to tell that my PG version is "PostgreSQL 8.1.2" (and my client > uses Windows 7, if this has relevance). > > 2012/11/15 Válas Péter > >>