yeah, figured it out. didn't have my python egg cache dir set. it was trying to create one in that dir.
Bit of a cryptic error though. Maybe a line about how the directory is trying to be created. thanks. On Sun, Aug 30, 2009 at 4:13 PM, Chris Moffitt <[email protected]> wrote: > You've got a permissions problem - > [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] OSError: [Errno > 13] Permission denied: '/usr/home/solarpan' > > > -Chris > > > On Sun, Aug 30, 2009 at 2:23 PM, codersmarket <[email protected]>wrote: > >> >> getting this in my apache error_log >> >> >> mod_wsgi (pid=70337): Exception occurred processing WSGI script '/usr/ >> home/solarpan/shop/wsgi_handler.py'. >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] Traceback (most >> recent call last): >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 228, >> in __call__ >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] >> self.load_middleware() >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/core/handlers/base.py", line 38, in >> load_middleware >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] mod = __import__ >> (mw_module, {}, {}, ['']) >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django_threaded_multihost-1.3_2-py2.5.egg/ >> threaded_multihost/middleware.py", line 12, in <modu >> le> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django_threaded_multihost-1.3_2-py2.5.egg/ >> threaded_multihost/threadlocals.py", line 51, in <mo >> dule> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/contrib/sites/models.py", line 1, >> in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] from django.db >> import models >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/db/__init__.py", line 16, in >> <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] backend = >> __import__('%s%s.base' % (_import_path, settings.DATABASE_ENGINE), {}, >> {}, ['']) >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/db/backends/mysql/base.py", line >> 10, in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] import MySQLdb >> as Database >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "build/ >> bdist.freebsd-7.1-RELEASE-p4-i386/egg/MySQLdb/__init__.py", line 19, >> in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "build/ >> bdist.freebsd-7.1-RELEASE-p4-i386/egg/_mysql.py", line 7, in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "build/ >> bdist.freebsd-7.1-RELEASE-p4-i386/egg/_mysql.py", line 3, in >> __bootstrap__ >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/ >> pkg_resources.py", line 2553, in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/ >> pkg_resources.py", line 384, in __init__ >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/ >> pkg_resources.py", line 399, in add_entry >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/ >> pkg_resources.py", line 1659, in find_on_path >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] OSError: [Errno >> 13] Permission denied: '/usr/home/solarpan' >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] mod_wsgi >> (pid=70337): Exception occurred processing WSGI script '/usr/home/ >> solarpan/shop/wsgi_handler.py'. >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] Traceback (most >> recent call last): >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 239, >> in __call__ >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] response = >> self.get_response(request) >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/core/handlers/base.py", line 67, in >> get_response >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] response = >> middleware_method(request) >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/middleware/common.py", line 56, in >> process_request >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] if (not >> _is_valid_path(request.path_info) and >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/middleware/common.py", line 142, in >> _is_valid_path >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] >> urlresolvers.resolve(path) >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/core/urlresolvers.py", line 246, in >> resolve >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] return >> get_resolver(urlconf).resolve(path) >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/core/urlresolvers.py", line 179, in >> resolve >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] for pattern in >> self.urlconf_module.urlpatterns: >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/core/urlresolvers.py", line 198, in >> _get_urlconf_module >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] >> self._urlconf_module = __import__(self.urlconf_name, {}, {}, ['']) >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/home/ >> solarpan/shop/../shop/urls.py", line 2, in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] from >> satchmo_store.urls import urlpatterns >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/Satchmo-0.9_pre-py2.6.egg/satchmo_store/ >> urls/__init__.py", line 27, in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] from base import >> urlpatterns as basepatterns >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/Satchmo-0.9_pre-py2.6.egg/satchmo_store/ >> urls/base.py", line 8, in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] from >> product.urls.base import adminpatterns as prodpatterns >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/Satchmo-0.9_pre-py2.6.egg/product/urls/ >> __init__.py", line 3, in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] from >> livesettings import config_value >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/Satchmo-0.9_pre-py2.6.egg/livesettings/ >> __init__.py", line 14, in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] from functions >> import * >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/Satchmo-0.9_pre-py2.6.egg/livesettings/ >> functions.py", line 3, in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] from >> livesettings import values >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/Satchmo-0.9_pre-py2.6.egg/livesettings/ >> values.py", line 7, in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] from >> django.contrib.sites.models import Site >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/contrib/sites/models.py", line 1, >> in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] from django.db >> import models >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/db/__init__.py", line 16, in >> <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] backend = >> __import__('%s%s.base' % (_import_path, settings.DATABASE_ENGINE), {}, >> {}, ['']) >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/django/db/backends/mysql/base.py", line >> 10, in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] import MySQLdb >> as Database >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "build/ >> bdist.freebsd-7.1-RELEASE-p4-i386/egg/MySQLdb/__init__.py", line 19, >> in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "build/ >> bdist.freebsd-7.1-RELEASE-p4-i386/egg/_mysql.py", line 7, in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "build/ >> bdist.freebsd-7.1-RELEASE-p4-i386/egg/_mysql.py", line 3, in >> __bootstrap__ >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/ >> pkg_resources.py", line 2553, in <module> >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/ >> pkg_resources.py", line 384, in __init__ >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/ >> pkg_resources.py", line 399, in add_entry >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] File "/usr/local/ >> lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/ >> pkg_resources.py", line 1659, in find_on_path >> [Sun Aug 30 14:56:38 2009] error [client 99.255.8.27] OSError: [Errno >> 13] Permission denied: '/usr/home/solarpan' >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" 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/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
