2 new revisions:
Revision: c90f75f0e630
Branch: default
Author: Adam Bark
Date: Wed Jan 9 13:03:35 2013
Log: Added a note about the windows installer not working with
python2.7....
http://code.google.com/p/pyglet/source/detail?r=c90f75f0e630
Revision: 3888a2547945
Branch: default
Author: Adam Bark
Date: Wed Jan 9 13:07:18 2013
Log: Merge latest changes from googlecode.
http://code.google.com/p/pyglet/source/detail?r=3888a2547945
==============================================================================
Revision: c90f75f0e630
Branch: default
Author: Adam Bark
Date: Wed Jan 9 13:03:35 2013
Log: Added a note about the windows installer not working with
python2.7.
This is a temporary fix for issue 488 which should be resolved when
pyglet-1.2 is released.
http://code.google.com/p/pyglet/source/detail?r=c90f75f0e630
Modified:
/website/download.xml
=======================================
--- /website/download.xml Tue Jul 17 17:58:19 2012
+++ /website/download.xml Wed Jan 9 13:03:35 2013
@@ -34,6 +34,14 @@
href="
http://pyglet.googlecode.com/files/pyglet-1.1.4.dmg">pyglet-1.1.4.dmg</a>:
Mac OS X
disk image, includes AVbin-5</li>
</ul>
+ <h4>note about windows installer</h4>
+ <p>
+ The pyglet-1.1.4.msi installer only works with python versions 2.4,
2.5 or
+ 2.6; if you wish to use python 2.7 please install from source. Simply
+ download the source tarball or zip, unpack it, enter the directory and
run:
+ "python setup.py install". Alternatively if you are familiar with
pip, "pip
+ install pyglet" will install pyglet-1.1.4.
+ </p>
<h3>documentation</h3>
<p>
==============================================================================
Revision: 3888a2547945
Branch: default
Author: Adam Bark
Date: Wed Jan 9 13:07:18 2013
Log: Merge latest changes from googlecode.
http://code.google.com/p/pyglet/source/detail?r=3888a2547945