Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73358

celery errors in eclipse

Newsgroups comp.lang.python
Date 2014-06-18 03:25 -0700
Message-ID <c9371514-5ec8-4f64-9e8e-efdd40f74f2f@googlegroups.com> (permalink)
Subject celery errors in eclipse
From xeon Mailinglist <xeonmailinglist@gmail.com>

Show all headers | View raw


I am using celery in my program to invoke remote functions using a message queueing service (RabbitMQ).

I call my function with celery with this:  myfunc.apply_async(queue=cluster, args=(chain, cluster, )), but although the call is correct and it works, in eclipse I get the  error that "undefined variable from import: apply_async".

This happens, because to celery methods it is just need to append celery methods to my function, and not code them.
That is true that I didn`t define apply_async function, nor imported. I just use it like celery docs suggests. Eclipse can`t see this.

The celery community say that it is eclipse python linter causing the issue and they suggest to contact the pydev community regarding the matter.

How I make this error disappears in the eclipse?

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

celery errors in eclipse xeon Mailinglist <xeonmailinglist@gmail.com> - 2014-06-18 03:25 -0700

csiph-web