Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 May 2018 02:49:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 227939] devel/boost-python-libs vs ctypes.util.find_library
Message-ID:  <bug-227939-21822-QZ1F95gNuP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227939-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227939-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227939

--- Comment #2 from Jan Beich <jbeich@FreeBSD.org> ---
(In reply to Jan Beich from comment #1)
>  lang/python35
>  lang/python36

This is not a typo:

  $ pkg install python36
  $ python3.6
  Python 3.6.5 (default, Apr  4 2018, 12:24:22)
  [GCC 4.2.1 Compatible FreeBSD Clang 4.0.0 (tags/RELEASE_400/final 297347)=
] on
freebsd11
  Type "help", "copyright", "credits" or "license" for more information.
  >>> from ctypes.util import find_library
  >>> find_library("python3.6m")
  >>>

vs.

  $ pkg install python27
  $ python2.7
  Python 2.7.14 (default, Dec 19 2017, 15:01:12)
  [GCC 4.2.1 Compatible FreeBSD Clang 4.0.0 (tags/RELEASE_400/final 297347)=
] on
freebsd11
  Type "help", "copyright", "credits" or "license" for more information.
  >>> from ctypes.util import find_library
  >>> find_library("python2.7")
  'libpython2.7.so.1'
  >>>

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227939-21822-QZ1F95gNuP>