Created
March 12, 2011 21:42
-
-
Save benjaminws/867585 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Selected and implied templates: | |
pecan#base Template for creating a basic Pecan project | |
Variables: | |
egg: test_app | |
package: test_app | |
project: test_app | |
Creating template base | |
Traceback (most recent call last): | |
File "bin/pecan", line 9, in <module> | |
load_entry_point('pecan==0.1dev', 'console_scripts', 'pecan')() | |
File "/home/bsmith/Dev/python/pecan/lib/python2.6/site-packages/pecan-0.1dev-py2.6.egg/pecan/commands/runner.py", line 125, in handle_command_line | |
exit_code = runner.run(sys.argv[1:]) | |
File "/home/bsmith/Dev/python/pecan/lib/python2.6/site-packages/pecan-0.1dev-py2.6.egg/pecan/commands/runner.py", line 119, in run | |
return command.run(args) | |
File "/home/bsmith/Dev/python/pecan/lib/python2.6/site-packages/pecan-0.1dev-py2.6.egg/pecan/commands/base.py", line 30, in run | |
return paste_command.Command.run(self, args) | |
File "/home/bsmith/Dev/python/pecan/lib/python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/command.py", line 218, in run | |
result = self.command() | |
File "/home/bsmith/Dev/python/pecan/lib/python2.6/site-packages/pecan-0.1dev-py2.6.egg/pecan/commands/create.py", line 31, in command | |
return CreateDistroCommand.command(self) | |
File "/home/bsmith/Dev/python/pecan/lib/python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/create_distro.py", line 137, in command | |
template, output_dir, vars) | |
File "/home/bsmith/Dev/python/pecan/lib/python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/create_distro.py", line 196, in create_template | |
template.run(self, output_dir, vars) | |
File "/home/bsmith/Dev/python/pecan/lib/python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/templates.py", line 58, in run | |
self.write_files(command, output_dir, vars) | |
File "/home/bsmith/Dev/python/pecan/lib/python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/templates.py", line 127, in write_files | |
template_renderer=self.template_renderer) | |
File "/home/bsmith/Dev/python/pecan/lib/python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/copydir.py", line 68, in copy_dir | |
names = os.listdir(source) | |
OSError: [Errno 2] No such file or directory: '/home/bsmith/Dev/python/pecan/lib/python2.6/site-packages/pecan-0.1dev-py2.6.egg/pecan/templates/project' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment