|
From: Bruce S. <Bru...@nc...> - 2008-12-21 20:39:43
|
The problem with installing two Visuals for one Python is the conflict between the name "visual" being then ambiguous. I just tried a little experiment of changing the name of the new site-packages/visual to visual5 and installing Visual 3 as well, then trying to do "from visual5 import *", but that didn't work. Maybe someone else will figure out how to fight through the name problems. Another workaround is to install Visual 3, save a copy of the relevant materials from site-packages, then delete from site-packages. Then install Visual 5, save a copy of these materials. Now you can swithc back and forth by copying the desired files into site-packages from the saved copies. Bruce Sherwood Stef Mientki wrote: > hello, > > Sorry, I think this is question is asked before (might be even done by > me ;-) > but I can't find it anymore, so it must have had an unclear subject-line. > > If I remember well the answer was, install V3+Python 2.4 and V5 + Python > 2.5. > But why isn't it possible to install both with 2.5 (as this is by now > the main stream) ? > > Although I never used it myself, there seems to be something like a > pth-file. > I also wouldn't mind to explicitly add the path of either v3 or v5 to > the python path, > before running a program (because this can easily be automated). > > I would love to go to V5, > but a number of features of V3 is not (yet) implemented in V5. > > thanks, > Stef Mientki > > > ------------------------------------------------------------------------------ > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |