Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #59594 > unrolled thread

Question regarding 2 modules installed via 'pip'

Started byFerrous Cranus <nikos.gr33k@gmail.com>
First post2013-11-16 00:52 -0800
Last post2013-11-16 16:43 +0100
Articles 20 on this page of 32 — 17 participants

Back to article view | Back to comp.lang.python


Contents

  Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 00:52 -0800
    Re: Question regarding 2 modules installed via 'pip' Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-11-16 11:41 +0100
      Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 05:10 -0800
        Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 05:45 -0800
          Re: Question regarding 2 modules installed via 'pip' Ned Batchelder <ned@nedbatchelder.com> - 2013-11-16 05:54 -0800
            Re: Question regarding 2 modules installed via 'pip' Roy Smith <roy@panix.com> - 2013-11-16 09:25 -0500
            Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 07:43 -0800
              Re: Question regarding 2 modules installed via 'pip' YBM <ybmess@nooos.fr.invalid> - 2013-11-16 17:49 +0100
                Re: Question regarding 2 modules installed via 'pip' Denis McMahon <denismfmcmahon@gmail.com> - 2013-11-17 01:07 +0000
          Re: Question regarding 2 modules installed via 'pip' Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-16 15:20 +0000
            Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 07:32 -0800
              Re: Question regarding 2 modules installed via 'pip' Johannes Findeisen <mailman@hanez.org> - 2013-11-16 16:45 +0100
                Re: Question regarding 2 modules installed via 'pip' Ned Batchelder <ned@nedbatchelder.com> - 2013-11-16 07:56 -0800
                  Re: Question regarding 2 modules installed via 'pip' Johannes Findeisen <mailman@hanez.org> - 2013-11-16 17:06 +0100
              Re: Question regarding 2 modules installed via 'pip' YBM <ybmess@nooos.fr.invalid> - 2013-11-16 17:48 +0100
                Re: Question regarding 2 modules installed via 'pip' Ned Batchelder <ned@nedbatchelder.com> - 2013-11-16 08:51 -0800
                  Re: Question regarding 2 modules installed via 'pip' Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-16 17:02 +0000
                  Re: Question regarding 2 modules installed via 'pip' Robert Kern <robert.kern@gmail.com> - 2013-11-16 17:19 +0000
                Re: Question regarding 2 modules installed via 'pip' Nikos <nikos@superhost.gr> - 2013-11-17 11:04 +0200
        Re: Question regarding 2 modules installed via 'pip' Joel Goldstick <joel.goldstick@gmail.com> - 2013-11-16 08:53 -0500
        Re: Question regarding 2 modules installed via 'pip' Νίκος <nikos@superhost.gr> - 2013-11-16 15:59 +0200
          Re: Question regarding 2 modules installed via 'pip' Ned Batchelder <ned@nedbatchelder.com> - 2013-11-16 07:04 -0800
            Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 07:11 -0800
              Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 07:15 -0800
                Re: Question regarding 2 modules installed via 'pip' Dave Angel <davea@davea.name> - 2013-11-16 21:33 -0600
              Re: Question regarding 2 modules installed via 'pip' Chris Angelico <rosuav@gmail.com> - 2013-11-17 02:19 +1100
                Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 07:33 -0800
                  Re: Question regarding 2 modules installed via 'pip' mm0fmf <none@mailinator.com> - 2013-11-16 19:35 +0000
          Re: Question regarding 2 modules installed via 'pip' Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-17 05:52 +0000
        Re: Question regarding 2 modules installed via 'pip' Robert Kern <robert.kern@gmail.com> - 2013-11-16 15:01 +0000
          Re: Question regarding 2 modules installed via 'pip' Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-16 07:13 -0800
            Re: Question regarding 2 modules installed via 'pip' Andreas Perstinger <andipersti@gmail.com> - 2013-11-16 16:43 +0100

Page 1 of 2  [1] 2  Next page →


#59594 — Question regarding 2 modules installed via 'pip'

FromFerrous Cranus <nikos.gr33k@gmail.com>
Date2013-11-16 00:52 -0800
SubjectQuestion regarding 2 modules installed via 'pip'
Message-ID<613f8a56-5869-45e3-8999-c9c14458cf9c@googlegroups.com>
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 collected packages: pymysql
Running setup.py install for pymysql
Successfully installed pymysql
Cleaning up...
root@secure [~]# pip install pygeoip
Downloading/unpacking pygeoip
Downloading pygeoip-0.3.0.tar.gz (97kB): 97kB downloaded
Running setup.py egg_info for package pygeoip
Installing collected packages: pygeoip
Running setup.py install for pygeoip
Successfully installed pygeoip
Cleaning up...
root@secure [~]#
root@secure [~]# pip list py*
distribute (0.6.10)
ethtool (0.6)
iniparse (0.3.1)
iwlib (1.0)
pycurl (7.19.0)
pygeoip (0.3.0)
pygpgme (0.1)
PyMySQL (0.6.1)
urlgrabber (3.9.1)
yum-metadata-parser (1.1.2)
root@secure [~]#

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

The only thing i can think of is that those packages have installed under default python 2.6.6 and not under Python 3.3.2.

Can this be the case here?
And if yes then, how will i e those 2 packages with latest python?

[toc] | [next] | [standalone]


#59597

FromAntoon Pardon <antoon.pardon@rece.vub.ac.be>
Date2013-11-16 11:41 +0100
Message-ID<mailman.2706.1384598532.18130.python-list@python.org>
In reply to#59594
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
> root@secure [~]#
> 
> The only thing i can think of is that those packages have installed under default python 2.6.6 and not under Python 3.3.2.
> 
> Can this be the case here?

It can be the case. Now think of a way to verify this.

-- 
Antoon Pardon

[toc] | [prev] | [next] | [standalone]


#59602

FromFerrous Cranus <nikos.gr33k@gmail.com>
Date2013-11-16 05:10 -0800
Message-ID<f6007cf5-c9c0-48e6-8713-f18ea6e99140@googlegroups.com>
In reply to#59597
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/pymysql/build/lib/pymysql
/tmp/pip-build-root/pymysql
/tmp/pip-build-root/pymysql/pymysql
/tmp/pip-build-root/pymysql/build/lib/pymysql

root@secure [~]# find / -name pygeoip
/usr/lib/python2.6/site-packages/pygeoip
/var/tmp/pip-build-root/pygeoip
/var/tmp/pip-build-root/pygeoip/build/lib/pygeoip
/var/tmp/pip-build-root/pygeoip/pygeoip
/tmp/pip-build-root/pygeoip
/tmp/pip-build-root/pygeoip/build/lib/pygeoip
/tmp/pip-build-root/pygeoip/pygeoip
root@secure [~]#

[toc] | [prev] | [next] | [standalone]


#59603

FromFerrous Cranus <nikos.gr33k@gmail.com>
Date2013-11-16 05:45 -0800
Message-ID<25880d3d-e306-4f4d-8d33-3b0a37d5cda6@googlegroups.com>
In reply to#59602
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?

[toc] | [prev] | [next] | [standalone]


#59605

FromNed Batchelder <ned@nedbatchelder.com>
Date2013-11-16 05:54 -0800
Message-ID<cfd71610-1e34-4fec-82b0-fac2d4e91f7b@googlegroups.com>
In reply to#59603
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 vs find, you should find a Unix tutorial online, there are many, and will be a better resource than us.  Please keep in mind that some of your questions are about how to operate Unix, which is off-topic for this list.

Just as you use "which python" to figure out what "python" was executing, "which pip" will help you figure out what "pip" is running.

--Ned.

[toc] | [prev] | [next] | [standalone]


#59608

FromRoy Smith <roy@panix.com>
Date2013-11-16 09:25 -0500
Message-ID<roy-856EAC.09253916112013@news.panix.com>
In reply to#59605
In article <cfd71610-1e34-4fec-82b0-fac2d4e91f7b@googlegroups.com>,
 Ned Batchelder <ned@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 importing a module 
from, you can examine the __file__ attribute to find out:

>>> import requests
>>> requests.__file__
'/home/songza/deploy/rel-2013-11-14d/python/local/lib/python2.7/site-pack
ages/requests/__init__.pyc'

[toc] | [prev] | [next] | [standalone]


#59622

FromFerrous Cranus <nikos.gr33k@gmail.com>
Date2013-11-16 07:43 -0800
Message-ID<6a1ca615-bcbd-47f6-af1d-10b578c71175@googlegroups.com>
In reply to#59605
> 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
/usr/bin/pip

root@secure [~]# cd /usr/bin/pip
-bash: cd: /usr/bin/pip: Not a directory

WHAT THE FUCK IS GOING ON WITH THIS DAMN CentOS 6.4?

WHY CANT I JUST CD INTO HESE DAMN FOLDERS?

[toc] | [prev] | [next] | [standalone]


#59635

FromYBM <ybmess@nooos.fr.invalid>
Date2013-11-16 17:49 +0100
Message-ID<5287a20d$0$2288$426a34cc@news.free.fr>
In reply to#59622
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 a directory
>
> root@secure [~]# which pip
> /usr/bin/pip
>
> root@secure [~]# cd /usr/bin/pip
> -bash: cd: /usr/bin/pip: Not a directory
>
> WHAT THE FUCK IS GOING ON WITH THIS DAMN CentOS 6.4?
>
> WHY CANT I JUST CD INTO HESE DAMN FOLDERS?
>

What don't you understand in what bash told you with
"Not a directory" ?

[toc] | [prev] | [next] | [standalone]


#59673

FromDenis McMahon <denismfmcmahon@gmail.com>
Date2013-11-17 01:07 +0000
Message-ID<l694s4$5tm$2@dont-email.me>
In reply to#59635
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 /usr/bin/pip -bash: cd: /usr/bin/pip: Not a
>> directory

>> WHAT THE FUCK IS GOING ON WITH THIS DAMN CentOS 6.4?
>> WHY CANT I JUST CD INTO HESE DAMN FOLDERS?

> What don't you understand in what bash told you with "Not a directory" ?

He doesn't understand error messages until he's posted them on usenet and 
had them explained to him.

I think his default state of mind is "I'm perfect, therefore I can't have 
made a mistake, so the software must be broken."

Then he posts the error messages here and we all laugh at his ineptitude.

I would answer his question, but I foreswore helping him days ago now, 
you just get too much abuse because (in his opinion) your answer includes 
excessive whitespace.

-- 
Denis McMahon, denismfmcmahon@gmail.com

[toc] | [prev] | [next] | [standalone]


#59618

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2013-11-16 15:20 +0000
Message-ID<mailman.2719.1384615271.18130.python-list@python.org>
In reply to#59603
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 modules for python 3.3.2?
>

I assume you can navigate to the Python 3.3.2 directory where pip is 
installed and run it from there.

-- 
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence

[toc] | [prev] | [next] | [standalone]


#59620

FromFerrous Cranus <nikos.gr33k@gmail.com>
Date2013-11-16 07:32 -0800
Message-ID<afa65e4c-5e17-41df-99d8-145709bfa6b3@googlegroups.com>
In reply to#59618
Τη Σάββατο, 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?
> 
> >
> 
> > 'rm -rf' those files or i will break something?

> Ditto.
Doe 'ditto' mean 'yes'?
Here si what i ahve tried:

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

root@secure [~]# locate *python3.4* | rm -rf

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

root@secure [~]# find / -name *python3.4* | rm -rf

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 aboe displayed persist. 

> > and then how i'am gonna install those 2 modules for python 3.3.2?

> I assume you can navigate to the Python 3.3.2 directory where pip is 
> installed and run it from there.

root@secure [~]# which python3
/usr/bin/python3

root@secure [~]# cd /usr/bin/python3
-bash: cd: /usr/bin/python3: Not a directory

It seems that i cannot even cd into this folder, wtf....

[toc] | [prev] | [next] | [standalone]


#59624

FromJohannes Findeisen <mailman@hanez.org>
Date2013-11-16 16:45 +0100
Message-ID<mailman.2722.1384616825.18130.python-list@python.org>
In reply to#59620
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 cannot even cd into this folder, wtf....

Nikos, please stop now! We can not teach you in Unix/Linux basics here.
You really have to learn a lot. You are missing tons of basics so it
makes no sense to help you here because you need to learn a lot before
you can understand answers to this!

BTW, /usr/bin/python3 is a file and not a directory! This is what the
error message says!

You are really destroying this list! Go to other places like
stackoverflow and ask your questions there. You are mixing a lot of
topics and this is not helpful to others!

Johannes 

[toc] | [prev] | [next] | [standalone]


#59625

FromNed Batchelder <ned@nedbatchelder.com>
Date2013-11-16 07:56 -0800
Message-ID<2a170e85-c15d-4dc1-8982-99820279ed3e@googlegroups.com>
In reply to#59624
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 [~]# cd /usr/bin/python3
> > -bash: cd: /usr/bin/python3: Not a directory
> > 
> > It seems that i cannot even cd into this folder, wtf....
> 
> Nikos, please stop now! We can not teach you in Unix/Linux basics here.
> You really have to learn a lot. You are missing tons of basics so it
> makes no sense to help you here because you need to learn a lot before
> you can understand answers to this!
> 
> BTW, /usr/bin/python3 is a file and not a directory! This is what the
> error message says!

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

Unix questions are off-topic, and will not be answered in this forum.  Do not answer them.

--Ned.

> 
> Johannes

[toc] | [prev] | [next] | [standalone]


#59629

FromJohannes Findeisen <mailman@hanez.org>
Date2013-11-16 17:06 +0100
Message-ID<mailman.2724.1384618070.18130.python-list@python.org>
In reply to#59625
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 simple.
> 
> Unix questions are off-topic, and will not be answered in this forum.  Do not answer them.

Hi Ned,

You are totally right, I agree with you! Thanks for your reply! I will
not do that anymore.

Johannes

[toc] | [prev] | [next] | [standalone]


#59634

FromYBM <ybmess@nooos.fr.invalid>
Date2013-11-16 17:48 +0100
Message-ID<5287a1d4$0$2288$426a34cc@news.free.fr>
In reply to#59620
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 aboe displayed persist.

I doubt it, find ... | rm ... does absolutely nothing as you'd have
figured out by yourself if you had a brain.

>>> and then how i'am gonna install those 2 modules for python 3.3.2?
>
>> I assume you can navigate to the Python 3.3.2 directory where pip is
>> installed and run it from there.
>
> root@secure [~]# which python3
> /usr/bin/python3
>
> root@secure [~]# cd /usr/bin/python3
> -bash: cd: /usr/bin/python3: Not a directory
>
> It seems that i cannot even cd into this folder, wtf....
>

Perhaps because this is not a folder. Learn to read.

[toc] | [prev] | [next] | [standalone]


#59636

