/[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 2645 by bh, Tue Jul 5 19:38:39 2005 UTC
# 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
# Line 76  you have to build the message catalogs m Line 76  you have to build the message catalogs m
76  See po/README for more information.  See po/README for more information.
77    
78    
79    Build Troubleshooting
80    ---------------------
81    
82    When building Thuban, you might have problems because of a missing file
83    wx/wxPython/wxPython.h.  This file is part of wxPython and may be
84    packaged in a separate package.  Unfortunately, on some systems this
85    file is not packaged at all.  On those systems you can try a work-around
86    built into Thuban, by passing the --use-wx-python-swig-hack to the
87    build_ext command.  This can be done on the command line for the build
88    command like this:
89    
90       python setup.py  build_ext --use-wx-python-swig-hack  build
91    
92    You can also use it with the install_local command:
93    
94       python setup.py  build_ext --use-wx-python-swig-hack  install_local
95    
96    Note, that this work-around relies on some wxPython internals and may
97    cease to work at some point.  We tested it with wxPython 2.4 and
98    wxPython 2.5.
99    
100    
101  License  License
102  -------  -------
103    

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26