While Trying to Upload Multiple Files Using Single Form Field with Django Model Form Why i am getting Error no 13.Permission Denied …?

2019-03-03 Thread Sachin Cse
*I found some diififculty to write details here so i given link of my question here https://stackoverflow.com/q/54967840/11143159 * -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe f

Re: OSError: [Errno 13] Permission denied:... /_dummy_thread

2017-11-06 Thread Avraham Serour
at 12:10 AM, Mel DeJesus > wrote: > >> Do that only leads to another permission denied error - >> >> Installing collected packages: argparse, configparser, konfig, pyzmq, >> inflect, jaraco.itertools, tempora, jaraco.stream, jaraco.classes, >> backpor

Re: OSError: [Errno 13] Permission denied:... /_dummy_thread

2017-11-05 Thread Vineet Kothari
try to update your python : https://stackoverflow.com/questions/2720014/upgrading-all-packages-with-pip On Mon, Nov 6, 2017 at 12:10 AM, Mel DeJesus wrote: > Do that only leads to another permission denied error - > > Installing collected packages: argparse, configparser, konf

Re: OSError: [Errno 13] Permission denied:... /_dummy_thread

2017-11-05 Thread Mel DeJesus
Do that only leads to another permission denied error - Installing collected packages: argparse, configparser, konfig, pyzmq, inflect, jaraco.itertools, tempora, jaraco.stream, jaraco.classes, backports.functools-lru-cache, jaraco.functools, jaraco.text, jaraco.collections, jaraco.logging

Re: OSError: [Errno 13] Permission denied:... /_dummy_thread

2017-11-05 Thread Mel DeJesus
File "/Library/Python/2.7/site-packages/pip/utils/__init__.py", line 83, > in ensure_dir > os.makedirs(path) > File > "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", > > line 157, in makedirs > mkdir(name, mod

Re: OSError: [Errno 13] Permission denied:... /_dummy_thread

2017-11-05 Thread Vineet Kothari
e "/Library/Python/2.7/site-packages/pip/utils/__init__.py", line 83, in ensure_dir os.makedirs(path) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 157, in makedirs mkdir(name, mode) OSError: [Errno 13] Permission denied: '/Libr

OSError: [Errno 13] Permission denied:... /_dummy_thread

2017-11-05 Thread Mel DeJesus
, line 83, in ensure_dir os.makedirs(path) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 157, in makedirs mkdir(name, mode) OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/_dummy_thread -- You received

permission denied for relation gallery_image

2017-07-19 Thread Samuel Muiruri
I made a mistake and overwrote the Django server's settings file with the local version and I lost the database settings for postgresql I have setup a new user and when I tried to reload the site again I get an error from one of the models as permission denied for relation gallery_image if

Re: After machine reboot "unix:/socket/uwsgi.sock failed (13: Permission denied) while connecting to upstream"

2017-03-21 Thread valerio orfano
ay, March 21, 2017 at 1:10:22 PM UTC+1, valerio orfano wrote: >>> >>> Hi folks i have django 1.9 application integrated to nginx via uwsgi >>> application on Centos7. >>> It was working fine, but then i had to reboot my machine. Now i am >>> having th

Re: After machine reboot "unix:/socket/uwsgi.sock failed (13: Permission denied) while connecting to upstream"

2017-03-21 Thread Jan Miszura
machine. Now i am having >> the follwoing issue: unix:/socket/uwsgi.sock failed (13: Permission >> denied) while connecting to upstream, client: 10.184.160.9, server: >> 10.184.2.231, request: "GET /", upstream: "uwsgi://unix:/socket/uwsgi.sock:" >> Any

Re: After machine reboot "unix:/socket/uwsgi.sock failed (13: Permission denied) while connecting to upstream"

2017-03-21 Thread valerio orfano
was working fine, but then i had to reboot my machine. Now i am having > the follwoing issue: unix:/socket/uwsgi.sock failed (13: Permission > denied) while connecting to upstream, client: 10.184.160.9, server: > 10.184.2.231, request: "GET /", upstream: > "uwsgi

After machine reboot "unix:/socket/uwsgi.sock failed (13: Permission denied) while connecting to upstream"

2017-03-21 Thread valerio orfano
Hi folks i have django 1.9 application integrated to nginx via uwsgi application on Centos7. It was working fine, but then i had to reboot my machine. Now i am having the follwoing issue: unix:/socket/uwsgi.sock failed (13: Permission denied) while connecting to upstream, client: 10.184.160.9

Checking user permission denied in Django Selenium tests

2015-07-29 Thread Cherie Pun
On the local server that I start up, if the user does not have the required permission for a particular view, they will be redirected to the 403 page (I am using the permission_required decorator) However, in the selenium test, the PermissionDenied exception is thrown and the user is redirec

Re: ./manage.py collectstatic permission denied

2015-05-27 Thread James Schneider
udhin/.virtualenvs/hackernews/local/lib/python2.7/site-packages/django/core/files/storage.py", >> line 64, in save >> name = self._save(name, content) >> File >> "/home/sudhin/.virtualenvs/hackernews/local/lib/python2.7/site-packages/django/core/files/storage.py

Re: ./manage.py collectstatic permission denied

2015-05-27 Thread James Schneider
ackages/django/core/files/storage.py", > line 64, in save > name = self._save(name, content) > File > "/home/sudhin/.virtualenvs/hackernews/local/lib/python2.7/site-packages/django/core/files/storage.py", > line 223, in _save > os.makedirs(directory) > F

Re: django1.8 collectstatic permission denied

2015-05-27 Thread Tim Graham
7/site-packages/django/core/files/storage.py", > > line 223, in _save > os.makedirs(directory) > File "/home/sudhin/.virtualenvs/hackernews/lib/python2.7/os.py", line > 150, in makedirs > makedirs(head, mode) > File "/home/sudhin/.virtualenvs/hackerne

./manage.py collectstatic permission denied

2015-05-27 Thread sudhin babu
e "/home/sudhin/.virtualenvs/hackernews/lib/python2.7/os.py", line 150, in makedirs makedirs(head, mode) File "/home/sudhin/.virtualenvs/hackernews/lib/python2.7/os.py", line 157, in makedirs mkdir(name, mode) OSError: [Errno 13] Permission denied: '/static'

django1.8 collectstatic permission denied

2015-05-27 Thread sudhin babu
223, in _save os.makedirs(directory) File "/home/sudhin/.virtualenvs/hackernews/lib/python2.7/os.py", line 150, in makedirs makedirs(head, mode) File "/home/sudhin/.virtualenvs/hackernews/lib/python2.7/os.py", line 157, in makedirs mkdir(name, mode) OSError: [Errno 13]

Re: django-admin.py --> permission denied (shared server deployment)

2015-05-19 Thread x
already - i got a permission problem again. > i couldn't figure out exactly what django-admin.py wants to do/execute and > why it's > not satisfied with my nice brand new local python 2.7.9 instance.. muhhuuu. > > this is the ssh prompt: > > > (uiserver):u7413

Also: installing postgres w/o root Re: django-admin.py --> permission denied (shared server deployment)

2015-05-19 Thread Andrew Farrell
to install a python instance on my shared-server. >> it was also impossible to pip-install django. yeah. >> >> but right then - so close already - i got a permission problem again. >> i couldn't figure out exactly what django-admin.py wants to do/execute >> and why it&#

Re: django-admin.py --> permission denied (shared server deployment)

2015-05-19 Thread Andrew Farrell
> > this is the ssh prompt: > > > (uiserver):u74138225:~/django_build > django-admin.py startproject test > --user- > > bash: > /customers/homepages/45/d5012545412/htdocs/python27/bin/django-admin.py: > Permission denied > > for any suggestions how to domesticate django

Re: django-admin.py --> permission denied (shared server deployment)

2015-05-19 Thread monoBOT
2015-05-19 13:32 GMT+01:00 Tom Evans : > for any suggestions how to domesticate django on this shared server i'd be > very happy. ​try ​python /customers/homepages/45/d5012545412/htdocs/python27/bin/django-admin.py startapp myapp -- *monoBOT* Visite mi sitio(Visit my site): monobotsoft.es/bl

Re: django-admin.py --> permission denied (shared server deployment)

2015-05-19 Thread Tom Evans
> --user- >> bash: >> /customers/homepages/45/d5012545412/htdocs/python27/bin/django-admin.py: >> Permission denied > > for any suggestions how to domesticate django on this shared server i'd be > very happy. Web hosting platforms commonly (and should) have their

django-admin.py --> permission denied (shared server deployment)

2015-05-19 Thread x
it's not satisfied with my nice brand new local python 2.7.9 instance.. muhhuuu. this is the ssh prompt: > (uiserver):u74138225:~/django_build > django-admin.py startproject test > --user- > bash: > /customers/homepages/45/d5012545412/htdocs/python27/bin/django-admin.py:

Re: [Errno 13] Permission denied: '.cache' - where is the directory I need to change permission

2013-08-05 Thread Mike Doroshenko II
ssion issue, and got this error: OSError at / [Errno 13] Permission denied: '.cache' Request Method: GET Request URL:http://10.3.94.239/ Django Version: 1.4 Exception Type: OSError Exception Value: [Errno 13] Permission denied: '.cache' Exc

Re: [Errno 13] Permission denied: '.cache' - where is the directory I need to change permission

2013-08-04 Thread Frank He
gt;> I am now deploying my django project using apache mod_wsgi, after a lot >> effort, it is near the end. But now when I run my project directly, I am >> stuck with a permission issue, and got this error: >> >> OSError at / >> >> [Errno 13] Permission denie

Re: [Errno 13] Permission denied: '.cache' - where is the directory I need to change permission

2013-08-04 Thread Goran
> > [Errno 13] Permission denied: '.cache' > > Request Method: GET Request URL: http://10.3.94.239/ Django Version: > 1.4 Exception Type: OSError Exception Value: > > [Errno 13] Permission denied: '.cache' > > Exception Location: /usr/lib/pyt

[Errno 13] Permission denied: '.cache' - where is the directory I need to change permission

2013-08-03 Thread Frank He
I am now deploying my django project using apache mod_wsgi, after a lot effort, it is near the end. But now when I run my project directly, I am stuck with a permission issue, and got this error: OSError at / [Errno 13] Permission denied: '.cache' Request Method: GET Request

Re: Django apache mod_wsgi permission denied

2012-12-16 Thread Phang Mulianto
THank for the config , i do able to run the apache22 with mod_wsgi + python 2.7 in windows server. On Sun, Dec 2, 2012 at 3:03 PM, Loai Ghoraba wrote: > Thanks a million for the tip :) > > > On Sun, Dec 2, 2012 at 5:08 AM, Chris Cogdon wrote: > >> >> >> On Saturday, December 1, 2012 3:47:39 A

