"python manage.py syncdb" got an error: no module named metron (Pinax Users)

343 views
Skip to first unread message

Jonathan of Cambridge

unread,
Jan 31, 2012, 7:06:17 AM1/31/12
to Pinax Users
I directed one of my team members to use Pinax. I have one
installation working on Ubuntu Lucid on a server. However, he decided
to install a copy locally on his windows box under cygwin. He got
stuck with missing dependencies. I'm guessing that he either missed a
step or did a step wrong. Please let me know what he needs to do to
correct it.

Thank you in advance.

Jonathan

His note:

'Decided to use pinax locally. Attempted to create an "account" site,
but "python manage.py syncdb" got an error: no module named metron.
After some research, tried "pip install metron", which apparently
worked. But then got error: no module named emailconfirmation. Wasn't
as lucky trying "pip install emailconfirmation"--that didn't work.
Rather than being stuck on this, I'll probably try for a "basic" site
instead.'

Thomas Schreiber

unread,
Jan 31, 2012, 7:11:54 PM1/31/12
to pinax...@googlegroups.com
Here is the list of packages that need to be installed for the account project:

https://github.com/pinax/pinax/blob/master/pinax/projects/account_project/requirements/base.txt
https://github.com/pinax/pinax/blob/master/pinax/projects/account_project/requirements/project.txt

The recommended way to install is to via``pinax-admin setup_project
mysite``, see here:
http://pinax.readthedocs.org/en/latest/gettingstarted.html#creating-a-project

But you can always use pip directly, from within your virtualenv:
pip install -r /path/to/account_project/requirements/project.txt

Tom

> --
> You received this message because you are subscribed to the Google Groups "Pinax Users" group.
> To post to this group, send email to pinax...@googlegroups.com.
> To unsubscribe from this group, send email to pinax-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pinax-users?hl=en.
>

Reply all
Reply to author
Forward
0 new messages