Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38516
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <kwpolska@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.035 |
| X-Spam-Evidence | '*H*': 0.93; '*S*': 0.00; 'subject:installation': 0.07; 'subject:help': 0.07; 'python': 0.09; 'cc:addr:python-list': 0.10; 'sat,': 0.15; 'easy_install': 0.16; 'gpg': 0.16; 'setuptools': 0.16; 'wrote:': 0.17; 'windows': 0.19; 'feb': 0.19; 'cc:2**0': 0.23; 'user.': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'url:mailman': 0.29; 'install': 0.29; 'compatible': 0.30; 'url:python': 0.32; 'url:listinfo': 0.32; 'received:google.com': 0.34; 'robert': 0.35; 'pm,': 0.35; 'url:org': 0.36; 'does': 0.37; 'why': 0.37; 'subject:: ': 0.38; 'url:en': 0.38; 'url:mail': 0.40; 'different': 0.63; 'here': 0.65; 'learned': 0.65; 'hours': 0.66; 'websites': 0.66; '2013': 0.84; 'on?': 0.91; 'url:tk': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=eVofYsX2YP0Zwb3JyOm8+MsxvYFpfZXG+uReUqE2kIM=; b=pb5M4HEoHs6yQT1KNubncoD0UKza6MZSiBZYZQgCs2pOvwam2Q9SToIgg9RU8+F52L pD8nUdxC0rIVtSyEzKMLnVgdUcxbL9xSu/QXM9fjFTcnmR2Dunm9usH2gOuzQQp4h5jP SwDkmZilvG6lOsM/RI7F9P0bE69/tH3K4WQAty7PQwwnORvbzDNitax8eOogcAAhJM3i ARlJdFGea4jfKrPjf/H3SNHlVf6yjoWdJZRZlAZCda4rXleIvR2XHlWfC5zeUQsd6UPs CSNeGPBKETFKrlUa8IRin1PxlP5IPDdvA0mdmYwCrT2cHasbbgOrDDk4nb0s1UbeGzKw HPSQ== |
| X-Received | by 10.50.140.104 with SMTP id rf8mr7811693igb.21.1360415157557; Sat, 09 Feb 2013 05:05:57 -0800 (PST) |
| MIME-Version | 1.0 |
| In-Reply-To | <b685222b-4667-4ff6-b6d1-1e3e84378755@googlegroups.com> |
| References | <23e57245-a8ae-4c8e-85cf-65a2bf5c6b70@googlegroups.com> <mailman.1529.1360378965.2939.python-list@python.org> <b685222b-4667-4ff6-b6d1-1e3e84378755@googlegroups.com> |
| From | Kwpolska <kwpolska@gmail.com> |
| Date | Sat, 9 Feb 2013 14:05:36 +0100 |
| Subject | Re: Jinja2 installation help |
| To | Robert Iulian <robert.iulian90@gmail.com> |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| Cc | python-list@python.org |
| 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 | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1544.1360415165.2939.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1360415165 news.xs4all.nl 6857 [2001:888:2000:d::a6]:40984 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:38516 |
Show key headers only | View raw
On Sat, Feb 9, 2013 at 1:55 PM, Robert Iulian <robert.iulian90@gmail.com> wrote: > Here is the fucked up thing that I learned from all the hours of reading from different websites and documentation. > > To install Pip I need to install Easy_Install--> To install Easy_install I need to install Setup Tools whitch is NOT compatible with Python 3.XX ... If PIP is a replacement for Easy-install why does it require IT? What is going on? > > PS: I am a Windows 7 user. > -- > http://mail.python.org/mailman/listinfo/python-list It doesn’t require easy_install, nor setuptools (only distribute). http://www.pip-installer.org/en/latest/installing.html#using-get-pip -- Kwpolska <http://kwpolska.tk> | GPG KEY: 5EAAEA16 stop html mail | always bottom-post http://asciiribbon.org | http://caliburn.nl/topposting.html
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Jinja2 installation help Robert Iulian <robert.iulian90@gmail.com> - 2013-02-08 09:54 -0800
Re: Jinja2 installation help Wayne Werner <wayne@waynewerner.com> - 2013-02-08 20:56 -0600
Re: Jinja2 installation help Robert Iulian <robert.iulian90@gmail.com> - 2013-02-09 04:55 -0800
Re: Jinja2 installation help Kwpolska <kwpolska@gmail.com> - 2013-02-09 14:05 +0100
Re: Jinja2 installation help Robert Iulian <robert.iulian90@gmail.com> - 2013-02-09 05:15 -0800
Re: Jinja2 installation help Robert Iulian <robert.iulian90@gmail.com> - 2013-02-09 05:15 -0800
Re: Jinja2 installation help Robert Iulian <robert.iulian90@gmail.com> - 2013-02-09 04:55 -0800
csiph-web