[EMAIL PROTECTED] skrev:
> Just installed python/apache/django/mod_python with all the latest
> versions.
>
> I think I got most of my PATH variables set up correctly. However,
> when I try:
>
> C:\django>django-admin.py startproject testproject1
> Traceback (most recent call last):
>   File "C:\Python25\Scripts\django-admin.py", line 5, in <module>
>     management.execute_from_command_line()
>   File "C:\Python25\lib\site-packages\django\core\management
> \__init__.py", line
> 255, in execute_from_command_line
>     utility.execute()
>   File "C:\Python25\lib\site-packages\django\core\management
> \__init__.py", line
> 215, in execute
>     self.fetch_command(subcommand).run_from_argv(self.argv)
>   File "C:\Python25\lib\site-packages\django\core\management\base.py",
> line 70,
> in run_from_argv
>     self.execute(*args, **options.__dict__)
>   File "C:\Python25\lib\site-packages\django\core\management\base.py",
> line 84,
> in execute
>     output = self.handle(*args, **options)
>   File "C:\Python25\lib\site-packages\django\core\management\base.py",
> line 152,
>  in handle
>     label_output = self.handle_label(label, **options)
>   File "C:\Python25\lib\site-packages\django\core\management\commands
> \startproje
> ct.py", line 30, in handle_label
>     settings_contents = open(main_settings_file, 'r').read()
> IOError: [Errno 2] No such file or directory: 'C:\\django\
> \testproject1\\setting
> s.py'
>
> What might be wrong ? :/ Googling in general hasn't turned up much.
> I'm pretty newb all around though so it very well may be something
> simple and obvious. If more information is needed I can furnish that.
>   
Was the directory "c:\django\testproject1" created? Is there a
settings.py file? Is there something screwy going on with permissions?
Which version of Windows is this - it seems "everyone" is having
problems with permissions in Vista ...

Nis

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to