View Single Post
Elleo's Avatar
Posts: 266 | Thanked: 979 times | Joined on Jan 2010 @ London
#15
Originally Posted by marmistrz View Post
I was trying out TizMee under MeeCoLay, and this came out:

Code:
$ meecolay /opt/tizmee/bin/tizmee.py
Preloading theme "blanco" from cache 
Traceback (most recent call last):
  File "/opt/tizmee/bin/tizmee.py", line 194, in <module>
    Tizmee()
  File "/opt/tizmee/bin/tizmee.py", line 56, in __init__
    self.populate_apps()
  File "/opt/tizmee/bin/tizmee.py", line 69, in populate_apps
    config = zapp.open("config.xml")
AttributeError: ZipFile instance has no attribute 'open'
Why is this happening?
It looks like the version of Python in that environment is too old. The required function in ZipFile is only available in 2.6 and later.
 

The Following User Says Thank You to Elleo For This Useful Post: