Here is a bit more info on the error that I am getting with 
OpenBookPlatform.

When I try to access booklist in OpenBookPlatform I received this error:
Exception Value: Could not import apps.books.views. Error was: cannot 
import name validators

Same error appears when I try to use the Register link:
Exception Value: Could not import apps.users.views.auth. Error was: 
cannot import name validators

I suspect that I am receiving this error because OpenBookPlatform was 
created in Django version 0.97 and it seems that the django validators 
have changes sufficiently between 1.0 and previous versions.
I see a line in views.py:  from django.core import validators .  I am 
wondering if I need to be using a different string here?

Thank you,
Tonu

Tonu Mikk wrote:
> Hello, I wonder if anyone has tried porting the OpenBookPlatform 
> http://djangosites.org/s/limodou-51boo-com/ to Django v1?  I am trying 
> this, but running into problems.  I contacted the project owner, but he 
> is not maintaining the code any more.
>
> Thank you,
> Tonu
>
> >
>   



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