Python 2.6 and _socket undefined symbol

2008-12-20 Thread Jeroen Ruigrok van der Werven
On a 7.0-STABLE box I am trying to use Python 2.6's socket library but I get this (trying to run ez_setup.py): import _socket ImportError: /usr/local/lib/python2.6/lib-dynload/_socket.so: Undefined symbol "PyBuffer_Release" Anyone else seeing this? -- Jeroen Ruigrok van der Werven / asmodai イェ

When will python 2.6 become FreeBSDs default version?

2008-12-20 Thread Tobias Rehbein
Hi. I just wanted to ask if anybody has an idea when python 2.6 will become the new default version used in FreeBSD (currently python 2.5 is the default version)? I am not subscribed to this list. I would appreciate any direct answers. Regards Tobias -- Tobias Rehbein PGP key: 4F2AE3

Re: Python 2.6 and _socket undefined symbol

2008-12-20 Thread Josh Paetzel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeroen Ruigrok van der Werven wrote: > On a 7.0-STABLE box I am trying to use Python 2.6's socket library but I > get this (trying to run ez_setup.py): > > import _socket > ImportError: /usr/local/lib/python2.6/lib-dynload/_socket.so: Undefined > symb