I'm trying to install django on SUSE 10.2 in VMWare server on Vista. My first problem was that the file setuptools-0.6c1-py2.5.egg which the istallation tries to fetch from the internet did not exist so i had to get setuptools-0.6c5-py2.5.egg and rename it (which iread somewhere was ok .. hope that's right)
I then moved setuptools-0.6c1-py2.5.egg into the correct location and the error i had been getting stopped ... but I now get this message when I do 'sudo python setup.py install' running install error: invalid Python installation: unable to open /usr/lib/python2.5/ config/Makefile (No such file or directory) The directory does not exist even though I have installed python (using Yast). So I then tried compiling python from source. And trying again and i get this message when I do 'sudo python setup.py install' 'import site' failed; use -v for traceback Traceback (most recent call last): File "setup.py", line 2, in <module> ez_setup.use_setuptools() File "/root/Django-0.95.1/ez_setup.py", line 74, in use_setuptools import setuptools; setuptools.bootstrap_install_from = egg File "/root/Django-0.95.1/setuptools-0.6c1-py2.5.egg/setuptools/ __init__.py", line 2, in <module> File "/root/Django-0.95.1/setuptools-0.6c1-py2.5.egg/setuptools/ extension.py", line 2, in <module> File "/root/Django-0.95.1/setuptools-0.6c1-py2.5.egg/setuptools/ dist.py", line 5, in <module> File "/root/Django-0.95.1/setuptools-0.6c1-py2.5.egg/setuptools/ command/install.py", line 2, in <module> File "/usr/lib/python2.5/distutils/command/install.py", line 22, in <module> libname = sys.lib AttributeError: 'module' object has no attribute 'lib' And this is as far as I've got so far ... am I on the right track .. should i start again? .. any ideas? Any help would be very welcome. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---