On Fri, Aug 29, 2008 at 11:24 AM, Briohny <[EMAIL PROTECTED]>wrote:

>
> Hi again Karen,
>
> Just wondering about Pressroom too.  I couldn't see a new version
> however the version that is currently in trunk doesn't seem to be
> working in Django-1.0-alpha-2 version.
>
>  File "C:\Documents and Settings\TR\Sample Projects\newsite\ ", line
> 7, in <module>
>    from django_apps.photologue.models import Gallery, Photo
> ImportError: No module named django_apps.photologue.models
>
>
That particular error appears to be the result of Pressroom assuming you
have Photologue in a certain place (under someplace named 'django_apps'
that's findable in your python path).  I'd guess you don't have Photologue
where Pressroom is expecting it to be.

Even if you fix that, though, taking a look at the current Pressroom code on
the google code project page it's clear it hasn't been updated to work with
all the recent Django changes.   You can see here:

http://code.google.com/p/django-pressroom/source/browse/#svn/trunk/pressroom

models.py hasn't been updated since Oct. 31 of last year, so it still has
all the old admin definitions.  So you'd need get the Pressroom developer(s)
to update it to work with current trunk (the right way to request that would
probably be to file an issue in that project's issue tracker), or update it
youself (in which case you might still want to file an issue and post your
chages as a patch to their issue tracker, to help others looking for the
same thing).

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