Hi,

Well, it looks like you have a matching version of Python, and you're able
to load the middleware that mod_python was complaining about. So in theory,
it should work, and that error isn't saying exactly which "forms" model
it's trying to load. Most likely, it's django.forms, which should also be
working if you're at this point. Sounds like a broken setup.

Repeat the same test above, but instead of that import, do:

    from reviewboard.admin.middleware import InitReviewBoardMiddleware

Since you blew away your old database, you probably should also be creating
a new site directory. Did you want to do that, or try using your old
database and using the fix I outlined in my previous e-mail?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Fri, Dec 28, 2012 at 12:07 PM, utku <utkuyil...@gmail.com> wrote:

> hello Christian, var/log/apache/error.log has not change after executing
> that command still the same error is there, output from the console is
>
>  rb-site manage /var/www/reviewboard shell
> Python 2.6.6 (r266:84292, Oct  1 2012, 22:48:04)
> [GCC 4.5.2] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> (InteractiveConsole)
> >>> import reviewboard.admin.middleware
> >>> exit()
>
> i dont know my current version, but did succesfully "easy_install -U
> ReviewBoard" and "rb-site upgrade /var/www/reviewboard" which is i believe
> 1.7.1 now
> atached is my mysql dump from empty database since i just deleted/created
> yesterday. Please let me know what information you need. Since i am kind of
> new, please include the exact folders and commands thanks...
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~----------~----~----~----~------~----~------~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Reply via email to