bh: thuban README,1.8,1.9
cvs@intevation.de
cvs at intevation.de
Tue Apr 5 23:13:05 CEST 2005
Author: bh
Update of /thubanrepository/thuban
In directory doto:/tmp/cvs-serv30182
Modified Files:
README
Log Message:
Add section on potential build problems which explains
how the work-around for a missing wxPython.h is activated.
Index: README
===================================================================
RCS file: /thubanrepository/thuban/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- README 26 Mar 2004 18:04:23 -0000 1.8
+++ README 5 Apr 2005 21:13:03 -0000 1.9
@@ -76,6 +76,28 @@
See po/README for more information.
+Build Troubleshooting
+---------------------
+
+When building Thuban, you might have problems because of a missing file
+wx/wxPython/wxPython.h. This file is part of wxPython and may be
+packaged in a separate package. Unfortunately, on some systems this
+file is not packaged at all. On those systems you can try a work-around
+built into Thuban, by passing the --use-wx-python-swig-hack to the
+build_ext command. This can be done on the command line for the build
+command like this:
+
+ python setup.py build_ext --use-wx-python-swig-hack build
+
+You can also use it with the install_local command:
+
+ python setup.py build_ext --use-wx-python-swig-hack install_local
+
+Note, that this work-around relies on some wxPython internals and may
+cease to work at some point. We tested it with wxPython 2.4 and
+wxPython 2.5.
+
+
License
-------
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)