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

Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Ferrous Cranus
Finally i have managed to install 'Python' and 'Python-pip' from rpms from EPEL repository. That good BUT: root@secure [~]# pip install pymysql Downloading/unpacking pymysql Downloading PyMySQL-0.6.1.tar.gz (51kB): 51kB downloaded Running setup.py egg_info for package pymysql Installing

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/python3

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

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 Joel Goldstick
not related to python On Sat, Nov 16, 2013 at 8:10 AM, Ferrous Cranus nikos.gr...@gmail.com 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

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 locate

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 nikos.gr...@gmail.com wrote: Perhaps by doing: locate pymysql locate pygeoip or perhaps by using find as follows:

Re: Question regarding 2 modules installed via 'pip'

2013-11-16 Thread Roy Smith
In article cfd71610-1e34-4fec-82b0-fac2d4e91...@googlegroups.com, Ned Batchelder n...@nedbatchelder.com 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

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

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, about

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, stop this. You are

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. -- Robert Kern

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 nikos.gr...@gmail.com 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

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 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

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 nikos.gr...@gmail.com 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

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, what now?

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

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 pip

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 that i

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@secure [~]#

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 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

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/python3: Not

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

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

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

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

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 [~]# cd

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 nikos.gr...@gmail.com 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

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