On Thu, Jul 29, 2010 at 12:34:48AM -0300, Daniel Fran?a
<[email protected]> wrote:
> but there's no indication that some error hapenned, and it's generating a
> gfx.o and a gfx.bundle, but no gfx.so
"gfx.bundle" is the equivalent of "gfx.so" on Mac.
Try copying gfx.bundle to your local directory and running:
python
import gfx
> I guess it has to do with the fact I'm running a 32 bit version of Python (I
> got a lot of problems with Python 64 bits on Mac OS)
So you're running python32 on Snow Leopard?
Matthias