Re: Jinja2 installation help

2013-02-09 Thread Robert Iulian
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


Re: Jinja2 installation help

2013-02-09 Thread Kwpolska
On Sat, Feb 9, 2013 at 1:55 PM, Robert Iulian robert.iulia...@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
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Jinja2 installation help

2013-02-09 Thread Robert Iulian
Ah...Must have slipped that. It worked!

Thank you all for the support ! Be well !

Robert
-- 
http://mail.python.org/mailman/listinfo/python-list


Jinja2 installation help

2013-02-08 Thread Robert Iulian
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!
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Jinja2 installation help

2013-02-08 Thread Wayne Werner

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
--
http://mail.python.org/mailman/listinfo/python-list