On Mon, Oct 31, 2011 at 2:20 PM, Richard Jones <r1chardj0...@gmail.com>wrote:

> On 1 November 2011 00:35, greenmoss <ktygoo...@yoderhome.com> wrote:
> > Yeah I apologize, "weird" isn't a useful description. I gave up on it
> > and returned to 32-bit. To run all the tests, do I just invoke
> > "nosetests" from inside the pyglet directory?
>
> No, they're not usual unit tests. You need to "pypy tests/test.py"
>

I think his question didn't involve pypy, and if so, then according to the
module docstring of tests/test.py (and my very vague memory), the command
you want is

% python tests/test.py

If you also want to tell OS X to run python in 32-bit mode (which I don't
suppose you do, for testing that ctypes-not-PyObjC version, but anyway),
then instead:

% arch -i386 python tests/test.py

(Someone who is more sure should probably edit README to say this, and
update the list of supported python versions, platforms, etc.)

- Bruce

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to pyglet-users@googlegroups.com.
To unsubscribe from this group, send email to 
pyglet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en.

Reply via email to