[Tilesathome] Need help installing tahngo server
Alan Millar
am12 at bolis.com
Mon Jul 14 00:57:38 BST 2008
> I'll see if I can come up with some patches to address the new issues.
I'm trying to install the tahngo server locally to do some testing with
lowzoom tile creation. I'm new to django, getting some errors, and
looking for tips or advice.
I have Python 2.4.3 on Centos 5 Linux, and I installed django 0.96.2. I
got the tahngo server code from svn sites/other. I changed the paths in
settings.py to my local settings. (My directory is
/scratch/tahngo-server.)
When I run python manage.py syncdb, I get the following error:
----------------------------
Error: Couldn't install apps, because there were errors in one or more
models:
tah.tah_intern: No module named tah.tah_intern
tah.requests: No module named tah.requests
tah.user: No module named tah.user
tah.browse: No module named tah.browse
----------------------------
This is with the tahngo server directory as my current directory.
Running it with -v shows that Python knows about the Django install under
/usr/lib/python2.4/site-packages.
I tried putting a symlink there for "tah" pointing to my
/scratch/tahngo-server dir, but it just gave a different error:
----------------------------
Error: Couldn't install apps, because there were errors in one or more
models:
tah.requests: __init__() got an unexpected keyword argument 'max_length'
----------------------------
What's the right way to tell Python/Django about the tah module?
Thanks
- Alan
More information about the Tilesathome
mailing list