Hi Martin, the module t.connect is a C module and must be build before the python temporal library, since the library was making use of this module at import time. That's the reason why this module is located in lib/temporal. That wasn't a good solution. So i have implemented an init() method in the python temporal library that make use of t.connect at run time. I think it may be safe now to move t.connect into the temporal module directory. I will check this.
Best regards Soeren 2013/6/2 Martin Landa <[email protected]> > Hi, > > just a quick observation. Shouldn't be `t.connect` placed in > > `temporal` directory > > instead of > > `lib/temporal` > > ? > > Martin > > -- > Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa > _______________________________________________ > grass-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-dev >
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
