Ticket #51 (closed task: fixed)
pudge error (using copy in trunck) making paste documentation
| Reported by: | cce@… | Owned by: | ianb |
|---|---|---|---|
| Priority: | high | Milestone: | 1.4.1 |
| Component: | wareweb | Version: | 0.3 |
| Severity: | major | Keywords: | |
| Cc: |
Description
I just updated pudge this afternoon (easy_install svn://lesscode.org/pudge/trunk) and ran it on paste, getting the following error:
paste.util.subprocess24:315: (ERROR/3) Unexpected indentation. paste.util.subprocess24:316: (WARNING/2) Block quote ends without a blank line; unexpected unindent. colorizing: docs/html/paste/init.py.html Traceback (most recent call last):
File "setup.py", line 133, in ?
entry_points="""
File "/usr/local/lib/python2.4/distutils/core.py", line 149, in setup
dist.run_commands()
File "/usr/local/lib/python2.4/distutils/dist.py", line 946, in run_commands
self.run_command(cmd)
File "/usr/local/lib/python2.4/distutils/dist.py", line 966, in run_command
cmd_obj.run()
File "/usr/local/lib/python2.4/site-packages/buildutils-0.1.1-py2.4.egg/buildutils/command/pudge.py", line 156, in run
self.execute(generate, (), msg='generating documentation')
File "/usr/local/lib/python2.4/distutils/cmd.py", line 358, in execute
util.execute(func, args, msg, dry_run=self.dry_run)
File "/usr/local/lib/python2.4/distutils/util.py", line 298, in execute
apply(func, args)
File "/usr/local/lib/python2.4/site-packages/buildutils-0.1.1-py2.4.egg/buildutils/command/pudge.py", line 145, in generate
g.generate()
File "/usr/local/lib/python2.4/site-packages/pudge-0.1-py2.4.egg/pudge/generator.py", line 83, in generate
self.generate_source()
File "/usr/local/lib/python2.4/site-packages/pudge-0.1-py2.4.egg/pudge/generator.py", line 241, in generate_source
os.utime(dest_file, (src_stat[stat.ST_ATIME], src_stat[stat.ST_MTIME]))
NameError?: global name 'src_stat' is not defined
