Hi,

Yes ... from the github repository, master branch ... maybe I should
have mentioned that.

After following the list, some people get stuck there trying to figure
what might be the issue.

Mine was lmxl ... but its also installed from freebsd ports tree, so I
removed it from the setup.py file also other dependies, except
django-celery and now also lxml. So I guess I have 2 versions of that
now.

Would it maybe be possible to create a little python script that could
verify that all dependencies on these modoles are there? maybe as a
command to the manage.py

That would make debugging a bit easier.

mvh

On Wed, Mar 2, 2011 at 5:22 PM, Andrew Colin Kissa <[email protected]> wrote:
>
> On 02 Mar 2011, at 2:36 PM, Mikael Syska wrote:
>
>> I'm not sure what I'm looking for.
>> The file looks like this:
>> import os
>>
>> os.environ["CELERY_LOADER"] = "django"
>> os.environ['DJANGO_SETTINGS_MODULE'] = 'baruwa.settings'
>> os.environ['PYTHON_EGG_CACHE'] = '/var/tmp'
>>
>> from django.core.handlers.wsgi import WSGIHandler
>> application = WSGIHandler()
>
> Seems like you are running version 1.1.0
>
> --
> Baruwa - www.baruwa.org
>
> _______________________________________________
> Baruwa mailing list
> [email protected]
> http://lists.baruwa.org/mailman/listinfo/baruwa
>
_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa

Reply via email to