[p2pu-dev] Problem with first lernanta dev environment
zuzel.vp
zuzel.vp at gmail.com
Mon Mar 26 04:16:01 UTC 2012
Hi Corbin,
Can you paste the full error log at: pastie.org and send me the link.
I remember seeing that error recently and I think it got fixed when I
installed a newer version of one of the third party dependencies
(maybe I forgot to update requirements/prod.txt with the fix).
Unfortunately I don't remember which package was causing the problem
so I will create a new virtualenv from scratch to debug the issue. I
will also compare my pip freeze (http://pastie.org/3669744) with the
versions on the requirements directory.
--
Thanks,
Zuzel
On Fri, Mar 23, 2012 at 2:59 PM, Corbin Tarrant <Corbin at iamcorbin.net> wrote:
> Hello everyone,
>
> I'm just getting started and have joined the p2pu lernanta study group and
> have posted a problem I'm having there and I'm still hung up on it:
> ______________________
> ______________________
> Corbin Tarrant March 19, 2012, 5:36 p.m.
> I'm trying to play around with my local dev environment and need to create
> some dummy content but when I try and create a study group(same error when I
> change it to a course or challenge) it gives me this error when I try and
> submit the form:
>
> TypeError at /groups/create/
> __init__() got an unexpected keyword argument 'parser'
>
>
> Jos March 19, 2012, 5:42 p.m.
> Hey Corbin, seems like your DB is out of sync with your models. Have you run
> migrations as?
>
> python manage.py migrate --all --delete-ghost-migrations
> More info in the cheat sheet.
>
>
> Corbin Tarrant March 19, 2012, 11:25 p.m.
> I had not tried that command yet, I ran it but am still getting the same
> error.
>
> I also tried: python manage.py test
>
> and it tells me: FAILED (errors=42)
>
> it looks like a lot of the errors are: DatabaseError: no such table:
> users_userprofile
>
> also, running: ./sh/schemamigration
>
> goes through all the tables telling me "Nothing seems to have changed"
>
> --
> Corbin Tarrant
> Corbin at IAmCorbin.net
> http://iamcorbin.net
>
>
> _______________________________________________
> p2pu-dev mailing list
> p2pu-dev at lists.p2pu.org
> http://lists.p2pu.org/mailman/listinfo/p2pu-dev
>
More information about the p2pu-dev
mailing list