Hi
i found some solution in Google groups ( not from this forum)
try this from shell :
$ workon newfies-dialer
$ pip install nose
$ pip install django-nose
then restart apache now iam able to login to the web gui i get this error in the main page
Alert : Your settings are not configured properly, Please contact the administrator. To send notification to administrator Click hereand my logs show /err-apache-newfies.log
[Mon Dec 03 20:35:12 2012] [error] Exception KeyError: KeyError(-1216178352,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored
[Mon Dec 03 20:35:17 2012] [error] /usr/share/virtualenvs/newfies-dialer/lib/python2.6/site-packages/django/conf/__init__.py:75: DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed;
use STATIC_URL instead.
[Mon Dec 03 20:35:17 2012] [error] "use STATIC_URL instead.", DeprecationWarning)
[Mon Dec 03 20:35:17 2012] [error] /usr/share/virtualenvs/newfies-dialer/lib/python2.6/site-packages/django/utils/translation/__init__.py:63: DeprecationWarning: Translations in the project directo
ry aren't supported anymore. Use the LOCALE_PATHS setting instead.
[Mon Dec 03 20:35:17 2012] [error] DeprecationWarning)
[Mon Dec 03 20:35:18 2012] [error] /usr/share/virtualenvs/newfies-dialer/lib/python2.6/site-packages/celery/decorators.py:34: CDeprecationWarning:
[Mon Dec 03 20:35:18 2012] [error] The `celery.decorators` module along with the magic keyword arguments,
[Mon Dec 03 20:35:18 2012] [error] are deprecated, and will be removed in version 3.0.
[Mon Dec 03 20:35:18 2012] [error]
[Mon Dec 03 20:35:18 2012] [error] Please use the `celery.task` module instead of `celery.decorators`,
[Mon Dec 03 20:35:18 2012] [error] and the `task.request` should be used instead of the magic keyword arguments:
[Mon Dec 03 20:35:18 2012] [error]
[Mon Dec 03 20:35:18 2012] [error] from celery.task import task
[Mon Dec 03 20:35:18 2012] [error]
[Mon Dec 03 20:35:18 2012] [error] See
http://bit.ly/celery22major for more information.
[Mon Dec 03 20:35:18 2012] [error]
[Mon Dec 03 20:35:18 2012] [error]
[Mon Dec 03 20:35:18 2012] [error] """))
[Mon Dec 03 20:35:20 2012] [error] /usr/share/virtualenvs/newfies-dialer/lib/python2.6/site-packages/tastypie/resources.py:343: UserWarning: 'override_urls' is a deprecated method & will be removed
by v1.0.0. Please rename your method to ``prepend_urls``.
[Mon Dec 03 20:35:20 2012] [error] warnings.warn("'override_urls' is a deprecated method & will be removed by v1.0.0. Please rename your method to ``prepend_urls``.")
[Mon Dec 03 20:35:20 2012] [error] /usr/share/virtualenvs/newfies-dialer/lib/python2.6/site-packages/tastypie/api.py:82: UserWarning: 'override_urls' is a deprecated method & will be removed by v1.
0.0. Please use ``prepend_urls`` instead.
[Mon Dec 03 20:35:20 2012] [error] warnings.warn("'override_urls' is a deprecated method & will be removed by v1.0.0. Please use ``prepend_urls`` instead.")
-f: No such file or directory
any advice
Ram