Opened 14 years ago

Last modified 10 years ago

#6892 closed defect

UndefinedError: None has no member named "get" — at Version 2

Reported by: lxsameer@… Owned by: Noah Kantrowitz
Priority: normal Component: ThemeEnginePlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

when i click to customize link i get an error that say

File "/usr/lib/python2.5/site-packages/TracThemeEngine-2.0.1-py2.5.egg/themeengine/templates/admin_theme_custom.html", line 19, in <Expression u"iter(current_theme.get('colors',()))">
  <py:for each="color in current_theme.get('colors',())">

Change History (2)

comment:1 Changed 13 years ago by ivanperezdominguez@…

Same problem here:

Most recent call last:

File "/home/myusername/.python-eggs/TracThemeEngine-2.0.1-py2.6.egg-tmp/themeengine/templates/admin_theme_custom.html", line 19, in <Expression u"iter(current_theme.get('colors',()))"> 

Trac: 	        0.11.7
Python: 	2.6.6 (r266:84292, Sep 15 2010, 16:22:56) [GCC 4.4.5]
setuptools: 	0.6
SQLite: 	3.7.2
pysqlite: 	2.4.1
Genshi: 	0.6
Pygments: 	1.3.1
jQuery:	        1.4.2

comment:2 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.