Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on djcelerymon with Django 1.2. #23

Closed
aaloy opened this issue Nov 12, 2010 · 5 comments
Closed

Error on djcelerymon with Django 1.2. #23

aaloy opened this issue Nov 12, 2010 · 5 comments

Comments

@aaloy
Copy link

aaloy commented Nov 12, 2010

When running djcelerymon from command line and having Django 1.2 installed we'll get an error such as "Command' object has no attribute 'stdout'", self.stdout proxy is introduced in Django 1.2.
On 1.1.x series you can run it without problems.

@ask
Copy link
Contributor

ask commented Nov 18, 2010

I can't find anything using self.stdout in the code base, what is the traceback?

And I guess you mean it doesn't work on 1.1, but only on 1.2?

@aaloy
Copy link
Author

aaloy commented Nov 18, 2010

No it works on Django 1.1 but no on django 1.2, the traceback is "Command' object has no attribute 'stdout'"

It seems like http://stackoverflow.com/questions/3167795/custom-django-admin-commands-attributeerror-command-object-has-no-attribute

@ask
Copy link
Contributor

ask commented Nov 23, 2010

But if self.stdout was recently added to Django trunk, why would it work on 1.1?

I can't see self.stdout used anywhere, so I need the traceback to identify where it's coming from.

@jezdez
Copy link
Collaborator

jezdez commented Jan 12, 2011

Actually, it was added in trunk and then added to the 1.2.X branch, http://code.djangoproject.com/changeset/13319.

@ask
Copy link
Contributor

ask commented Jan 12, 2011

djcelerymon: Added Command.stdout + Command.stderr. Closed by 242eae9

ramusus pushed a commit to ramusus/django-celery that referenced this issue Nov 16, 2011
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants