Re: [Pythonmac-SIG] Multiple version of the same module

2009-02-01 Thread Pierre-Alain Dorange
Christopher Barker wrote: > I know I haven't really given you the answer, but hopefully some hints > to so you can figure out your options. It really helpful, i understand better the global way it's handle. Now i'll do some experiences. Thanks -- Pierre-Alain Dorange

Re: [Pythonmac-SIG] Multiple version of the same module

2009-01-26 Thread Christopher Barker
Pierre-Alain Dorange wrote: How to manage a module with several versions on MacOS X ? Unfortunately, the Python core developers have never seen the need to do this -- I still don't know why. A number of packages have developed their own systems (wx.version, for wxPython, for instance) -- yo

[Pythonmac-SIG] Multiple version of the same module

2009-01-25 Thread Pierre-Alain Dorange
How to manage a module with several versions on MacOS X ? My modules are installed in : "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-pa ckages/" But for some modules i need several version (stable 1.8.1 and test 1.9.0 for example : for pygame here). I've installed the st