Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43565
| From | Marco <m.b@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | python setup.py install and dependencies |
| Date | 2013-04-14 11:24 +0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <kkdsku$hrj$1@speranza.aioe.org> (permalink) |
I have a some confusion about the package installation process. Let's say I have manually installed Python 3.3, so I don't have distribute and pip. Now I want to install the bpython shell, so I download the source code and after I try to do "python3.3 setup.py install". I did so, and all it'is ok, but I don't have the dependencies (pygments), so when I run bpython, Python complains with an ImportError: No module named 'pygments'. So I installed distribute, and after I removed and reinstalled bpython, and now "python3.3 setup.py install" has installed pygments too. So my question is: if I want "python3.3 setup.py install" installs the dependencies of a package I need to have distribute? And pip installs the dependencies because of it uses distribute? Thanks in advance, -- Marco
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
python setup.py install and dependencies Marco <m.b@gmail.com> - 2013-04-14 11:24 +0200
csiph-web