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


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

Installing pypi package twice

Started byJason Friedman <jason@powerpull.net>
First post2012-02-01 05:53 +0000
Last post2012-02-01 19:18 +1100
Articles 2 — 2 participants

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


Contents

  Installing pypi package twice Jason Friedman <jason@powerpull.net> - 2012-02-01 05:53 +0000
    Re: Installing pypi package twice Ben Finney <ben+python@benfinney.id.au> - 2012-02-01 19:18 +1100

#19689 — Installing pypi package twice

FromJason Friedman <jason@powerpull.net>
Date2012-02-01 05:53 +0000
SubjectInstalling pypi package twice
Message-ID<mailman.5285.1328075613.27778.python-list@python.org>
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).

[toc] | [next] | [standalone]


#19695

FromBen Finney <ben+python@benfinney.id.au>
Date2012-02-01 19:18 +1100
Message-ID<87sjivvuer.fsf@benfinney.id.au>
In reply to#19689
Jason Friedman <jason@powerpull.net> writes:

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

I am the primary developer of ‘python-daemon’. It is an explicit goal of
this library to target Python 3, but that has not been achieved yet.

I welcome discussion on the new forum for development discussion
<URL:http://lists.alioth.debian.org/mailman/listinfo/python-daemon-devel>.

-- 
 \         “Science is a way of trying not to fool yourself. The first |
  `\     principle is that you must not fool yourself, and you are the |
_o__)               easiest person to fool.” —Richard P. Feynman, 1964 |
Ben Finney

[toc] | [prev] | [standalone]


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


csiph-web