Re: [sqlalchemy] Could someone please give an example of this paragraph in the Documentation -- Using the session?

2014-03-15 Thread Gery .
I also appreciate such example! Hope simple terminology with a simple example can replace the sometimes complicated documentation. Sent from my i386 On Mar 15, 2014, at 16:31, Michael Bayer mike...@zzzcomputing.com wrote: you have every reason to be confused by that paragraph, which is using

Re: [sqlalchemy] Docs in PDF are not being generated

2013-01-30 Thread Gery .
Standardization is always necessary, just a question, which tool would you suggest for converting things to PDF? Sent from my iBath On Jan 30, 2013, at 20:16, Michael Bayer mike...@zzzcomputing.com wrote: Keep in mind were ideally working with readthedocs standard tools. It really should be

RE: [sqlalchemy] tsvector

2012-12-06 Thread Gery .
of a richly functional type: http://hg.sqlalchemy.org/sqlalchemy/file/4abc02fbc36b/lib/sqlalchemy/dialects/postgresql/hstore.py On Dec 5, 2012, at 5:37 PM, Gery . wrote:I was searching in google about tsvector (postgresql) implemented in sqlalchemy or geoalchemy but seems to me that it's

[sqlalchemy] tsvector

2012-12-05 Thread Gery .
I was searching in google about tsvector (postgresql) implemented in sqlalchemy or geoalchemy but seems to me that it's not implemented yet. After searching for it in [1], it didn't match anything. Sanjay, however, gives a way to do this [2] but seems confusing to me, is it possible to use

RE: [sqlalchemy] can't adapt type 'centroid'

2012-11-27 Thread Gery .
Thanks Mike, I tried it but it seems this mailing list is not working, someone knows if it does? From: mike...@zzzcomputing.com Subject: Re: [sqlalchemy] can't adapt type 'centroid' Date: Mon, 26 Nov 2012 20:43:04 -0500 To: sqlalchemy@googlegroups.com trying to get the attention of the

RE: [sqlalchemy] can't adapt type 'centroid'

2012-11-27 Thread Gery .
it does, thanks From: gameji...@hotmail.com To: sqlalchemy@googlegroups.com Subject: RE: [sqlalchemy] can't adapt type 'centroid' Date: Tue, 27 Nov 2012 08:47:53 + Thanks Mike, I tried it but it seems this mailing list is not working, someone knows if it does? From:

[sqlalchemy] can't adapt type 'centroid'

2012-11-26 Thread Gery .
Hi all, newbie question here, I'm getting this error message: *** $ python model.py /usr/lib64/python2.6/site-packages/sqlalchemy/engine/reflection.py:47: SAWarning: Did not recognize type 'geometry' of column 'geom' ret = fn(self, con, *args, **kw) DB Columns

RE: [sqlalchemy] live access to postgis database to use in ExtJS, OpenLayers, etc

2012-10-03 Thread Gery .
that, perhaps with just SqlAlchemy, but I think a RESTful framework could work also. Many thanks also Michael for your email, helpful as always. Cheers, Gery __ Piensa en el medio ambiente - mantenlo en la

RE: [sqlalchemy] live access to postgis database to use in ExtJS, OpenLayers, etc

2012-10-02 Thread Gery .
, Oct 1, 2012 at 11:38 PM, Gery . gameji...@hotmail.com wrote: thanks but I want to use that live access to search at first through ExtJS/GeoExtJS/OpenLayers and through them there is only a url available (protocol HTTP), I also need to get the data as GeoJSON, so I think GeoAlchemy might

[sqlalchemy] __main__ error

2012-08-29 Thread Gery .
* I'm working with python2.4 and SA 0.7.8 in rhel5 (32-bit). Any hint is appreciated, Best regards, Gery __ Piensa en el medio ambiente - mantenlo en la

RE: [sqlalchemy] __main__ error

2012-08-29 Thread Gery .
) ** whit the same print.alldata I can output all the rows, but in this way I don't know how to make the mapper(Boreholes, boreholes) I used in the first place. Is it possible to print all the rows with my original code? Thanks, Gery

RE: [sqlalchemy] __main__ error

2012-08-29 Thread Gery .
Thanks Simon, that's the way, it works well, but is it possible to output all the tables without specifying every column? Thanks, Gery __ Piensa en el medio ambiente - mantenlo en la pantalla

RE: [sqlalchemy] __main__ error

2012-08-29 Thread Gery .
, Gery . gameji...@hotmail.com wrote: thanks Robert, using your suggestion I get: ['__class__', '__delattr__', '__dict__', '__doc__', '__getattribute__', '__hash__', '__init__', '__module__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__str__', '__weakref__

RE: [sqlalchemy] __main__ error

2012-08-29 Thread Gery .
cool, thanks Robert, I'll try that and see what comes up, Cheers, Gery __ Piensa en el medio ambiente - mantenlo en la pantalla. NO lo imprimas si NO es necesario. Think green - keep it on the screen

RE: [sqlalchemy] how to get into PG database, is the url the right way? newbie question

2012-08-18 Thread Gery .
and now I can connect my PG tables with python, but so far I don't understand how to link this with OL protocol or GeoExt url. Thanks again for you answer and I'd be cool to have some further ideas about this. Cheers, Gery

RE: [sqlalchemy] Re: how to get into PG database, is the url the right way? newbie question

2012-08-17 Thread Gery .
Thanks Simon again for your nice explanation, I finally found a way to do that, thanks. Cheers, Gery __ Piensa en el medio ambiente - mantenlo en la pantalla. NO lo imprimas si NO es necesario

[sqlalchemy] Re: how to get into PG database, is the url the right way? newbie question

2012-08-14 Thread Gery
any ideas?? basically the idea is how to search inside a database being outside the database, especifically through SqlAlchemy from OpenLayers? On Monday, August 13, 2012 9:23:43 PM UTC+2, Gery wrote: Hello, I'm new around here and I've been using SQLalchemy (SA) for a while. I work

Re: [sqlalchemy] Re: how to get into PG database, is the url the right way? newbie question

2012-08-14 Thread Gery
://localhost/mop/py/dbmodel.py link, I get the whole model (I think this should be my model, is it right?), so the Apache works well =): #created: 30 July 2012 #updated: 12 August 2012 #Gery from sqlalchemy import * from sqlachemy import create_engine, MetaData, Table from sqlalchemy.orm import * from

RE: [sqlalchemy] Re: how to get into PG database, is the url the right way? newbie question

2012-08-14 Thread Gery .
(perahps the easiest one) of doing this, I'd be really grateful, but you already helped me a lot, thanks man. Cheers, Gery Hi Gery, At the moment, your javascript code (running in your web browser) is making an HTTP request to Apache. Apache is simply returning the contents

[sqlalchemy] how to get into PG database, is the url the right way? newbie question

2012-08-13 Thread Gery
that solved this doubt. Any support is very welcome, thanks in advance. Best regards, Gery -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To view this discussion on the web visit https://groups.google.com/d/msg/sqlalchemy/-/7GJay8SzKUUJ. To post