Hi all,

I see the problem is already known, but i am not sure about the status
of
the solution/patch. I am just trying Pylons so getting through the
tutorials
would be quite logical and important for me...

The error is copy-pasted below.
Thanks for any hints in advance
--
Valery



$ paster make-config QuickWiki test.ini
Distribution already installed:
  QuickWiki 0.1.3 from /usr/lib/python2.4/site-packages/
QuickWiki-0.1.3-py2.4.egg
Traceback (most recent call last):
  File "/usr/bin/paster", line 7, in ?
    sys.exit(
  File "/usr/lib/python2.4/site-packages/PasteScript-1.1-py2.4.egg/
paste/script/command.py", line 76, in run
    invoke(command, command_name, options, args[1:])
  File "/usr/lib/python2.4/site-packages/PasteScript-1.1-py2.4.egg/
paste/script/command.py", line 115, in invoke
    exit_code = runner.run(args)
  File "/usr/lib/python2.4/site-packages/PasteScript-1.1-py2.4.egg/
paste/script/appinstall.py", line 64, in run
    return super(AbstractInstallCommand, self).run(new_args)
  File "/usr/lib/python2.4/site-packages/PasteScript-1.1-py2.4.egg/
paste/script/command.py", line 210, in run
    result = self.command()
  File "/usr/lib/python2.4/site-packages/PasteScript-1.1-py2.4.egg/
paste/script/appinstall.py", line 324, in command
    self.installer.write_config(self, self.config_file, self.vars)
  File "/usr/lib/python2.4/site-packages/PasteScript-1.1-py2.4.egg/
paste/script/appinstall.py", line 496, in write_config
    command.ensure_file(filename, self.config_content(command, vars))
  File "/usr/lib/python2.4/site-packages/PasteScript-1.1-py2.4.egg/
paste/script/appinstall.py", line 526, in config_content
    searchList=[vars])
  File "/usr/lib/python2.4/site-packages/Cheetah-2.0rc7-py2.4-linux-
i686.egg/Cheetah/Template.py", line 1200, in __init__
    self._compile(source, file, compilerSettings=compilerSettings)
  File "/usr/lib/python2.4/site-packages/Cheetah-2.0rc7-py2.4-linux-
i686.egg/Cheetah/Template.py", line 1488, in _compile
    keepRefToGeneratedCode=True)
  File "/usr/lib/python2.4/site-packages/Cheetah-2.0rc7-py2.4-linux-
i686.egg/Cheetah/Template.py", line 716, in compile
    compiler.compile()
  File "/usr/lib/python2.4/site-packages/Cheetah-2.0rc7-py2.4-linux-
i686.egg/Cheetah/Compiler.py", line 1643, in compile
    self._parser.parse()
  File "/usr/lib/python2.4/site-packages/Cheetah-2.0rc7-py2.4-linux-
i686.egg/Cheetah/Parser.py", line 1445, in parse
    self.assertEmptyOpenDirectivesStack()
  File "/usr/lib/python2.4/site-packages/Cheetah-2.0rc7-py2.4-linux-
i686.egg/Cheetah/Parser.py", line 2554, in
assertEmptyOpenDirectivesStack
    raise ParseError(self, msg=errorMsg)
Cheetah.Parser.ParseError:

Some #directives are missing their corresponding #end ___ tag: cache
Line 45, column 18

Line|Cheetah Code
----|-------------------------------------------------------------
42  |# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION
ENVIRONMENT*
43  |# Debug mode will enable the interactive debugging tool, allowing
ANYONE to
44  |# execute malicious code after an exception is raised.
45  |set debug = false


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to