[wxPython-users] Building for PPC64

Rickey, Kyle W Kyle.Rickey at bakerhughes.com
Fri Feb 29 06:20:07 PST 2008


Robin, that did the trick, a simple

sudo apt-get install python-all-dev

Thanks for your help. I installed the .deb packages and everything is
working. Thanks again.

-Kyle Rickey

-----Original Message-----
From: Robin Dunn [mailto:robin at alldunn.com] 
Sent: Thursday, February 28, 2008 2:46 PM
To: wxPython-users at lists.wxwidgets.org
Subject: Re: [wxPython-users] Building for PPC64

Rickey, Kyle W wrote:
> Robin, I installed python 2.4 and got past my error, but now a new one
> occurs:
> 
> .....
> src/helpers.cpp:3168: error: 'Py_DECREF' was not declared in this
scope
> src/helpers.cpp:3169: error: 'PyErr_Clear' was not declared in this
> scope
> src/helpers.cpp:3171: error: 'PyErr_Print' was not declared in this
> scope
> error: command 'gcc' failed with exit status 1
> make: *** [build-gtk-py2.4-stamp] Error 1
> 
> kyle at Xenon:~/wxpython-src/wxwidgets2.8-2.8.7.1$
> .....
> 
> Not sure what to do now. 

Do you have the python-*-dev packages installed?  (IIRC python-all-dev 
will get them all via package dependencies.)

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!


---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org




More information about the wxpython-users mailing list