Re: Question regarding 2 modules installed via 'pip'

2013-11-17 Thread Nikos
Στις 16/11/2013 6:48 μμ, ο/η YBM έγραψε: I doubt it, find ... | rm ... does absolutely nothing as you'd have figured out by yourself if you had a brain. Βut 'find / -name python34 | xargs rm -rf' does what i want. -- https://mail.python.org/mailman/listinfo/python-list

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Steven D'Aprano
On Sat, 16 Nov 2013 15:59:13 +0200, Νίκος wrote: > HELP ME How rude. You're not the centre of the universe and we're not your mother. *plonk* -- Steven -- https://mail.python.org/mailman/listinfo/python-list

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Dave Angel
On Sat, 16 Nov 2013 07:15:01 -0800 (PST), Ferrous Cranus wrote: 'locate pythοn3.4 | rm -rf' will this help or do any accidental damage? The files deleted by the rm -rf have nothing to do with the results of locate. Since you don't understand that , your system is at high risk till you

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Denis McMahon
On Sat, 16 Nov 2013 17:49:17 +0100, YBM wrote: > Le 16.11.2013 16:43, Ferrous Cranus a écrit : >> root@secure [~]# which python3 /usr/bin/python3 >> root@secure [~]# cd /usr/bin/python3 -bash: cd: /usr/bin/python3: Not a >> directory >> root@secure [~]# which pip /usr/bin/pip >> root@secure [~]#

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread mm0fmf
On 16/11/2013 15:33, Ferrous Cranus wrote: I have no intention to destroy this fine group, all i need is some imple help. But you are destroying it. You don't read the help given, you don't know the basic Linux commands, you can't use Google, you insist on using profanities to gain attention,

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Robert Kern
On 2013-11-16 17:02, Mark Lawrence wrote: On 16/11/2013 16:51, Ned Batchelder wrote: On Saturday, November 16, 2013 11:48:19 AM UTC-5, YBM wrote: Perhaps because this is not a folder. Learn to read. Nikos is being annoying, but there is no need to contribute to the thread just to insult him.

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Mark Lawrence
On 16/11/2013 16:51, Ned Batchelder wrote: On Saturday, November 16, 2013 11:48:19 AM UTC-5, YBM wrote: Perhaps because this is not a folder. Learn to read. Nikos is being annoying, but there is no need to contribute to the thread just to insult him. It doesn't make the thread stop, it does

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Ned Batchelder
On Saturday, November 16, 2013 11:48:19 AM UTC-5, YBM wrote: > Le 16.11.2013 16:32, Ferrous Cranus a écrit : > > root@secure [~]# locate python3.4 > > /root/.local/lib/python3.4 > > /usr/local/include/python3.4m > > /usr/local/lib/libpython3.4m.a > > /usr/local/lib/python3.4 > > /usr/local/share/ma

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread YBM
Le 16.11.2013 16:43, Ferrous Cranus a écrit : Just as you use "which python" to figure out what "python" was executing, >"which pip" will help you figure out what "pip" is running. root@secure [~]# which python3 /usr/bin/python3 root@secure [~]# cd /usr/bin/python3 -bash: cd: /usr/bin/pytho

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread YBM
Le 16.11.2013 16:32, Ferrous Cranus a écrit : root@secure [~]# locate python3.4 /root/.local/lib/python3.4 /usr/local/include/python3.4m /usr/local/lib/libpython3.4m.a /usr/local/lib/python3.4 /usr/local/share/man/man1/python3.4.1 many files of python's 3.4a have been deleted this way, but the a

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Johannes Findeisen
On Sat, 16 Nov 2013 07:56:47 -0800 (PST) Ned Batchelder wrote: > Johannes, in cases like this, it is very important to have a clear message. > I liked that you said, "We cannot teach you Unix basics here". It weakens > that message if you then teach some Unix basics. Better to keep things very

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Ned Batchelder
On Saturday, November 16, 2013 10:45:38 AM UTC-5, Johannes Findeisen wrote: > On Sat, 16 Nov 2013 07:32:36 -0800 (PST) > Ferrous Cranus wrote: > > > Τη Σάββατο, 16 Νοεμβρίου 2013 5:20:51 μ.μ. UTC+2, ο χρήστης Mark Lawrence > > έγραψε: > > > On 16/11/2013 13:45, Ferrous Cranus wrote: > > > root@s

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Johannes Findeisen
On Sat, 16 Nov 2013 07:32:36 -0800 (PST) Ferrous Cranus wrote: > Τη Σάββατο, 16 Νοεμβρίου 2013 5:20:51 μ.μ. UTC+2, ο χρήστης Mark Lawrence > έγραψε: > > On 16/11/2013 13:45, Ferrous Cranus wrote: > root@secure [~]# cd /usr/bin/python3 > -bash: cd: /usr/bin/python3: Not a directory > > It seems

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Ferrous Cranus
> Just as you use "which python" to figure out what "python" was executing, > >"which pip" will help you figure out what "pip" is running. root@secure [~]# which python3 /usr/bin/python3 root@secure [~]# cd /usr/bin/python3 -bash: cd: /usr/bin/python3: Not a directory root@secure [~]# which pi

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Andreas Perstinger
On 16.11.2013 16:13, Ferrous Cranus wrote: Τη Σάββατο, 16 Νοεμβρίου 2013 5:01:15 μ.μ. UTC+2, ο χρήστης Robert Kern έγραψε: The kind people at http://serverfault.com/ can help you with your system administration problems. I'm afraid that we cannot. Robert i have followed your advise and akse th

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Ferrous Cranus
Τη Σάββατο, 16 Νοεμβρίου 2013 5:20:51 μ.μ. UTC+2, ο χρήστης Mark Lawrence έγραψε: > On 16/11/2013 13:45, Ferrous Cranus wrote: > > > What the difference between locate and find? > > > > I neither know nor care as it's not Python related. > > > > > > > > and seen find show me some results,

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Ferrous Cranus
Τη Σάββατο, 16 Νοεμβρίου 2013 5:19:21 μ.μ. UTC+2, ο χρήστης Chris Angelico έγραψε: > On Sun, Nov 17, 2013 at 2:11 AM, Ferrous Cranus wrote: > > > If you know and wont tell me but instead you devote time to make ironic > > comments against me i will re-post the exact same question each time. >

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Mark Lawrence
On 16/11/2013 13:45, Ferrous Cranus wrote: What the difference between locate and find? I neither know nor care as it's not Python related. and seen find show me some results, what now? 'rm -rf' those files or i will break something? Ditto. and then how i'am gonna install those 2 modul

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Ferrous Cranus
Also there are leftovers form python3.4a Iam thinking fo deleting those as: 'locate pythοn3.4 | rm -rf' will this help or do any accidental damage? -- https://mail.python.org/mailman/listinfo/python-list

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Chris Angelico
On Sun, Nov 17, 2013 at 2:11 AM, Ferrous Cranus wrote: > If you know and wont tell me but instead you devote time to make ironic > comments against me i will re-post the exact same question each time. Then you will quickly get killfiled by more and more people, and in the process will be working

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Ferrous Cranus
Τη Σάββατο, 16 Νοεμβρίου 2013 5:01:15 μ.μ. UTC+2, ο χρήστης Robert Kern έγραψε: > On 2013-11-16 13:59, Νίκος wrote: > > > HELP ME > > > > The kind people at http://serverfault.com/ can help you with your system > > administration problems. I'm afraid that we cannot. > > > > -- >

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Ferrous Cranus
Τη Σάββατο, 16 Νοεμβρίου 2013 5:04:41 μ.μ. UTC+2, ο χρήστης Ned Batchelder έγραψε: > On Saturday, November 16, 2013 8:59:13 AM UTC-5, Ferrous Cranus wrote: > > > HELP ME > > > Στις 16/11/2013 3:53 μμ, ο/η Joel Goldstick έγραψε: > > > > not related to python > > > > > > > > Nikos, st

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Ned Batchelder
On Saturday, November 16, 2013 8:59:13 AM UTC-5, Ferrous Cranus wrote: > HELP ME > Στις 16/11/2013 3:53 μμ, ο/η Joel Goldstick έγραψε: > > not related to python > > Nikos, stop this. You are sending repeated emails with no new information, and no evidence that you have tried anything, ab

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Robert Kern
On 2013-11-16 13:59, Νίκος wrote: HELP ME The kind people at http://serverfault.com/ can help you with your system administration problems. I'm afraid that we cannot. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible b

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Roy Smith
In article , Ned Batchelder wrote: > Just as you use "which python" to figure out what "python" was executing, > "which pip" will help you figure out what "pip" is running. And along those lines, if you're unsure where you're importing a module from, you can examine the __file__ attribute to

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Νίκος
HELP ME Στις 16/11/2013 3:53 μμ, ο/η Joel Goldstick έγραψε: not related to python On Sat, Nov 16, 2013 at 8:10 AM, Ferrous Cranus wrote: Perhaps by doing: locate pymysql locate pygeoip or perhaps by using find as follows: /usr/local/lib/python3.4/site-packages/PyMySQL-0.6.1-py3.4.egg

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Ned Batchelder
On Saturday, November 16, 2013 8:45:51 AM UTC-5, Ferrous Cranus wrote: > What the difference between locate and find? > > and seen find show me some results, what now? > > 'rm -rf' those files or i will break something? > > and then how i'am gonna install those 2 modules for python 3.3.2? For l

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Joel Goldstick
not related to python On Sat, Nov 16, 2013 at 8:10 AM, Ferrous Cranus wrote: > > Perhaps by doing: > > locate pymysql > locate pygeoip > > or perhaps by using find as follows: > /usr/local/lib/python3.4/site-packages/PyMySQL-0.6.1-py3.4.egg/pymysql > /usr/lib/python2.6/site-packages/pymysql > /va

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Ferrous Cranus
What the difference between locate and find? and seen find show me some results, what now? 'rm -rf' those files or i will break something? and then how i'am gonna install those 2 modules for python 3.3.2? -- https://mail.python.org/mailman/listinfo/python-list

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Ferrous Cranus
Perhaps by doing: locate pymysql locate pygeoip or perhaps by using find as follows: /usr/local/lib/python3.4/site-packages/PyMySQL-0.6.1-py3.4.egg/pymysql /usr/lib/python2.6/site-packages/pymysql /var/tmp/pip-build-root/pymysql /var/tmp/pip-build-root/pymysql/pymysql /var/tmp/pip-build-root/pym

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Antoon Pardon
Op 16-11-13 09:52, Ferrous Cranus schreef: > > but when is: http://superhost.gr > i get the error you will like 'pymysql' and 'pymysql' are missing > Since they are install how can they be missing? > > root@secure [~]# which python > /usr/bin/python > > root@secure [~]# which python3 > /usr/bin/