/[thuban]/branches/WIP-pyshapelib-bramz/README
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2139 by bernhard, Fri Mar 26 18:04:23 2004 UTC revision 2692 by bernhard, Fri Sep 15 08:04:01 2006 UTC
# Line 27  Thuban requires the following software t Line 27  Thuban requires the following software t
27    wxWidgets  2.4.0.4  http://www.wxwidgets.org (formerly known as wxWindows)    wxWidgets  2.4.0.4  http://www.wxwidgets.org (formerly known as wxWindows)
28    wxPython   2.4.0.4  http://www.wxpython.org    wxPython   2.4.0.4  http://www.wxpython.org
29    proj       4.4.5    http://www.remotesensing.org/proj/    proj       4.4.5    http://www.remotesensing.org/proj/
30    SQLite     2.8.3    http://www.hwaci.com/sw/sqlite/    SQLite     2.8.3    http://sqlite.org/
31    PySQLite   0.4.3    http://pysqlite.sourceforge.net    PySQLite   0.4.3    http://pysqlite.org/
32    
33  The versions given are the lowest versions that are known to work. for  The versions given are the lowest versions that are known to work. for
34  proj, sqlite and pysqlite somewhat older versions probably work as well.  proj, sqlite and pysqlite somewhat older versions probably work as well.
# Line 37  Note that the wxPython version must be t Line 37  Note that the wxPython version must be t
37    
38  Optional software:  Optional software:
39    
40    GDAL       1.1.8  http://www.remotesensing.org/gdal/    GDAL       1.2.5  http://www.remotesensing.org/gdal/
41       for raster image (geo-tiff) support       for raster image (geo-tiff) support
42    
43    psycopg    1.0.x  http://initd.org/software/psycopg    psycopg    1.0.x  http://initd.org/software/psycopg
44       for postgis connections. Newer version probably also work       for postgis connections. Newer version probably also work
45    
46      RXP        1.2.x  http://www.cogsci.ed.ac.uk/~richard/rxp.html
47      pyRXP      0.9    http://www.reportlab.org/pyrxp.html
48         only for the automatic tests to validate Thuban's XML files.
49    
50    
51  Installation  Installation
52  ------------  ------------
# Line 76  you have to build the message catalogs m Line 80  you have to build the message catalogs m
80  See po/README for more information.  See po/README for more information.
81    
82    
83    Build Troubleshooting
84    ---------------------
85    
86    When building Thuban, you might have problems because of a missing file
87    wx/wxPython/wxPython.h.  This file is part of wxPython and may be
88    packaged in a separate package.  Unfortunately, on some systems this
89    file is not packaged at all.  On those systems you can try a work-around
90    built into Thuban, by passing the --use-wx-python-swig-hack to the
91    build_ext command.  This can be done on the command line for the build
92    command like this:
93    
94       python setup.py  build_ext --use-wx-python-swig-hack  build
95    
96    You can also use it with the install_local command:
97    
98       python setup.py  build_ext --use-wx-python-swig-hack  install_local
99    
100    Note, that this work-around relies on some wxPython internals and may
101    cease to work at some point.  We tested it with wxPython 2.4 and
102    wxPython 2.5.
103    
104    
105  License  License
106  -------  -------
107    

Legend:
Removed from v.2139  
changed lines
  Added in v.2692

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26