Thanks for the quick reply. My mailer lost it (rather remembered it
originiated as a reply to something else, and stored it there) - :)
I would reply between the text below - but, mainly thanks for showing
the use of 'inspect' - will be extremely handy as I learn enough to make
a (local) patch
Michael Felt wrote:
> First, a simple one:
>
> sysconfig.is_python_build()
>
> Return True if the current Python installation was built from source.
>
sysconfig.is_python_build()
> False
>
> Now, not earth shattering, but I did build this from source - so can
> someone help me with
First, a simple one:
sysconfig.is_python_build()
Return True if the current Python installation was built from source.
sysconfig.is_python_build()
False
Now, not earth shattering, but I did build this from source - so can someone
help me with understanding why Python says no?
FYI: The