projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65191ae
)
Fixed a potential python version problem
author
Robin Dunn
<robin@alldunn.com>
Wed, 3 Oct 2001 06:13:26 +0000
(06:13 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Wed, 3 Oct 2001 06:13:26 +0000
(06:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11800
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/b
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/b
b/wxPython/b
index 530ce7aaede6fca7f917a946e5f74463c106166c..cd240e9772fb687b17a6d412e0d83edcba959ebf 100755
(executable)
--- a/
wxPython/b
+++ b/
wxPython/b
@@
-18,7
+18,7
@@
shift
python$PYVER -c "import sys;print '\n', sys.version, '\n'"
-WXPYVER=`python -c "import setup;print setup.VERSION"`
+WXPYVER=`python
$PYVER
-c "import setup;print setup.VERSION"`
SETUP="python$PYVER -u setup.py"
FLAGS="USE_SWIG=1 IN_CVS_TREE=1"
OTHERFLAGS=""