<div dir="ltr">Hey there, <div><br></div><div>This is less of a bug but more of an enhancement. The instructions for OpenBSD here (<a href="http://docs.python.org/2/using/unix.html#on-freebsd-and-openbsd">http://docs.python.org/2/using/unix.html#on-freebsd-and-openbsd</a>):</div>
<div><br></div><div>pkg_add <a href="ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/">ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/</a><insert your architecture here>/python-<version>.tgz<br></div><div><br></div>
<div style>Are correct, but kinda specific to version 4.2 which is pretty old (5.3 came out on May 1st, 2013 -- releases are every 6 months). I would recommend either:</div><div style><br></div><div style>pkg_add python (because newer versions autoset the package source in /etc/pkg.conf)</div>
<div style><br></div><div style>and/or</div><div style><br></div><div style>pkg_add <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/`uname">ftp://ftp.OpenBSD.org/pub/OpenBSD/`uname</a> -r`/packages/`uname -p`/ </div><div style>
<br></div><div style>They can also run "pkg_info python" if pkg.conf is working and get the package info for python (current version for OpenBSD is python-2.7.3p1).</div><div style><br></div><div style>Openports.se is also good to check out packages / versions.</div>
<div style><br></div><div style>Thanks!</div><div style><br></div><div style>John</div></div>