On Thu, Sep 11, 2008 at 12:09 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

>
> I have unsuccessfully trid to upgrade from .96.1  to 1.0 and now i am
> getting an error stating that there is no url module in python 2.5
> site-packages.
>
> has anyone else got this error and did we do away with the url module
>

What error and what url module?  Python has urllib and urllib2, those are
unaffected by Django.  Django apps by convention use urls.py files as a
place to store url patterns, but the name (which is usually urls, not url)
is specified in settings.py ROOT_URLCONF so could be whatever you want. The
fundamental url configuration for Django did not change between .96 and
1.0.  The specifics of configuring the urls for the Admin app has changed,
see:

http://docs.djangoproject.com/en/dev/releases/1.0-porting-guide

for details (though I'd hope you already read that as preparation for
upgrading).

You will likely get better responses if you are more specific about what
exactly you are doing (e.g., running what command) and the error message you
are getting (e.g., cut-and-paste it). As it is I have no idea really what
problem you are encountering.

Karen

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to