Date: Thu, 22 Jun 2006 11:33:04 -0300 From: "Vitor Mazzi" <vitormazzi@gmail.com> To: perky@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: py24-ctypes-0.9.9.6 Message-ID: <95c4f8820606220733s7f253813s19aeed73a0bce637@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I've been trying to use the ctype module in a software, but it fails with the following traceback: from ctypes import SetPointerType, RTLD_GLOBAL exceptions.ImportError: cannot import name RTLD_GLOBAL Based on the info in this mail thread ( http://docs.freebsd.org/cgi/getmsg.cgi?fetch=488819+0+/usr/local/www/db/text/1999/freebsd-hackers/19990103.freebsd-hackers), the flag RTLD_GLOBAL isn't implemented in freebsd yet, so I believe the port should provide a workaround to it. -- Thanks in advance; Vitor M. A. da Cruz vitormazzi@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?95c4f8820606220733s7f253813s19aeed73a0bce637>