I'm pleased to announce pyglet 1.1.4-rc1

2 views
Skip to first unread message

Ben Smith

unread,
Nov 1, 2009, 3:52:42 PM11/1/09
to pyglet-users
Hello,

I've managed to get everything put in packages for people to try out
on their respective systems. This is a release candidate because it's
my first pyglet release, and the variants on pyglet are complex.
Please give it a try, if it's good we'll make it the final and update
pyglet.org and pypi.

The packages are available on google code for the time being at
http://code.google.com/p/pyglet/

Enjoy! Thanks for all the help getting this release out!

-b

Alex Holkner

unread,
Nov 1, 2009, 4:44:37 PM11/1/09
to pyglet...@googlegroups.com
Congrats :-)

Richard Jones

unread,
Nov 1, 2009, 5:13:03 PM11/1/09
to pyglet...@googlegroups.com

Awesome! Congratulations and a huge thanks to everyone who helped get
this release out!


Richard

Nathan

unread,
Nov 1, 2009, 7:00:20 PM11/1/09
to pyglet...@googlegroups.com

Is there a page with release notes somewhere? I'm jut looking for
quick summary of what has changed...

~ Nathan

Ben Smith

unread,
Nov 1, 2009, 11:28:15 PM11/1/09
to pyglet-users
Sure is!

http://code.google.com/p/pyglet/source/browse/tags/pyglet-1.1.4-rc1/CHANGELOG

-b

On Nov 1, 4:00 pm, Nathan <nathan.sto...@gmail.com> wrote:
> On Sun, Nov 1, 2009 at 1:52 PM, Ben Smith
>

Jonathan Hartley

unread,
Nov 5, 2009, 9:23:13 AM11/5/09
to pyglet-users
Dumb question time: Can I install a source download like to this a
virtualenv? I figured running 'setup.py install' using the
'python.exe' within the virtual env might do it, but no joy thus far.
I'm on Windows today, and it's doing this:

> virtualenv ve
New python executable in ve\Scripts
\python.exe
Installing
setuptools..............done.

> ve\Scripts\activate.bat

(ve) > ve\Scripts\python.exe ..\pyglet-1.1.4\setup.py
install
running
install
running
build
running
build_py
error: package directory 'pyglet' does not
exist



On Nov 2, 4:28 am, Ben Smith <benjamin.coder.sm...@gmail.com> wrote:
> Sure is!
>
> http://code.google.com/p/pyglet/source/browse/tags/pyglet-1.1.4-rc1/C...

Jonathan Hartley

unread,
Nov 5, 2009, 9:27:29 AM11/5/09
to pyglet-users
Oops, sorry fixed it. Current directory has to be the place where
setup.py lives:

(ve) > cd ..\pyglet-1.1.4
(ve) > ..\PROJECTDIR\ve\Scripts\python.exe setup.py install

works fine.

Richard Jones

unread,
Nov 5, 2009, 3:14:50 PM11/5/09
to pyglet...@googlegroups.com
On 06/11/2009, at 1:27 AM, Jonathan Hartley wrote:
> (ve) > ..\PROJECTDIR\ve\Scripts\python.exe setup.py install

On OS X at least activating the virtualenv puts the ve's python
interpreter in $PATH


Richard

Jonathan Hartley

unread,
Nov 6, 2009, 2:55:43 AM11/6/09
to pyglet-users
So it does. Windows too. Thanks! I told you it was dumb question time.
Reply all
Reply to author
Forward
0 new messages