There's a typo in that list, assuming it's a straight copy and paste:

     'django.django_xmlrpc,'

Should read:

     'django.django_xmlrpc', # The comma was placed /before/ the
closing quote instead of after it.

If that doesn't fix it, let me know.

Cheers,

Graham

On May 14, 4:39 pm, "patrick k." <[EMAIL PROTECTED]> wrote:
> INSTALLED_APPS = (
>      'django.contrib.auth',
>      'django.contrib.contenttypes',
>      'django.contrib.sessions',
>      'django.contrib.sites',
>      'django.contrib.admin',
>      'django.django_xmlrpc,'
>      'django.contrib.flatpages',
>      'www.movies',
>      'www.trailer',
>      'www.stars',
>      'www.cinemas',
>      'www.announcers',
>      'www.container',
>      'www.games',
>      'www.promos',
>      'www.festivals',
>      'www.user',
>      'www.configuration',
>      'www.custom_tags',
> )
>
> thanks.
> patrick
>
> Am 14.05.2007 um 17:33 schrieb Graham Binns:
>
>
>
> > That's... bizarre.
>
> > Could you post the INSTALLED_APPS section of your settings.py here for
> > me?
>
> > Cheers,
>
> > Graham
>
> > On May 14, 2:54 pm, "patrick k." <[EMAIL PROTECTED]> wrote:
> >> 1. no error when importing from the shell, if django.django_xmlrpc is
> >> NOT in the installed apps.
> >> 2. not able to launch the shell when django.django_xmlrpc IS in the
> >> installed apps.
>
> >> I´ve tried to put the package somewhere else but that doesn´t change
> >> anything.
>
> >> thanks,
> >> patrick
>
> >> Am 14.05.2007 um 15:36 schrieb CodeDragon:
>
> >>> Hi Patrick,
>
> >>> I can't seem to reproduce this error myself. Could you try importing
> >>> django.django_xmlrpc through the interactive shell and reproduce the
> >>> output for me?
>
> >>> Also, it might be worth trying to put the django_xmlrpc package
> >>> somewhere else in your PYTHONPATH rather than under the Django
> >>> directory.
>
> >>> Thanks in advance,
>
> >>> Graham
>
> >>> On May 14, 8:59 am, "patrick k." <[EMAIL PROTECTED]> wrote:
> >>>> thanks for the code, graham.
>
> >>>> I tried to install django_xmlrpc as described on the google-site.
> >>>> I did the checkout to my django-directory and added
> >>>> django.django_xmlrpc to the installed apps.
> >>>> when I start the dev-server I get the following error-message:
> >>>> AttributeError: 'module' object has no attribute 'django_xmlrpc,'
>
> >>>> what´s wrong?
>
> >>>> thanks,
> >>>> patrick
>
> >>>> Am 13.05.2007 um 23:06 schrieb CodeDragon:
>
> >>>>> Hi all,
>
> >>>>> Here's a note to let you know that there is now an XML-RPC server
> >>>>> app
> >>>>> for Django publicly available under an open-source license.
>
> >>>>> django_xmlrpc allows you to expose any function through XML-
> >>>>> RPC. I'm
> >>>>> currently working on adding introspection and useful things like
> >>>>> system.multicall functionality to the code.
>
> >>>>> You can find django_xmlrpc, along with instructions at
> >>>>>http://code.google.com/p/django-xmlrpc.
>
> >>>>> Cheers,
>
> >>>>> Graham


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