Mercurial > hg > nsaunier > traffic-intelligence
view python/tests/storage.txt @ 273:e4d232f9fc39
-Win32 OpenCV 2.3.4
-Fix for the retrieval of win32 dependancies (WGet was too old and unable to
get file over https)
| author | Jeep-Tour@Jeep-Tour-PC |
|---|---|
| date | Wed, 14 Nov 2012 16:21:14 -0500 |
| parents | dc1faa7287bd |
| children | bce1fe45d1b2 |
line wrap: on
line source
>>> from storage import * >>> loadPrototypeMatchIndexesFromSqlite("nonexistent") DB Error: no such table: prototypes [] >>> loadTrajectoriesFromSqlite("nonexistent", 'feature') DB Error: no such table: positions DB Error: no such table: velocities []
