Hi,
i have installed pylons 9.7 and SQLAlchemy 5.4. on debian linux
While trying to create HelloWorld project, Following error occured
File "/usr/lib/python2.5/os.py", line 171, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: './HelloWorld'
What went wrong here. Pls help. Full error code is given below.
=========================================================
paster create -t pylons HelloWorld
Selected and implied templates:
Pylons#pylons Pylons application template
Variables:
egg: HelloWorld
package: helloworld
project: HelloWorld
Enter template_engine (mako/genshi/jinja2/etc: Template language)
['mako']: y
Enter sqlalchemy (True/False: Include SQLAlchemy 0.5 configuration)
[False]: y
Creating template pylons
Creating directory ./HelloWorld
Traceback (most recent call last):
File "/usr/bin/paster", line 8, in <module>
load_entry_point('PasteScript==1.7.3', 'console_scripts',
'paster')
()
File "/usr/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/
paste/script/command.py", line 84, in run
invoke(command, command_name, options, args[1:])
File "/usr/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/
paste/script/command.py", line 123, in invoke
exit_code = runner.run(args)
File "/usr/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/
paste/script/command.py", line 218, in run
result = self.command()
File "/usr/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/
paste/script/create_distro.py", line 137, in command
template, output_dir, vars)
File "/usr/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/
paste/script/create_distro.py", line 196, in create_template
template.run(self, output_dir, vars)
File "/usr/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/
paste/script/templates.py", line 58, in run
self.write_files(command, output_dir, vars)
File "/usr/lib/python2.5/site-packages/PasteScript-1.7.3-py2.5.egg/
paste/script/templates.py", line 118, in write_files
os.makedirs(output_dir)
File "/usr/lib/python2.5/os.py", line 171, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: './HelloWorld'
=================================================================
Thanks in advance
Bijoy
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---