I've been browsing around the web to get pyglet working on my Mac.
I have read all the workarounds where thay tell you that you need to
tell python to run as 32-bit and so on.
The thing is that i don't think thats the problem, you see i have
ubuntu 9.10 x86_64 on another machine with python in 64 bit and pyglet
works just great there so i'm a bit confused.
Can anyone shed some light on this?
-- Daniel Wirdehäll
-Casey
2010/3/10 Daniel Wirdehäll <daniel.w...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "pyglet-users" group.
> To post to this group, send email to pyglet...@googlegroups.com.
> To unsubscribe from this group, send email to pyglet-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
>
>
Does anyone know if this issue is going to be resolved? Are there
anyone working on it?
-- Daniel Wirdehäll
On 10 mar, 22:23, Casey Duncan <casey.dun...@gmail.com> wrote:
> I'm not an expert, but I think 64 bit Linux and 64 bit Mac are apples
> and oranges. The main issue with Snow Leopard is not so much 64 bit
> vs. 32 bit per se, but the fact that carbon is only supported from
> 32-bit apps, and Pyglet uses the carbon api to interface with the OS
> on Mac. 64-bit SL apps can only use the Cocoa apis.
>
> -Casey
>
> 2010/3/10 Daniel Wirdehäll <daniel.wirdeh...@gmail.com>:
Okay thanks a alot, you have been highly informative.
Then i just have to install an standalone python with 32 bit.
Does anyone know if this issue is going to be resolved? Are there
anyone working on it?