Re: [gentoo-user] Re: python-2.7 update: re-emerge of cracklib failed, how can I fix it?

2011-03-28 Thread Mr. Jarry
Apparently, both methods work. But I agree your way is easier... BTW, when we are at the subject, is it possible to switch to python 3.x, and get rid of python 2.x completely? I noticed there are still both versions of python installed: 2.7.1 and 3.1.3... Jarrry On Sun, Mar 27, 2011 at 10:13

Re: [gentoo-user] Re: python-2.7 update: re-emerge of cracklib failed, how can I fix it?

2011-03-28 Thread Neil Bothwick
On Mon, 28 Mar 2011 13:34:29 +0200, Mr. Jarry wrote: BTW, when we are at the subject, is it possible to switch to python 3.x, and get rid of python 2.x completely? I noticed there are still both versions of python installed: 2.7.1 and 3.1.3... Possible, yes. Advisable, no. Many (most?) Python

[gentoo-user] Re: python-2.7 update: re-emerge of cracklib failed, how can I fix it?

2011-03-27 Thread Remy Blank
Jarry wrote: File setup.py, line 22, in module from setuptools import setup, Extension, find_packages ImportError: No module named setuptools Try re-emerging setuptools. -- Remy signature.asc Description: OpenPGP digital signature

Re: [gentoo-user] Re: python-2.7 update: re-emerge of cracklib failed, how can I fix it?

2011-03-27 Thread Jarry
On 27. 3. 2011 8:50, Remy Blank wrote: Try re-emerging setuptools. On 27. 3. 2011 8:51, Adam Carter wrote: emerge --oneshot dev-python/setuptools would be a good start. (FWIW google cracklib No module named setuptools...) Thanks, this work! So it seems to me, the right procedure is: 1.

Re: [gentoo-user] Re: python-2.7 update: re-emerge of cracklib failed, how can I fix it?

2011-03-27 Thread Mick
On Sunday 27 March 2011 08:41:47 Jarry wrote: On 27. 3. 2011 8:50, Remy Blank wrote: Try re-emerging setuptools. On 27. 3. 2011 8:51, Adam Carter wrote: emerge --oneshot dev-python/setuptools would be a good start. (FWIW google cracklib No module named setuptools...) Thanks, this

Re: [gentoo-user] Re: python-2.7 update: re-emerge of cracklib failed, how can I fix it?

2011-03-27 Thread Adam Carter
... and run 4. and 5. above in the wrong order? In the e-warning words of --depclean itself: * Depclean may break link level dependencies. Thus, it is * recommended to use a tool such as `revdep-rebuild` ... Agreed, revdep last. I always run depclean with pretend first. If depclean wants

Re: [gentoo-user] Re: python-2.7 update: re-emerge of cracklib failed, how can I fix it?

2011-03-27 Thread JM
Hi - you don't give the name of the python version to eselect python set, you give it the number of the option (usually 1 or 2) next to the version you want, which you saw when running 'eselect python list' On 27 March 2011 08:41, Jarry mr.ja...@gmail.com wrote: On 27. 3. 2011 8:50, Remy Blank