FromNed Batchelder <ned@nedbatchelder.com>
Date2013-11-16 08:51 -0800
Message-ID<f977fa0e-ad57-491a-89a7-5c3a2fee9502@googlegroups.com>
In reply to#59634
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/man/man1/python3.4.1
> >
> > many files of python's 3.4a have been deleted this way, but the aboe displayed persist.
> 
> I doubt it, find ... | rm ... does absolutely nothing as you'd have
> figured out by yourself if you had a brain.
> 
> >>> and then how i'am gonna install those 2 modules for python 3.3.2?
> >
> >> I assume you can navigate to the Python 3.3.2 directory where pip is
> >> installed and run it from there.
> >
> > root@secure [~]# which python3
> > /usr/bin/python3
> >
> > root@secure [~]# cd /usr/bin/python3
> > -bash: cd: /usr/bin/python3: Not a directory
> >
> > It seems that i cannot even cd into this folder, wtf....
> >
> 
> 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 doesn't make the list a better community, and it doesn't work to improve Nikos' behavior. 

http://www.python.org/psf/codeofconduct/

--Ned.

[toc] | [prev] | [next] | [standalone]


#59639

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2013-11-16 17:02 +0000
Message-ID<mailman.2726.1384621391.18130.python-list@python.org>
In reply to#59636
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 doesn't make the list a better community, and it doesn't work to improve Nikos' behavior.
>
> http://www.python.org/psf/codeofconduct/
>
> --Ned.
>

For the record has anybody ever pointed Nikos at the code of conduct? 
If yes good.  If no why not, and why then point it out to someone who to 
my knowledge has never posted here before?

-- 
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence

[toc] | [prev] | [next] | [standalone]


#59641

FromRobert Kern <robert.kern@gmail.com>
Date2013-11-16 17:19 +0000
Message-ID<mailman.2727.1384622391.18130.python-list@python.org>
In reply to#59636
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.  It doesn't make the thread stop, it doesn't make the list a
>> better community, and it doesn't work to improve Nikos' behavior.
>>
>> http://www.python.org/psf/codeofconduct/
>>
>> --Ned.
>>
>
> For the record has anybody ever pointed Nikos at the code of conduct? If yes
> good.

I believe so, but I can't summon the will to search for it.

> If no why not, and why then point it out to someone who to my knowledge
> has never posted here before?

Being presented with the community's code of conduct is not a punishment for bad 
behavior. Newcomers are the *primary* audience for the code of conduct. I'm old 
enough to remember moderated listservs (as was the fashion at the time) that 
would automatically reply to each new poster with the listserv's charter and 
expected rules of netiquette (which is what we called it in those halcyon days).

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco

[toc] | [prev] | [next] | [standalone]


#59703

FromNikos <nikos@superhost.gr>
Date2013-11-17 11:04 +0200
Message-ID<l6a0q0$lq0$1@dont-email.me>
In reply to#59634
Στις 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.

[toc] | [prev] | [next] | [standalone]


#59604

FromJoel Goldstick <joel.goldstick@gmail.com>
Date2013-11-16 08:53 -0500
Message-ID<mailman.2712.1384610026.18130.python-list@python.org>
In reply to#59602
not related to python

On Sat, Nov 16, 2013 at 8:10 AM, Ferrous Cranus <nikos.gr33k@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
> /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/pymysql/build/lib/pymysql
> /tmp/pip-build-root/pymysql
> /tmp/pip-build-root/pymysql/pymysql
> /tmp/pip-build-root/pymysql/build/lib/pymysql
>
> root@secure [~]# find / -name pygeoip
> /usr/lib/python2.6/site-packages/pygeoip
> /var/tmp/pip-build-root/pygeoip
> /var/tmp/pip-build-root/pygeoip/build/lib/pygeoip
> /var/tmp/pip-build-root/pygeoip/pygeoip
> /tmp/pip-build-root/pygeoip
> /tmp/pip-build-root/pygeoip/build/lib/pygeoip
> /tmp/pip-build-root/pygeoip/pygeoip
> root@secure [~]#
> --
> https://mail.python.org/mailman/listinfo/python-list



-- 
Joel Goldstick
http://joelgoldstick.com

[toc] | [prev] | [next] | [standalone]


Page 1 of 2  [1] 2  Next page →

Back to top | Article view | comp.lang.python


csiph-web