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
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)
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
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
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
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
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
>
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
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
>
>>