Re: [Tutor] migrating python to a new machine

2015-04-08 Thread Jim Mooney
Thanks, I'll try Portable. It's got py3 and comes with a bunch of useful stuff already installed: http://portablepython.com/wiki/PortablePython3.2.5.1/ Python 3.2.5.1 PyScripter v2.5.3 NymPy 1.7.1 SciPy 0.12.0 Matplotlib 1.2.1 PyWin32 218 NetworkX v1.7 Lxml 2.3 Py

Re: [Tutor] migrating python to a new machine

2015-04-08 Thread Zachary Ware
On Apr 8, 2015 3:39 AM, "Jim Mooney" wrote: > > General question. I'm thinking of moving to a new machine although I hate > to abandon trusty XP. Will I have to reinstall all my pip installed modules > or can I just copy the site-packages directory? And if so, is anything else > needed, such as wh

Re: [Tutor] migrating python to a new machine

2015-04-08 Thread Alan Gauld
On 08/04/15 01:52, Jim Mooney wrote: General question. I'm thinking of moving to a new machine although I hate to abandon trusty XP. If you plan to stick with Windows check out ClassicShell. You'll feel right at home. :-) Will I have to reinstall all my pip installed modules or can I just cop

[Tutor] migrating python to a new machine

2015-04-08 Thread Jim Mooney
General question. I'm thinking of moving to a new machine although I hate to abandon trusty XP. Will I have to reinstall all my pip installed modules or can I just copy the site-packages directory? And if so, is anything else needed, such as where pip keeps its uninstall info? Finally, is there su