Date: Wed, 18 Feb 2009 10:06:22 +0100 From: Dominic Fandrey <kamikaze@bsdforen.de> To: freebsd-ports@freebsd.org, python@freebsd.org Subject: UCS4 in python 2.6 broken Message-ID: <499BCF8E.5030805@bsdforen.de>
index | next in thread | raw e-mail
I'm running sonata with Python 2.6, or rather I used to:
File "/usr/local/lib/python2.6/site-packages/gtk-2.0/glib/__init__.py", line 30, in <module>
from glib._glib import *
ImportError: /usr/local/lib/python2.6/site-packages/gtk-2.0/glib/_glib.so: Undefined symbol "PyUnicodeUCS4_DecodeUTF8"
The python26 port is configured correctly:
# cd /usr/ports/lang/python26
# make -VWITH_UCS4
true
#
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?499BCF8E.5030805>