Re: IOError, Permission Denied using Amazon s3 w/ django-storage?

2012-12-10 Thread easypie
This is on Ubuntu. I am using Mezzanine framework built on top of Django. 'pip install mezzanine' helps grab all the dependencies like Pillow (PIL). I'm not sure if this is what's causing the problem but thank you. I'll take a look at this. On Monday, December 10, 2012 1:35:02 PM UTC-8, somecal

Re: IOError, Permission Denied using Amazon s3 w/ django-storage?

2012-12-10 Thread Mario Gudelj
I suspect you're on a Mac and your jpglib is not compiled properly. If you are on Mac make sure you look into that. Cheers, mario www.zenbookings.com On 10 Dec, 2012 4:20 PM, "easypie" wrote: > Yeah. It's uploaded and by using django-filebrowser I can upload image, > create folder and move them

Re: IOError, Permission Denied using Amazon s3 w/ django-storage?

2012-12-09 Thread easypie
Yeah. It's uploaded and by using django-filebrowser I can upload image, create folder and move them around but I am not able to use those image in posts. I am using Mezzanine btw. I put up a post over at their user group: https://groups.google.com/forum/?fromgroups=#!topic/mezzanine-users/SMHtMX

Re: IOError, Permission Denied using Amazon s3 w/ django-storage?

2012-12-09 Thread Chris Cogdon
If you're using ImageField, that by default verifies that what you've uploaded is in fact an image. It uses PIL (python image library, aka python-imaging) to do that. make sure you have PIL installed and it is working. On Sunday, December 9, 2012 12:40:22 AM UTC-8, easypie wrote: > > I got it w

Re: IOError, Permission Denied using Amazon s3 w/ django-storage?

2012-12-09 Thread easypie
I got it working by granting 775 permission for that fold and its sub-folder where the files had to be created and lacked enough privilege to do so. Now everything works! ...I just need to figure out why the uploads won't accept .jpg files =\ On Saturday, December 8, 2012 11:18:25 PM UTC-8, eas

IOError, Permission Denied using Amazon s3 w/ django-storage?

2012-12-08 Thread easypie
I encountered an error where whenever I go to upload a file, it tells me that a folder doesn't have enough permission. What kind of permission do we give these folders? I use Apache server. Do I change the whole project folder to group www-data? Then set chmod to 775 to the project folder and a

