> The original .py will always be there but you know what, multiple python
> versions from different computers do access that one library at the same
> time.
>
> Anyone know a possible solution ?
What about subversion or mercurial and separate copies of your library
for each Python version?
--
On May 22, 3:56 pm, TkNeo <[EMAIL PROTECTED]> wrote:
> On May 22, 2:44 pm, Hans Nowak <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > TkNeo wrote:
> > > I am trying to upgrade from python 2.3 to 2.4 but not all machines can
> > > be upgraded. Can you guys tell me if this scenario is possible.
>
> > > 1. Any
On May 22, 2:44 pm, Hans Nowak <[EMAIL PROTECTED]>
wrote:
> TkNeo wrote:
> > I am trying to upgrade from python 2.3 to 2.4 but not all machines can
> > be upgraded. Can you guys tell me if this scenario is possible.
>
> > 1. Any machine that uses .py files that use libraries that require 2.4
> > wi
TkNeo wrote:
I am trying to upgrade from python 2.3 to 2.4 but not all machines can
be upgraded. Can you guys tell me if this scenario is possible.
1. Any machine that uses .py files that use libraries that require 2.4
will have 2.4 on it.
2. rest of the machines will have 2.3
now there is a sh
I am trying to upgrade from python 2.3 to 2.4 but not all machines can
be upgraded. Can you guys tell me if this scenario is possible.
1. Any machine that uses .py files that use libraries that require 2.4
will have 2.4 on it.
2. rest of the machines will have 2.3
now there is a shared drive. let