ImportError: ./_imaging.so: undefined symbol: PyType_IsSubtype
After following instructions to install PIL into zope from http://www.zope.org/Members/regebro/PIL_zope i get this error ImportError: ./_imaging.so: undefined symbol: PyType_IsSubtype I am using zope 2.1.6 and tried both versions of PIL (1.1.3 and 1.1.4) both give the same error What is wrong? Im going mad here.
dshanaghy@350nice.com (Declan Shanaghy) on 12/3/03 wrote:
i get this error ImportError: ./_imaging.so: undefined symbol: PyType_IsSubtype
I am using zope 2.1.6 and tried both versions of PIL (1.1.3 and 1.1.4) both give the same error
what version of python are you using? <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites Yahoo, AIM: zettainet ~ ICQ: 51907738 ~ Sales (USA): 1-866-967-3669
python version 2.1.3 And sorry, that version for zope shoulde be 2.6.1 --- george donnelly <list@zettai.net> wrote:
dshanaghy@350nice.com (Declan Shanaghy) on 12/3/03 wrote:
i get this error ImportError: ./_imaging.so: undefined symbol: PyType_IsSubtype
I am using zope 2.1.6 and tried both versions of PIL (1.1.3 and 1.1.4) both give the same error
what version of python are you using?
<--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites Yahoo, AIM: zettainet ~ ICQ: 51907738 ~ Sales (USA): 1-866-967-3669
Recompile PIL with Python 2.1.3. -aj --On Mittwoch, 3. Dezember 2003 20:01 Uhr -0800 Declan Shanaghy <dshanaghy@350nice.com> wrote:
python version 2.1.3
And sorry, that version for zope shoulde be 2.6.1
--- george donnelly <list@zettai.net> wrote:
dshanaghy@350nice.com (Declan Shanaghy) on 12/3/03 wrote:
i get this error ImportError: ./_imaging.so: undefined symbol: PyType_IsSubtype
I am using zope 2.1.6 and tried both versions of PIL (1.1.3 and 1.1.4) both give the same error
what version of python are you using?
<--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites Yahoo, AIM: zettainet ~ ICQ: 51907738 ~ Sales (USA): 1-866-967-3669
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Wed, Dec 03, 2003 at 03:44:33PM -0800, Declan Shanaghy wrote:
After following instructions to install PIL into zope from http://www.zope.org/Members/regebro/PIL_zope
i get this error ImportError: ./_imaging.so: undefined symbol: PyType_IsSubtype
I am using zope 2.1.6
Unless that's a typo, you're using a really ancient zope. Current stable release is 2.6.2. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's ANNOYING SUPER ACTION HERO! (random hero from isometric.spaceninja.com)
participants (4)
-
Andreas Jung -
Declan Shanaghy -
george donnelly -
Paul Winkler