From owner-freebsd-questions@freebsd.org Sun Feb 5 12:59:09 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DFE7CD1D14 for ; Sun, 5 Feb 2017 12:59:09 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward4m.cmail.yandex.net (forward4m.cmail.yandex.net [IPv6:2a02:6b8:b030::1b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B2261ED9 for ; Sun, 5 Feb 2017 12:59:09 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp3p.mail.yandex.net (smtp3p.mail.yandex.net [77.88.29.86]) by forward4m.cmail.yandex.net (Yandex) with ESMTP id 856B6206A6 for ; Sun, 5 Feb 2017 15:58:57 +0300 (MSK) Received: from smtp3p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3p.mail.yandex.net (Yandex) with ESMTP id 6BCAA132008C for ; Sun, 5 Feb 2017 15:58:56 +0300 (MSK) Received: by smtp3p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id yeaZqunAQq-wt5m4A33; Sun, 05 Feb 2017 15:58:56 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1486299536; bh=Yk7/2qjdowL2Ax+kRwyjkhks2iPoMKglhQCtmDL059Y=; h=Message-ID:Subject:From:To:Date; b=b5W9Myr/4A+sUVswt/hWZt90Ai9XiAz5yW/H/apmHcswFJFuhJDi6G0NwGpKqeZVC c5LJrUit7TmYTI/wEwQrcbF6FjefRAQpYLS9vX4Ziq2D60/h7vUXcxsWdfMgvyLnXy P3ZXLoS+m4bhqIOs2kxOwYG/ztrA2bY5TcHRbKxg= Authentication-Results: smtp3p.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 0 Message-ID: <1486299533.152.1.camel@yandex.com> Subject: python - matplotlib From: Stari Karp To: FreeBSD Questions Date: Sun, 05 Feb 2017 07:58:53 -0500 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2017 12:59:09 -0000 Hi! I try to do something with py-scipy but I got: python test.py /usr/local/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.   warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.') Segmentation fault (core dumped) Thank you. SK