From: Schollnick, B. <Ben...@xe...> - 2005-07-22 15:29:13
|
> I think the pain here is that a person with some Python=20 > experience, enough to install and use PythonCard, may still=20 > not be experienced enough to confidently replace one major=20 > Python release with another. I don't know about that.. When I switched to Python 2.4, I know that I was surprised at the amount of work that I needed to do... But it wasn't hard, nor really unexpected. I just forgot that=20 I had packages in the site-packages directory. I usually=20 keep most of my software in c:\develope using .pth files... I habitually keep any software I install in c:\installers so that I can re-install simply.... > for no reason, after the fact. My experience is that=20 > multiple installations are more trouble than upgrade=20 > conflicts, but that's just me. I would really say that depends on the OS. And how much effort=20 you wish to take. =20 Effort in.... 1) Making sure that the packages you install work under both versions... (Or ensure that you have two different packages, one for n.n and one for x.x) 2) Making "scripts / batch files" that will run one python or the other. (Or enabling switching between the two, etc) 3) Keeping it straight in your head... |-) - Benjamin >=20 > pyt...@li... wrote on=20 > 07/22/2005 03:14:54 > AM: >=20 > > > > It's quite okay to have multiple Python installations if=20 > that's what=20 > > you want to do. The problem is that it's not what *most*=20 > people want=20 > > to do. Democracy's only a good thing if you agree with the policies! > > >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration=20 > Strategies from IBM. Find simple to follow Roadmaps,=20 > straightforward articles, informative Webcasts and more! Get=20 > everything you need to get up to speed, fast.=20 > http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclick > _______________________________________________ > Pythoncard-users mailing list Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users >=20 |