Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74322 > unrolled thread
| Started by | Dan Stromberg <drsalists@gmail.com> |
|---|---|
| First post | 2014-07-10 10:23 -0700 |
| Last post | 2014-07-10 10:23 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Solution-resistant AttributeError: 'modle' object has no attribute... Dan Stromberg <drsalists@gmail.com> - 2014-07-10 10:23 -0700
| From | Dan Stromberg <drsalists@gmail.com> |
|---|---|
| Date | 2014-07-10 10:23 -0700 |
| Subject | Re: Solution-resistant AttributeError: 'modle' object has no attribute... |
| Message-ID | <mailman.11737.1405013019.18130.python-list@python.org> |
On Thu, Jul 10, 2014 at 9:41 AM, Dan Stromberg <drsalists@gmail.com> wrote: > Hi folks. > > I'm having trouble with a strange AttributeError. I'm using RQ (Redis > Queue) and Django, both of which are new to me, so perhaps they are > somehow relevant. > > Anyway, the traceback looks like: > Traceback (most recent call last): > File "/home/ec2-user/miniconda/envs/sciencedb/lib/python2.7/site-packages/rq/worker.py", > line 479, in perform_job > rv = job.perform() > File "/home/ec2-user/miniconda/envs/sciencedb/lib/python2.7/site-packages/rq/job.py", > line 466, in perform > self._result = self.func(*self.args, **self.kwargs) > File "/home/ec2-user/science_server/higgins/tasks.py", line 276, in > session_retrieval_manager > dummy = higgins.models.extract_guid_from_visi_filename > AttributeError: 'module' object has no attribute > 'extract_guid_from_visi_filename' It turned out I needed to restart my RQ (Redis Queue) processes.
Back to top | Article view | comp.lang.python
csiph-web