Thanks for the response HTH. Your comment led me to think
that perhaps a "ports" dependency failed to be generated correctly.
They are patched on the fly.
I went back to "scratch" on fresh installation with a clean Python build.
This time it worked correctly. Go figure... thx! - Tim
Dan Stromber
It's been my understanding that there is a fundamental difference between
the *BSD's and the Linuxes.
The *BSD's have their ports system, that collects deltas against
third-party packages to build them on a *BSD. These deltas become part of
the ports system.
The Linuxes port an application, and
Hello
I hope I am not breaking protocol sending this message to the list.
This is my first posting to python-list.
I am trying to build Python-3.9.12 from the ports distribution on
on a new OpenBSD 7.1 installation.
It is failing with the following error.
Traceback (most recent call last):
Fi
On 22/07/11 00:13, victor lucio wrote:
> Hi All,
>
> I'd like to embbed a thin python in one application of mine i'm
> developing so I need to know the module dependencies because I'm going
> to remove some modules.
> I also need to know the best way to rebuild the python core once these
> modules
Hi All,
I'd like to embbed a thin python in one application of mine i'm developing
so I need to know the module dependencies because I'm going to remove some
modules.
I also need to know the best way to rebuild the python core once these
modules have been removed.
So, could you provide me some po