No, its not reasonable to assume people know everything about python from day 1.
I only just started using Python and primarily started using it because of Django. I had no problem installing Python, hooking it into Apache, configuring Django, etc etc, sys administration is my main field of expertise. But I'm not a programmer(eventhough I know my way around PHP better then most devs I know), am brand new to python and brand new to djagno. Where is the problem in putting: -------------------------------------------------- To install type: python setup.py install -------------------------------------------------- in the INSTALL file anyway? Why have an INSTALL file in every archive you release if you can't even be bothered to type that tiny line in it? You don't even have to write it with every release you make, just the very first time. Anyway, thanks for the information on the tutorial and the info about how to install these modules. On Aug 14, 1:28 am, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 8/13/07, TheMaTrIx <[EMAIL PROTECTED]> wrote: > > > Neither of these apps has any kind of information on their sites or in > > the archives on how you can install those modules so you can enable > > memcached in the django config. They seem to think that everyone knows > > everything about Python or something ... > > To be fair, you're trying to use a python library; it's reasonable to > assume you know how to use python. Do you think every library should > explain the same stuff every time? > > You should go read the python tutorial:http://docs.python.org/tut/ > > But if you're impatient: > wgetftp://ftp.tummy.com/pub/python-memcached/python-memcached-1.38.tar.gz > tar xfz python-memcached-1.38.tar.gz > cd python-memcached-1.38 > sudo python setup.py install --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

