On Mon, Dec 10, 2012 at 9:30 PM, EvilGoatee <[email protected]> wrote:

> I'm having some trouble getting cocos to run.
>
> Whatever I try to execute i get a long list of what looks like things
> being imported and it ends with an error "ValueError: NULL pointer access"
>
> Even if I do something as simple as:
>
> import cocos
> print 'hello'
>
>
> I get the same error.
>
> What's wrong with my computer/setup?
>
>
Too little information to diagnose.
Showing the  " long list of what looks like things being imported and it
ends with an error "ValueError: NULL pointer access" will help, it usually
tells which line of code sees a problem and how the program reachs the
point of failure.

Also good to know are: operating system, which python version (not only the
number but also 32 or 64 bits),  which pyglet version (including revision
if from repo) and which video hardware you have.

Additionally, you can do a quick check to see if pyglet is working in your
machine by running the pyglet examples.
You may need to download the pyglet examples from
http://code.google.com/p/pyglet/downloads/list
(choose the 1.2 alpha version)
or clone the repo and run from there.

If you hit problems running the pyglet examples I suggest  posting also to
their list: there are more people there.

--

-- 
You received this message because you are subscribed to the Google Groups 
"cocos2d discuss" 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/cocos-discuss?hl=en.

Reply via email to