Re: Suse Linux installation

2011-10-17 Thread aledr
In case of openSUSE 11.3, as root type: zypper ar http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_11.3/devel:languages:python.repo In case of openSUSE 11.4, as root type: zypper ar http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_11.4/deve

Re: Suse Linux installation

2011-10-17 Thread Andrew Johnson
Thanks again for your reply. On the django installation guide is says: A Django package is available for openSUSE Linux in the openSUSE Build Service. The current package can be installed by subscribing to the devel:languages:python project and typing 'zypper install python- django'. Alternati

Re: Suse Linux installation

2011-10-17 Thread aledr
It is the openSUSE software repos site. You can check how to usage it here[1]. Choose the correct folder from the openSUSE version you are using. [1]: http://en.opensuse.org/SDB:Zypper_usage On Mon, Oct 17, 2011 at 4:37 PM, Andrew Johnson wrote: > Thanks for the response! > > Where can I get mor

Re: Suse Linux installation

2011-10-17 Thread Andrew Johnson
Thanks for the response! Where can I get more guidance about how to use the website you reference? I go there and see nothing about django and am unsure how to proceed. On Oct 14, 1:07 pm, aledr wrote: > You can get it directly from the Python repo[1]. > Otherwise you need python-distribute or

Re: Suse Linux installation

2011-10-14 Thread Anoop Thomas Mathew
Check the Python Version. Thanks, Anoop atm ___ Life is short, Live it hard. On 14 October 2011 22:24, Andrew Johnson wrote: > I download and untar Django-1.3.1 and try to install and get: > > django/Django-1.3.1> sudo python setup.py install > Traceback (most recent call last): > File "setup

Re: Suse Linux installation

2011-10-14 Thread aledr
You can get it directly from the Python repo[1]. Otherwise you need python-distribute or python-setuptools to build it (you can just install one of them with 'zypper in python-...' or download from the same[1] repo). [1]: http://download.opensuse.org/repositories/devel:/languages:/python/ On Fri,

Suse Linux installation

2011-10-14 Thread Andrew Johnson
I download and untar Django-1.3.1 and try to install and get: django/Django-1.3.1> sudo python setup.py install Traceback (most recent call last): File "setup.py", line 1, in ? from distutils.core import setup ImportError: No module named distutils.core I don't see a file named distutils.co