[FGS] OpenEV Question

Tyler Mitchell tylermitchell at shaw.ca
Fri Jul 9 02:10:24 EDT 2004


On Thursday 08 July 2004 22:48, Frank Warmerdam wrote:
> To make psycopg available as part of FGS, I think it should be included
> in the lib/python2.3/site-packages directory of the Python FGS package.
> If you wanted to make it useful within OpenEV in some manner you could
> write a "tool" and dump that in the share/openev/tools directory.  But
> you would need to consider how you wanted it to interact within OpenEV.

I was also thinking of making these  a sort of sub-package, modules packages 
for Python that install using fgsinstall too.  That way we don't have to 
bloat it up too much for those who don't care about certain pieces.  Even if 
we want to end up throwing them until the default python package, it at least 
makes my setup of it a bit more compartimentalized.

When I use "import pg" what module is it using?  It's just called:
/usr/lib/python2.3/site-packages/pg.py

I think psycopg and another pgsql module have been merged to create this dbi 
compliant one.  That's the one I'll be pulling in.

Tyler


More information about the Foss-gis-suite mailing list