On Tue, Oct 21, 2008 at 4:39 AM, Lukasz Szybalski <[EMAIL PROTECTED]> wrote: > Hello, > http://geo.turbogears.org/factbook/ > Could you update the README.txt on factbook app. Everything from start > to finish. > Copy and paste instruction would be great. > > I downloaded the tgz file then what? > > - I run python setup.py develop but then I got error that I was > missing tg.ext.geo > - I then installed geo ext > easy_install -i http://www.turbogears.org/2.0/downloads/current/index > tg.ext.geo > > but now I'm getting: > File > "/home/lucas/tmp/tg2env/lib/python2.5/site-packages/PasteDeploy-1.3.2-py2.5.egg/paste/deploy/loadwsgi.py", > line 587, in find_egg_entry_point > possible.append((entry.load(), protocol, entry.name)) > File > "/home/lucas/tmp/tg2env/lib/python2.5/site-packages/setuptools-0.6c8-py2.5.egg/pkg_resources.py", > line 1912, in load > File "/home/lucas/projects/geo/FactBook/factbook/config/middleware.py", > line 2, in <module> > from factbook.config.app_cfg import base_config > File "/home/lucas/projects/geo/FactBook/factbook/config/app_cfg.py", > line 1, in <module> > from tg.configuration import AppConfig, Bunch > ImportError: No module named configuration
The demo project was created with old tg development versions which are now incompatible with the latest version. It is safest to use the demo project just for reference and create a new geo app as given in tg.ext.geo MapFish Tutorial at http://www.turbogears.com/2.0/docs/main/Extensions/Geo/MapFishTutorial.html > > > I run paster serve --reload development.ini but your readme.txt > talks about config.ini ? Which file is what? paster serve --reload development.ini is the right command. config.ini is not being used. Regards Sanjiv > > Thanks, > Lucas > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

