Well it has turned into quite a learning experience for me (learning
about web apps). I sure do appreciate Turbogears by the way its a
great framework probably the best! I tried getting sqlalchemy up and
running by easy install and now in my main app I'm getting this. Do I
need to remove sqlalchemy for it to work? Or can I just svn revert the
project I think that is what I did and it still doesn't work. By the
way the app is called spidey agent. Its a search tool and so far I've
seen some decent performance with it after some 'tweaking' it has been
alot of fun. Some of the apps for turbogears are amazing. I went to
mydrawings.com and was really impressed. I wish I had a bigger budget
for this spider app its seriously slow (only about 8 sites a second
crawling max on a dual opteron 240) and requires a bunch of resources
but hopefully I can polish it up and put it somewhere so that someone
else could use it. It needs search description work (results or page
preview) and some kind of page ranking system. It works though if you
are patient. So thanks without TG I wouldn't have been able to make it
maybe.
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cphttptools.py",
line 105, in _run
self.main()
File
"/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cphttptools.py",
line 254, in main
body = page_handler(*virtual_path, **self.params)
File "<string>", line 3, in index
File
"/usr/lib/python2.4/site-packages/TurboGears-0.9a6-py2.4.egg/turbogears/controllers.py",
line 273, in expose
output = database.run_with_transaction(
File
"/usr/lib/python2.4/site-packages/TurboGears-0.9a6-py2.4.egg/turbogears/database.py",
line 220, in run_with_transaction
sqlalchemy.objectstore.clear()
AttributeError: 'module' object has no attribute 'objectstore'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---