浏览代码

minor fixes

spiessbuerger 10 年之前
父节点
当前提交
bb4f38085b

+ 1 - 1
doc/examples.rst

@@ -11,7 +11,7 @@ with different frameworks:
 - `A tkinter application <https://github.com/takluyver/pynsist/tree/master/examples/tkinter>`_
 - `A PyQt4 application <https://github.com/takluyver/pynsist/tree/master/examples/pyqt>`_
 - `A PyGTK application <https://github.com/takluyver/pynsist/tree/master/examples/pygtk>`_
-- 'A PyGTK application including Numpy and Matplotlib (32 bit, Python 2.7) <https://github.com/takluyver/pynsist/tree/master/examples/pygtk_mpl_numpy>`_
+- `A PyGTK application including Numpy and Matplotlib (32 bit, Python 2.7) <https://github.com/takluyver/pynsist/tree/master/examples/pygtk_mpl_numpy>`_
 - `A pygame application <https://github.com/takluyver/pynsist/tree/master/examples/pygame>`_
 
 Real-world examples

+ 2 - 2
examples/pygtk_mpl_numpy/README.rst

@@ -33,7 +33,7 @@ Matplotlib
 The example downloads the 32-bit Python 2.7 bindings of Matplotlib 1.4.3
 (matplotlib-1.4.3.win32-py2.7.exe).
 
-In the :code:`installer.cfg` Matplotlib additionally requires the sig, dateutil
+In the :code:`installer.cfg` Matplotlib additionally requires the six, dateutil
 and pyparsing packages:
 
 ::
@@ -84,7 +84,7 @@ The example is customized for 32-bit and Python 2.7. This is expressed in the
 
 ::
 
-    version=2.7.7
+    version=2.7.9
     bitness=32
 
 The include section requires pygtk, numpy and matplotlib. In order to satisfy the

+ 0 - 1
examples/pygtk_mpl_numpy/grab_files.sh

@@ -3,7 +3,6 @@ wget -O gtkbundle.zip http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gt
 wget -O pygobject.exe http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.28/pygobject-2.28.3.win32-py2.7.exe
 wget -O pycairo.exe http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.8/pycairo-1.8.10.win32-py2.7.exe
 wget -O pygtk.exe http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-2.24.0.win32-py2.7.exe
-#Numpy and Matplotlib are both the bindings for Python 2.7 and 32-bit, but will work on a 64-bit Windows
 wget -O numpy.exe http://downloads.sourceforge.net/project/numpy/NumPy/1.9.2/numpy-1.9.2-win32-superpack-python2.7.exe
 wget -O matplotlib.exe https://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.4.3/windows/matplotlib-1.4.3.win32-py2.7.exe
 

+ 1 - 1
examples/pygtk_mpl_numpy/installer.cfg

@@ -5,7 +5,7 @@ entry_point=hellomatplotlib:main
 extra_preamble=gtk_preamble.py
 
 [Python]
-version=2.7.7
+version=2.7.9
 bitness=32
 
 [Include]