- Timestamp:
- 06/07/10 10:15:01 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
sandbox/tsauerwein/server/docs/framework/spatial-databases.txt
r3550 r3560 269 269 270 270 (venv) $ python setup.py install 271 272 .. note:: 273 274 If you running into ``Segmentation Fault`` errors using this build, you can try to do 275 a ``static build``. This will download the latest SQLite3 amalgation file and link it 276 internally:: 277 278 (venv) $ python setup.py build_static install 271 279 272 280 Setting up a spatially-enabled database
