When running TG 1.0.4b1 with python 2.4.4, I get this error:
Traceback (most recent call last):
(long traceback, omly last part relevant.)..........
File "c:\python24\lib\site-packages\TurboGears-1.0.4b1-py2.4.egg
\turbogears\view\base.py", line 364, in ?
load_engines()
File "c:\python24\lib\site-packages\TurboGears-1.0.4b1-py2.4.egg
\turbogears\view\base.py", line 344, in load_engines
engine_options = {
File "C:\Python24\lib\site-packages\turbogears-1.0.4b1-py2.4.egg
\turbogears\config.py", line 212, in get
value = config.get(key, default_value, return_section, path)
NameError: global name 'config' is not defined
When I checked the source of TG, in the headre of config.py 2 line
where commented:
#from cherrypy import config
#from configobj import ConfigObj
When I uncommented these lines, all seems to work OK.
Is this a error is in TO2.4-egg?
kind regards,
Henk-Jan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---