Kegbot Home » Kegbot Forums
KegBB
Kegbot Kegerator Project Forums
- You are not logged in.
#1 March 14, 2010 14:28:44
- skigil
-
- From: Dallas, TX
- Registered: 2010-03-14
- Posts: 5
- Profile Send e-mail
make setup
When I run
I get the following errors:
Let me know if anyone has encountered this before.
Thanks.
make setup
I get the following errors:
--- Installing database
Error: No module named registration
make: *** [install_db] Error 1
Let me know if anyone has encountered this before.
Thanks.
Edited skigil (March 14, 2010 14:28:44)
Offline
#2 March 14, 2010 22:47:20
- mike
-

- Registered: 2003-12-03
- Posts: 297
- Profile Send e-mail
make setup
skigil
When I run
make setup
I get the following errors:
--- Installing database
Error: No module named registration
make: *** [install_db] Error 1
Sorry for the trouble -- you need the django-registration library. Try:
sudo apt-get install python-django-registration
... or ...
sudo easy_install django-registration
cheers,
mike
Edited mike (March 14, 2010 22:47:20)
Offline
#3 March 15, 2010 10:59:07
- skigil
-
- From: Dallas, TX
- Registered: 2010-03-14
- Posts: 5
- Profile Send e-mail
make setup
Notes to anyone else doing this by hand, on a Mac (10.6):
You also need to install:
http://www.pythonware.com/products/pil/
http://www.ijg.org/
http://savannah.nongnu.org/download/freetype/
http://www.littlecms.com/downloads.htm
..and then this last:
http://bitbucket.org/ubernostrum/django-registration/
........then you can do
make setup (in the kegbot-hg/pykeg directory)
Thanks to mike for pointing me in the right direction!
You also need to install:
http://www.pythonware.com/products/pil/
http://www.ijg.org/
http://savannah.nongnu.org/download/freetype/
http://www.littlecms.com/downloads.htm
..and then this last:
http://bitbucket.org/ubernostrum/django-registration/
........then you can do
make setup (in the kegbot-hg/pykeg directory)
Thanks to mike for pointing me in the right direction!
Edited skigil (March 15, 2010 10:59:33)
Offline
#4 March 17, 2010 20:33:50
- mike
-

- Registered: 2003-12-03
- Posts: 297
- Profile Send e-mail
make setup
Thanks for posting the dependencies -- I'll get these added to the setup instructions in the nex docs update.
(BTW, if you're a mac user, I recommend installing MacPorts. I use this for most of the kegbot deps & do a bunch of development on the mac this way.)
cheers,
mike
(BTW, if you're a mac user, I recommend installing MacPorts. I use this for most of the kegbot deps & do a bunch of development on the mac this way.)
cheers,
mike
Edited mike (March 17, 2010 20:33:50)
Offline
#5 April 11, 2010 15:55:46
- Jallen81
-
- From: Michigan
- Registered: 2009-11-23
- Posts: 23
- Profile Send e-mail
make setup
decided to move kegbot off of a virtual machine and on a spare laptop. upon doing so, i am coming up with errors while running "make setup" and can't figure out where i went wrong.
/home/jared/kegbot/kegbot-hg/pykeg/bin/kegbot_admin.py: error: no such option: --all
make: *** [install_db] Error 2
Thanks
/home/jared/kegbot/kegbot-hg/pykeg/bin/kegbot_admin.py: error: no such option: --all
make: *** [install_db] Error 2
Thanks
Edited Jallen81 (April 11, 2010 15:55:46)
Offline
#6 April 11, 2010 17:19:50
- mike
-

- Registered: 2003-12-03
- Posts: 297
- Profile Send e-mail
make setup
Jallen81
decided to move kegbot off of a virtual machine and on a spare laptop. upon doing so, i am coming up with errors while running "make setup" and can't figure out where i went wrong.
Looks like this machine has another version of the django `south` library installed somewhere. I've just pushed a change (rev e7d52090da96) which might help.
Edited mike (April 11, 2010 17:19:50)
Offline
#8 April 11, 2010 21:46:23
- mike
-

- Registered: 2003-12-03
- Posts: 297
- Profile Send e-mail
make setup
Jallen81
not too familiar with mercurial. how do i update to a certain rev?
In general:
hg pull -u
A somewhat-stable rev of the tree is maintained with the tag "stableish"; you might want to sync to that, though:
hg pull -u -r stableish
(Right now that tag is the same as the tip of the tree.)
Edited mike (April 11, 2010 21:46:23)
Offline
#9 April 12, 2010 19:59:07
- Jallen81
-
- From: Michigan
- Registered: 2009-11-23
- Posts: 23
- Profile Send e-mail
make setup
mike
[quote=Jallen81]not too familiar with mercurial. how do i update to a certain rev?
In general:
hg pull -u
A somewhat-stable rev of the tree is maintained with the tag "stableish"; you might want to sync to that, though:
hg pull -u -r stableish
(Right now that tag is the same as the tip of the tree.)[/quote]
Well, still not sure what went wrong, but after trying just about everything, i decided to try again. reinstalled ubuntu, and all software. everything went smooth this time, all is good. thanks again though
Edited Jallen81 (April 12, 2010 19:59:07)
Offline
