Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38470 > unrolled thread
| Started by | Robert Iulian <robert.iulian90@gmail.com> |
|---|---|
| First post | 2013-02-08 09:54 -0800 |
| Last post | 2013-02-09 04:55 -0800 |
| Articles | 7 — 3 participants |
Back to article view | Back to comp.lang.python
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
| From | Robert Iulian <robert.iulian90@gmail.com> |
|---|---|
| Date | 2013-02-08 09:54 -0800 |
| Subject | Jinja2 installation help |
| Message-ID | <23e57245-a8ae-4c8e-85cf-65a2bf5c6b70@googlegroups.com> |
Hello, I recently started learning Python. Just finished learning the basis of it, and now I think I'm ready to start working on a simple website but I am having some difficulties installing Jinja2. Can anyone post a dummy guide on how to install it, and what to do step by step? I am using the lastest Python version 3.3 . Thank you!
[toc] | [next] | [standalone]
| From | Wayne Werner <wayne@waynewerner.com> |
|---|---|
| Date | 2013-02-08 20:56 -0600 |
| Message-ID | <mailman.1529.1360378965.2939.python-list@python.org> |
| In reply to | #38470 |
On Fri, 8 Feb 2013, Robert Iulian wrote: > Hello, > > I recently started learning Python. Just finished learning the basis of it, and now I think I'm ready to start working on a simple website but I am having some difficulties installing Jinja2. > Can anyone post a dummy guide on how to install it, and what to do step by step? > I am using the lastest Python version 3.3 . Do you have easy_install or pip installed? If you do, $ pip install jinja2 And that's it! HTH, Wayne
[toc] | [prev] | [next] | [standalone]
| From | Robert Iulian <robert.iulian90@gmail.com> |
|---|---|
| Date | 2013-02-09 04:55 -0800 |
| Message-ID | <b685222b-4667-4ff6-b6d1-1e3e84378755@googlegroups.com> |
| In reply to | #38491 |
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.
[toc] | [prev] | [next] | [standalone]
| From | Kwpolska <kwpolska@gmail.com> |
|---|---|
| Date | 2013-02-09 14:05 +0100 |
| Message-ID | <mailman.1544.1360415165.2939.python-list@python.org> |
| In reply to | #38515 |
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
[toc] | [prev] | [next] | [standalone]
| From | Robert Iulian <robert.iulian90@gmail.com> |
|---|---|
| Date | 2013-02-09 05:15 -0800 |
| Message-ID | <ac68d1c8-04df-4ad5-bb42-0a37ae2694a3@googlegroups.com> |
| In reply to | #38516 |
Ah...Must have slipped that. It worked! Thank you all for the support ! Be well ! Robert
[toc] | [prev] | [next] | [standalone]
| From | Robert Iulian <robert.iulian90@gmail.com> |
|---|---|
| Date | 2013-02-09 05:15 -0800 |
| Message-ID | <mailman.1547.1360415739.2939.python-list@python.org> |
| In reply to | #38516 |
Ah...Must have slipped that. It worked! Thank you all for the support ! Be well ! Robert
[toc] | [prev] | [next] | [standalone]
| From | Robert Iulian <robert.iulian90@gmail.com> |
|---|---|
| Date | 2013-02-09 04:55 -0800 |
| Message-ID | <mailman.1545.1360415257.2939.python-list@python.org> |
| In reply to | #38491 |
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.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web