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


Groups > comp.lang.python > #59597

Re: Question regarding 2 modules installed via 'pip'

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <antoon.pardon@rece.vub.ac.be>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.098
X-Spam-Evidence '*H*': 0.86; '*S*': 0.06; 'python3': 0.07; 'subject:Question': 0.07; 'here?': 0.09; 'skip:/ 10': 0.09; 'subject:modules': 0.09; 'python': 0.11; 'missing?': 0.16; 'install': 0.23; 'header:User-Agent:1': 0.23; 'error': 0.23; 'case.': 0.24; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'this.': 0.32; 'but': 0.35; 'subject:regarding': 0.36; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'default': 0.69; 'pardon': 0.84; 'received:192.168.1.7': 0.84; 'received:195.238': 0.84; 'received:195.238.6': 0.84; 'received:belgacom.be': 0.84; 'received:isp.belgacom.be': 0.84; 'subject:via': 0.84
X-Belgacom-Dynamic yes
X-IronPort-Anti-Spam-Filtered true
X-IronPort-Anti-Spam-Result ApMBANpKh1JQyHQi/2dsb2JhbAANS4M/wAKBNYMaAQEEeBELIRYPCQMCAQIBRRMIAogCrguKIIh5j3AWhBsDmBCBL5QH
Date Sat, 16 Nov 2013 11:41:03 +0100
From Antoon Pardon <antoon.pardon@rece.vub.ac.be>
User-Agent Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130922 Icedove/17.0.9
MIME-Version 1.0
To python-list@python.org
Subject Re: Question regarding 2 modules installed via 'pip'
References <613f8a56-5869-45e3-8999-c9c14458cf9c@googlegroups.com>
In-Reply-To <613f8a56-5869-45e3-8999-c9c14458cf9c@googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2706.1384598532.18130.python-list@python.org> (permalink)
Lines 21
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1384598532 news.xs4all.nl 15990 [2001:888:2000:d::a6]:51645
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:59597

Show key headers only | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

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

csiph-web