Re: Proposal for pkg-message for python 3.x ports

2017-05-09 Thread Konstantin Belousov
On Tue, May 09, 2017 at 07:23:38PM +0200, pmhausen wrote: > Dear python port maintainers, > > I discovered an odd performance problem with python 3.6 on servers with > large amounts of memory. > > You can find all the details in a thread of the h...@python.org > mailinglist with subject > > "Pyt

Re: SOLVED: numpy would not load: libgcc_s vs. libgfortran

2016-01-05 Thread Konstantin Belousov
On Mon, Jan 04, 2016 at 05:00:44PM -0500, Mikhail T. wrote: > On 04.01.2016 16:29, Mikhail T. wrote: > > ImportError: > > /opt/lib/python2.7/site-packages/numpy/core/multiarray.so: Undefined > > symbol "cblas_cdotc_sub" > Ok, the above went away, when I rebuilt all of the Fortran-using > dependenci

Re: Python on FreeBSD is slower than on Linux

2015-11-13 Thread Konstantin Belousov
On Fri, Nov 13, 2015 at 09:01:57AM +0100, Baptiste Daroussin wrote: > On Fri, Nov 13, 2015 at 12:36:29PM +1100, Kubilay Kocak wrote: > > On 13/11/2015 6:26 AM, Vladimir Bogrecov wrote: > > > Hello, > > > > > > I'm developing a little project on Python 3.5. The server's operating > > > system is Fr

Re: ctypes not working (Fwd: [pypy-dev] 2.6.1 and freebsd-9)

2015-08-25 Thread Konstantin Belousov
On Mon, Aug 24, 2015 at 11:11:32PM +0200, David Naylor wrote: > Hi list, > > Please see the correspondence below from the pypy team about some failing > tests. Specifically, why is test.py producing None whereas test.c is > producing the desired results? Because dlopen symbol is magic. It i

Re: The mystery of the missing library.

2015-07-28 Thread Konstantin Belousov
On Wed, Jul 29, 2015 at 07:46:14AM +0200, David Naylor wrote: > On Tuesday, 28 July 2015 22:05:54 Bart??omiej Rutkowski wrote: > > I've checked how linux does it and it seems they're (at least Debian) > doing > > static linking - that would fix the issue, whatever it is. Can you adjust > > the por

Re: Unicode Problem

2015-01-29 Thread Konstantin Belousov
On Thu, Jan 29, 2015 at 08:32:35PM +1100, Kubilay Kocak wrote: > On 29/01/2015 6:13 PM, Robert Simmons wrote: > > On further inspection I've found the following: > > > > FreeBSD > import sys > print(sys.getdefaultencoding()) > > utf-8 > print(sys.stdout.encoding) > > US-ASCII > > >