On Mar 14, 2007, at 12:44 PM, Jose Galvez wrote: > I don't remember is this has been covered before, but I tried to use > make-config and got this error: > > File > "c:\python25\lib\site-packages\pastescript-1.3-py2.5.egg\paste > \script\appinstall.py", > line 501, in write_config > command.ensure_file(filename, self.config_content(command, vars)) > File > "c:\python25\lib\site-packages\pastescript-1.3-py2.5.egg\paste > \script\appinstall.py", > line 534, in config_content > tmpl = Cheetah.Template(self.dist.get_metadata(meta_name), > AttributeError: 'module' object has no attribute 'Template' > > I have Cheetah RC7 installed >
Ian's fixed this in trunk already: http://trac.pythonpaste.org/pythonpaste/changeset/6313 -- Philip Jenvey _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