Re: Django apache mod_wsgi permission denied

2012-12-01 Thread Loai Ghoraba
Thanks a million for the tip :) On Sun, Dec 2, 2012 at 5:08 AM, Chris Cogdon wrote: > > > On Saturday, December 1, 2012 3:47:39 AM UTC-8, Loai Ghoraba wrote: >> >> no I mean the root of my project guys :) thanks a lot :D which lives in >> path/to/my/project :) >> > > Oh thank god for that! > > I

Re: Django apache mod_wsgi permission denied

2012-12-01 Thread Chris Cogdon
On Saturday, December 1, 2012 3:47:39 AM UTC-8, Loai Ghoraba wrote: > > no I mean the root of my project guys :) thanks a lot :D which lives in > path/to/my/project :) > Oh thank god for that! I'd actually done something similiar once... I'd removed a bunch of permissions using chmod -R / r

Re: Django apache mod_wsgi permission denied

2012-12-01 Thread Loai Ghoraba
no I mean the root of my project guys :) thanks a lot :D which lives in path/to/my/project :) On Sat, Dec 1, 2012 at 11:42 AM, Timothy Makobu wrote: > Root directory??? As in / ? Nooo nonono > > > On Sat, Dec 1, 2012 at 12:14 PM, Chris Cogdon wrote: > >> >> >> On Friday, November 30, 2012 8

Re: Django apache mod_wsgi permission denied

2012-12-01 Thread Timothy Makobu
Root directory??? As in / ? Nooo nonono On Sat, Dec 1, 2012 at 12:14 PM, Chris Cogdon wrote: > > > On Friday, November 30, 2012 8:53:42 PM UTC-8, Mike Dewhirst wrote: >> >> On 1/12/2012 3:48pm, Loai Ghoraba wrote: >> > I have ran chmod o+rx on the root directory, isn't this enough (isn't >>

Re: Django apache mod_wsgi permission denied

2012-12-01 Thread Chris Cogdon
On Friday, November 30, 2012 8:53:42 PM UTC-8, Mike Dewhirst wrote: > > On 1/12/2012 3:48pm, Loai Ghoraba wrote: > > I have ran chmod o+rx on the root directory, isn't this enough (isn't > > chmod applied to all folders down recursively ?) ? > > No. You need chmod -R o+rx > Oh hell no, don't

Re: Django apache mod_wsgi permission denied

2012-11-30 Thread Loai Ghoraba
gt; Allow from all > > > instead of > > > > Order deny,allow > Allow from all > > > > then trying to access any static or media file raises (not found) instead > of permission denied ! > > On Sat, Dec 1, 2012 at 7:42 AM, Loai Ghoraba wrote: > >> thank

Re: Django apache mod_wsgi permission denied

2012-11-30 Thread Loai Ghoraba
a strange thing is that when I remove the directive so it becomes: Order deny,allow Allow from all instead of Order deny,allow Allow from all then trying to access any static or media file raises (not found) instead of permission denied ! On Sat, Dec 1, 2012 at 7:42 AM, Loai Ghoraba

Re: Django apache mod_wsgi permission denied

2012-11-30 Thread Loai Ghoraba
thanks, but still I can't find what's wrong with the permission thing. The html pages are loaded without static content, no css or js or whatever, neither the media is accessible. On Sat, Dec 1, 2012 at 7:15 AM, Mike Dewhirst wrote: > On 1/12/2012 3:57pm, Loai Ghoraba wrote: > >> thanks, but I

Re: Django apache mod_wsgi permission denied

2012-11-30 Thread Mike Dewhirst
On 1/12/2012 3:57pm, Loai Ghoraba wrote: thanks, but I have tried this now and it also doesn't work :X though the author slides presentation mentioned chmod o+rx on the root dir only. On Sat, Dec 1, 2012 at 6:53 AM, Mike Dewhirst mailto:mi...@dewhirst.com.au>> wrote: chmod -R o+rx Here is

Re: Django apache mod_wsgi permission denied

2012-11-30 Thread Mike Dewhirst
On 1/12/2012 3:48pm, Loai Ghoraba wrote: I have ran chmod o+rx on the root directory, isn't this enough (isn't chmod applied to all folders down recursively ?) ? No. You need chmod -R o+rx and I have checked the directories from the root down to static, all have the permission of drwxr-xr-x

Re: Django apache mod_wsgi permission denied

2012-11-30 Thread Loai Ghoraba
I have ran chmod o+rx on the root directory, isn't this enough (isn't chmod applied to all folders down recursively ?) ? and I have checked the directories from the root down to static, all have the permission of drwxr-xr-x On Sat, Dec 1, 2012 at 2:21 AM, Chris Cogdon wrote: > Make sure all the

Re: Django apache mod_wsgi permission denied

2012-11-30 Thread Chris Cogdon
Make sure all the directories, from static leading all the way up to the root, are chmod a+x On Friday, November 30, 2012 4:00:55 PM UTC-8, Loai Ghoraba wrote: > > Hi > > I have installed apache and mod_wsgi and my basic site *skeleton is > running* on local host, but with NO static files loade

Django apache mod_wsgi permission denied

2012-11-30 Thread Loai Ghoraba
Hi I have installed apache and mod_wsgi and my basic site *skeleton is running* on local host, but with NO static files loaded such as css, when I try to access a static file (e.g:http://localhost/static/css/base.css) it says that I don't have permission to access the file, same goes to media

Re: Error opening file for reading: Permission denied

2012-11-22 Thread Tom Evans
gt; apache2--- error.log > Error opening file for reading: Permission denied > 883 /path/to/myproject/myproject/uploadpic/auth_code.py:82: Warning: Can't > create database 'auth_code'; database exists > 884 self.mysql_cur.execute("create database if not exists

Error opening file for reading: Permission denied

2012-11-22 Thread Sbady
Do not know how it happened, I use ubuntu erection apache2 + mod_python always can not reproduce css, js, image Obviously permissions problem, but I do not understand where the permissions problem apache2--- error.log Error opening file for reading: Permission denied

Re: Set-up Problems: Permission denied

2012-11-19 Thread Akia Vongdara
e: > > I am getting a permission error when I got to this part of the set-up. (I > have also replaced the WORKING-DIR fyi) > > ln -s WORKING-DIR/django-trunk/django/bin/django-admin.py /usr/local/bin > > Errors: > > ln: /usr/local/bin/My: Permission denied > ln: /usr/l

Re: Set-up Problems: Permission denied

2012-11-19 Thread Sultan Imanhodjaev
G-DIR/django-trunk/django/bin/django-admin.py /usr/local/bin > Errors: > > ln: /usr/local/bin/My: Permission denied > ln: /usr/local/bin/Django: Permission denied > ln: /usr/local/bin/django-admin.py: Permission denied > > How would I go about this? > > > -- &

Set-up Problems: Permission denied

2012-11-19 Thread Akia Vongdara
I am getting a permission error when I got to this part of the set-up. (I have also replaced the WORKING-DIR fyi) ln -s WORKING-DIR/django-trunk/django/bin/django-admin.py /usr/local/bin Errors: ln: /usr/local/bin/My: Permission denied ln: /usr/local/bin/Django: Permission denied ln: /usr

Re: permission denied eror

2012-07-27 Thread Harjot Mann
gt; File >>> "/usr/local/lib/python2.7/**dist-packages/django/core/**management/base.py", >>> line 232, in execute >>> File "/usr/local/lib/python2.7/**dist-packages/django/core/** >>> management/commands/**startproject.py", line 31, in hand

Re: permission denied eror

2012-07-27 Thread Harjot Mann
t; line 196, in run_from_argv >> File >> "/usr/local/lib/python2.7/**dist-packages/django/core/**management/base.py", >> line 232, in execute >> File "/usr/local/lib/python2.7/**dist-packages/django/core/** >> management/commands/**st

Re: permission denied eror

2012-07-27 Thread Rafael E. Ferrero
ct.py", > line 31, in handle > File > "/usr/local/lib/python2.7/dist-packages/django/core/management/templates.py", > line 156, in handle > IOError: [Errno 13] Permission denied: > '/usr/local/lib/python2.7/dist-packages/django/conf/project_template/manage.py' &

Re: permission denied eror

2012-07-27 Thread Leandro Alves
t; line 196, in run_from_argv > File > "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", > line 232, in execute > File > "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/startproject.py", > > line 31, in

permission denied eror

2012-07-27 Thread Harjot Mann
oject.py", line 31, in handle File "/usr/local/lib/python2.7/dist-packages/django/core/management/templates.py", line 156, in handle IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/django/conf/project_template/manage.py' dont why its oc

Re: Permission denied when saving a record with an ImageField in the model

2012-03-17 Thread Jonathan Baker
r Python process, >> and ensure you have at least g+rwx on directories and g+rw on files." >> >> http://stackoverflow.com/questions/5543641/django-media-upload-errno-13-permission-denied >> >> On Sat, Mar 17, 2012 at 10:33 AM, Sithembewena Lloyd Dube < >>

Re: Permission denied when saving a record with an ImageField in the model

2012-03-17 Thread Sithembewena Lloyd Dube
sn't have > permission to write into the media directory. You'll need to either chgrp > or chrown the media directory to the same group as your Python process, > and ensure you have at least g+rwx on directories and g+rw on files." > > http://stackoverflow.com/questions/554

Re: Permission denied when saving a record with an ImageField in the model

2012-03-17 Thread Jonathan Baker
ermission to write into the media directory. You'll need to either chgrp or chrown the media directory to the same group as your Python process, and ensure you have at least g+rwx on directories and g+rw on files." http://stackoverflow.com/questions/5543641/django-media-upload-errno-13-permi

Re: Permission denied when saving a record with an ImageField in the model

2012-03-17 Thread Sithembewena Lloyd Dube
quot;/usr/local/lib/python2.7/dist-packages/django/core/files/storage.py" > in _save > 166. os.makedirs(directory) > File "/usr/lib/python2.7/os.py" in makedirs > 150. makedirs(head, mode) > File "/usr/lib/python2.7/os.py" in makedir

Re: Permission denied when saving a record with an ImageField in the model

2012-03-17 Thread Jonathan D. Baker
uot;/usr/local/lib/python2.7/dist-packages/django/core/files/storage.py" in > _save > 166. os.makedirs(directory) > File "/usr/lib/python2.7/os.py" in makedirs > 150. makedirs(head, mode) > File "/usr/lib/python2.7/os.py" in makedirs >

Re: IOError at / [Errno 13] Permission denied

2011-11-23 Thread marjenni
erver. > > > Now I am in the process of moving this app to an online server, but am > > having some problems. > > > On initialisation the app initialises itself with a .csv file I have > > created, but with the online version I keep getting: > > > IOError a

Re: IOError at / [Errno 13] Permission denied

2011-11-22 Thread Tom Evans
lises itself with a .csv file I have > created, but with the online version I keep getting: > > IOError at / > > [Errno 13] Permission denied: '/cache/parks_extended_info.csv' > > > I have been playing with file permissions and owners, but just can't > g

Re: IOError at / [Errno 13] Permission denied

2011-11-22 Thread Anoop Thomas Mathew
pp to an online server, but am > having some problems. > > On initialisation the app initialises itself with a .csv file I have > created, but with the online version I keep getting: > > IOError at / > > [Errno 13] Permission denied: '/cache/parks_extended_info.csv' &g

IOError at / [Errno 13] Permission denied

2011-11-22 Thread marjenni
: IOError at / [Errno 13] Permission denied: '/cache/parks_extended_info.csv' I have been playing with file permissions and owners, but just can't get it to work. This is my first django app, so the solution is probably simple! thanks Mark -- You received this message

Re: Django - tutorial part 2 problem - Permission denied when attempting to save file

2011-10-31 Thread Nikolas Stevenson-Molnar
lB1951 wrote: > Got this error > Ran into this as part of the Django tutorial (part 2) very close to > the bottom an attempt to change the page header/title. > > > "There was an error attempting to save 'base_site.html':Permission > denied"

Django - tutorial part 2 problem - Permission denied when attempting to save file

2011-10-31 Thread BillB1951
Got this error Ran into this as part of the Django tutorial (part 2) very close to the bottom an attempt to change the page header/title. "There was an error attempting to save 'base_site.html':Permission denied" when trying to save the file below (copied fro

Re: Permission Denied when Trying to delete User

2010-10-26 Thread Shawn Milochik
Try going into the shell with 'manage.py shell,' import the User model, and attempt to delete that user. See what happens and give us the traceback if it fails and you still don't know why. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group.

Permission Denied when Trying to delete User

2010-10-26 Thread seanz
Adding and changing Users works perfectly. Deleting them on the other hand gives me a page that merely informs me "Permission Denied". I am trying to delete the User with a username that has both staff and superuser permission. I have set the permissions for all django files correctly.

Re: OSError Permission denied

2010-10-07 Thread Ale
r at /admin/portfolio/portfolio/add/ > > [Errno 13] Permission denied: '/myproject'. Myproject is root folder of my > django website. I have pasted traceback below. Clearly from the error it means that you don't have permissions to write or create a dir "/myproject"

OSError Permission denied

2010-10-07 Thread Rizwan Mansuri
Hello Django Gurus, I am newbie in Django. I 'm stuck at this point. I have developed one apps in django which has Imagefield. While I am trying add this content in site its giving me error saying OSError at /admin/portfolio/portfolio/add/ [Errno 13] Permission denied: '

Re: Admin / Login / "Permission Denied" Message Dilemma

2010-09-10 Thread ringemup
t up a custom login view that will give the user to a > "permission denied" page if they're already logged in or redirect them > to the login screen otherwise. > > However, due to the way that admin handles logins there's still no way > to give the user a useful e

Admin / Login / "Permission Denied" Message Dilemma

2010-09-10 Thread ringemup
will give the user to a "permission denied" page if they're already logged in or redirect them to the login screen otherwise. However, due to the way that admin handles logins there's still no way to give the user a useful error message if they try to log into the admin and log

Permission denied

2010-01-16 Thread Bhaskar Gara
Request Method: POST Request URL: Exception Type:IOError Exception Value:[Errno 13] Permission denied: u'Bhaskar_dsa.xml' Exception Location:/home/erp/webappserp_dev/erp/apps/erp_site/views.py in testimonials, line 238 Python Executable:/usr/local/bin/python Python Version:2.5.4 T

Re: Apache2 permission denied problem

2009-08-09 Thread Malcolm MacKinnon
Graham, thanks for taking the time to repond. I made the changes in my views to use only absolute paths, and made the necessary changes to the file permissions. All seems to work fine now. On Sun, Aug 9, 2009 at 11:19 PM, Graham Dumpleton < graham.dumple...@gmail.com> wrote: > > > > On Aug 9, 4:1

Re: Apache2 permission denied problem

2009-08-09 Thread Graham Dumpleton
On Aug 9, 4:11 pm, Mac wrote: > Hi, > > I'm new to Django, and am trying to write a csv file and attach it to > an email that is sent upon completion of a sales order. All works fine > in the developement server, but when I switch to Apache2 I get an > error message that either says' No such fi

Apache2 permission denied problem

2009-08-08 Thread Mac
Hi, I'm new to Django, and am trying to write a csv file and attach it to an email that is sent upon completion of a sales order. All works fine in the developement server, but when I switch to Apache2 I get an error message that either says' No such file or directory, ../orders1/ csv_files/ or P

Re: Permission Denied: /tmp/python.cache_root

2009-06-12 Thread joshm
practice to put caches or > > > database in /tmp and use the same location for all instances. > > > > The situation that can arise if you do this is that another instance > > > could create directories/files which another instance cannot open or > > >

Re: Permission Denied: /tmp/python.cache_root

2009-06-11 Thread Graham Dumpleton
roduction runs as Django, it is bad practice to put caches or > > database in /tmp and use the same location for all instances. > > > The situation that can arise if you do this is that another instance > > could create directories/files which another instance cannot open or &

Re: Permission Denied: /tmp/python.cache_root

2009-06-11 Thread joshm
use the same location for all instances. > > The situation that can arise if you do this is that another instance > could create directories/files which another instance cannot open or > create files within. Thus you get permission denied. > > So, more information is needed about h

Re: Permission Denied: /tmp/python.cache_root

2009-06-09 Thread Graham Dumpleton
practice to put caches or database in /tmp and use the same location for all instances. The situation that can arise if you do this is that another instance could create directories/files which another instance cannot open or create files within. Thus you get permission denied. So, more information

Re: Permission Denied: /tmp/python.cache_root

2009-06-09 Thread Karen Tracey
On Tue, Jun 9, 2009 at 4:51 PM, joshm wrote: > > Here is a link to a screenshot of the traceback, unfortunately I don't > have more than that for right now... > > http://img25.imageshack.us/img25/8711/tracem.png > This is happening on your production server, and you have DEBUG set to True so ar

Re: Permission Denied: /tmp/python.cache_root

2009-06-09 Thread joshm
directory. > > > Karen > > > > On Jun 8, 10:23 am, jmat wrote: > > > > I'm getting an error using Django 1.0 when trying to log a new user > > > > in.  When I call > > > > > login(request) > > > > > On a new u

Re: Permission Denied: /tmp/python.cache_root

2009-06-09 Thread joshm
new user I  will occassionally (not very often) get an error (the > > > cache number values will be different): > > > > Permission Denied: /tmp/python.cache_root/8/7/2 > > > > Which is an: > > > > OSError in /usr/lib/python2.4/os.py in makedirs, line

Re: Permission Denied: /tmp/python.cache_root

2009-06-09 Thread Karen Tracey
> login(request) > > > > On a new user I will occassionally (not very often) get an error (the > > cache number values will be different): > > > > Permission Denied: /tmp/python.cache_root/8/7/2 > > > > Which is an: > > > > OSError in /usr/lib/python2.4

Re: Permission Denied: /tmp/python.cache_root

2009-06-09 Thread joshm
l > > login(request) > > On a new user I  will occassionally (not very often) get an error (the > cache number values will be different): > > Permission Denied: /tmp/python.cache_root/8/7/2 > > Which is an: > > OSError in /usr/lib/python2.4/os.py in makedirs, lin

Permission Denied: /tmp/python.cache_root

2009-06-08 Thread jmat
I'm getting an error using Django 1.0 when trying to log a new user in. When I call login(request) On a new user I will occassionally (not very often) get an error (the cache number values will be different): Permission Denied: /tmp/python.cache_root/8/7/2 Which is an: OSError in /us

Re: Permission denied while using apache2

2008-11-12 Thread Graham Dumpleton
athwithname = os.path.join(str(_user.username), file_name) > >         if not os.path.isfile(filepathwithname): > >             workbook.save(os.path.join(str(_user.username), > > file_name)) > > > The problem is I am getting permission denied error. > > It works fine w

Re: [Errno 13] Permission denied while using apache2

2008-11-12 Thread Steve Holden
file(filepathwithname): > workbook.save(os.path.join(str(_user.username), > file_name)) > > The problem is I am getting permission denied error. > It works fine when I am using runserver. but getting error while > using apache2 > > Can anyone help me out. > What's the cur

[Errno 13] Permission denied while using apache2

2008-11-12 Thread laspal
(_user.username), file_name)) The problem is I am getting permission denied error. It works fine when I am using runserver. but getting error while using apache2 Can anyone help me out. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: sorl-thumbnail: Permission Denied

