Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python': 0.08; 'setup.py': 0.09; 'subject:package': 0.16; 'subject:pypi': 0.16; 'sudo': 0.16; "system's": 0.16; 'downloaded': 0.21; 'sender:addr:gmail.com': 0.25; 'message-id:@mail.gmail.com': 0.28; 'assuming': 0.28; 'installed': 0.29; 'received:209.85.210.46': 0.30; 'received:mail- pz0-f46.google.com': 0.30; 'separately': 0.30; 'tar': 0.30; 'to:addr:python-list': 0.33; 'install': 0.35; 'to:name:python- list': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.38; 'either': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=tJNdNiH8+1E+yY9gsSR9xBBwQIAlUCqKpXFwK2JUYWY=; b=heCdrve+8h5WGww/PlPCqiy5CDEyqwMj2cY+FxiKr7s3zuiPzZQLk4NAQxkzNU41R1 En9C2oHncmP8JiCB069ezVUKJDzMPq4ydjh0/wRPQaqMIjY1NWsY3B6ILB+kR6aX++RL tC68qod0nPEuKsV0+MaFFvDURkz5jDIvJRoCM= MIME-Version: 1.0 Sender: jsf80238@gmail.com Date: Wed, 1 Feb 2012 05:53:28 +0000 X-Google-Sender-Auth: d6Df3Yr132Yy8GBb5hEPHAoSgMU Subject: Installing pypi package twice From: Jason Friedman To: python-list Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1328075613 news.xs4all.nl 6848 [2001:888:2000:d::a6]:51720 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19689 My system's default python is 2.6.5. I have separately installed 3.2.2 at /opt/python. I downloaded python-daemon-1.5.5 and installed with: $ tar xzf python-daemon-1.5.5 $ cd python-daemon-1.5.5 $ python setup.py build $ sudo python setup.py install How would I also install this package for 3.2.2? (I am assuming that python-daemon-1.5.5 is either version3-compatible or I can make it so).