On Fri, Oct 1, 2010 at 2:32 AM, Erik Sandelin <[email protected]> wrote:
> I think so, yes.
>
> >>> platform.architecture()
> ('32bit', '')
>
> >>> sys.maxint
> 2147483647
>
> Anyone out there with a similar configuration who's running pyglet?
>
I ran pygelt for some years on the same model of MacBook - sadly I don't
have it to hand any more.
If you search back through the mailing list, a lot of people run into
problems at this stage:
http://groups.google.com/group/pyglet-users/search?group=pyglet-users&q=nosuchconfigexception
Generally, it has to do with either requesting a configuration that your
hardware/drivers don't support, or a bad driver installation.
Are you requesting any custom attributes when you create the pyglet window,
or just accepting the defaults? Might be best if you post the code that you
use to create the window.
IIRC, those Intel GMA X1300's are very, very picky about multisample
configuration, among other things.
--
Tristam MacDonald
http://swiftcoder.wordpress.com/
--
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en.