You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
derek@pikachu:~/projects/tshockweb$ python tshockweb.py
Traceback (most recent call last):
File "tshockweb.py", line 374, in
cherrypy.config.update(conf)
File "/usr/lib/pymodules/python2.7/cherrypy/config.py", line 81, in update
for section, valueMap in updateMap.iteritems():
AttributeError: 'str' object has no attribute 'iteritems'
Let me know what other information you need?
The text was updated successfully, but these errors were encountered:
derek@pikachu:~/projects/tshockweb$ python tshockweb.py
Traceback (most recent call last):
File "tshockweb.py", line 374, in
cherrypy.config.update(conf)
File "/usr/lib/pymodules/python2.7/cherrypy/config.py", line 81, in update
for section, valueMap in updateMap.iteritems():
AttributeError: 'str' object has no attribute 'iteritems'
Let me know what other information you need?
The text was updated successfully, but these errors were encountered: