Fredrik Lundh wrote:
Steve Holden wrote:
Is there a way to make a relocateable python binary... that is... a
python installation that won't care where it is on the machine... and
won't care if it gets put somewhere else besides / ?
the standard CPython interpreter is 100% "relocatable". If you
Steve Holden wrote:
>>>Is there a way to make a relocateable python binary... that is... a
>>>python installation that won't care where it is on the machine... and
>>>won't care if it gets put somewhere else besides / ?
>>
>>
>> the standard CPython interpreter is 100% "relocatable". If you thin
Fredrik Lundh wrote:
[EMAIL PROTECTED] wrote:
Is there a way to make a relocateable python binary... that is... a
python installation that won't care where it is on the machine... and
won't care if it gets put somewhere else besides / ?
the standard CPython interpreter is 100% "relocatable". If
[EMAIL PROTECTED] wrote:
> Is there a way to make a relocateable python binary... that is... a
> python installation that won't care where it is on the machine... and
> won't care if it gets put somewhere else besides / ?
the standard CPython interpreter is 100% "relocatable". If you think
it i
Hello all,
I'm currently working on a software package that is going to be
distributed in binary form (with accompanying source) for lot of
different unixes (Linux, AIX, HP-UX and others). Parts of the package
are written in Python... so we are going to want to distribute our own
version of pytho