2008-03-28 Thread Josh
l-thumbnail in my project, but it's giving me > permission denied errors when it attempts to write the thumbnail to my > media_root. I'm able to upload images through the Django admin > interface, so I'm not sure why sorl wouldn't also have access to the > directory.

Re: Permission denied

2007-09-26 Thread Henning Hraban Ramm
2007/9/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > I'm getting this error and don't understand why: > Error: Unable to execute port: ln: /opt/local/var/macports/sources/ > rsync.macports.org/release/ports/python/py-psycopg2/work: Permission > denied That's obv

Permission denied

2007-09-25 Thread [EMAIL PROTECTED]
Hey everyone, I'm getting this error and don't understand why: Error: Unable to execute port: ln: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/python/py-psycopg2/work: Permission denied Thanks, J --~--~-~--~~~---~--~~ You rec

Re: ERROR: permission denied for relation

2007-09-13 Thread [EMAIL PROTECTED]
try to do this: > > > get_list = some_table.get_list(where=['user_id=%s' % > > request.user.id]) > > > I get this error: (and assuming the users are logged in) > > > ERROR: permission denied for relation > > > Any Ideas? > > > Thanks --~--~-

Re: ERROR: permission denied for relation

2007-09-12 Thread [EMAIL PROTECTED]
assuming the users are logged in) > > ERROR: permission denied for relation > > Any Ideas? > > Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to thi

ERROR: permission denied for relation

2007-09-11 Thread [EMAIL PROTECTED]
Hi I am getting this error when I try to do this: get_list = some_table.get_list(where=['user_id=%s' % request.user.id]) I get this error: (and assuming the users are logged in) ERROR: permission denied for relation Any Idea

Re: permission denied from development server

2007-03-31 Thread Gilhad
try localhost:8000:/admin/ On Thursday 29 March 2007 18:16, akonsu wrote: > hello, > > i am running development server from a windows command line and when i > navigate to localhost:8000 i get > > Permission denied: / > > i do not even know where to start debugging.

permission denied from development server

2007-03-29 Thread akonsu
hello, i am running development server from a windows command line and when i navigate to localhost:8000 i get Permission denied: / i do not even know where to start debugging. "manage.py syncdb" works fine, so it is not because of my setup or anything like that. i think. thanks

  1   2   >