replace
>>> row = dictfetchall2(cursor)
>>>
>>> With this
>>> row = AltwordManager.dictfetchall2(**cursor)
>>>
>>> Cal
>>>
>>>
>>> On Sun, Sep 8, 2013 at 8:23 PM, Pepsodent Cola wrote:
>>>
>>>> I don
AltwordManager.dictfetchall2(**cursor)
>>
>> Cal
>>
>>
>> On Sun, Sep 8, 2013 at 8:23 PM, Pepsodent Cola wrote:
>>
>>> I don't understand how to fix this error message? Here is the code that
>>> made things break.
>>>
>>&
ames,
>
> Ok will do!
>
>
>
> On Sunday, September 8, 2013 9:23:48 PM UTC+2, Pepsodent Cola wrote:
>>
>> I don't understand how to fix this error message? Here is t
Hi James,
Ok will do!
On Sunday, September 8, 2013 9:23:48 PM UTC+2, Pepsodent Cola wrote:
>
> I don't understand how to fix this error message? Here is the code that
> made things break.
>
> Exception Value: global name 'dict
You wrote a method on a class, but didn't define it as taking the 'self'
argument that's required for instance methods of Python classes.
It may be best to back up a bit and work through some introductory Python
tutorials before resuming on your Django app.
--
You received this message because y
8:23 PM, Pepsodent Cola
>
> > wrote:
>
>> I don't understand how to fix this error message? Here is the code that
>> made things break.
>>
>> Exception Value: global name 'dictfetchall2' is not defined
>>
>>
>>
>>
Try and replace
row = dictfetchall2(cursor)
With this
row = AltwordManager.dictfetchall2(cursor)
Cal
On Sun, Sep 8, 2013 at 8:23 PM, Pepsodent Cola wrote:
> I don't understand how to fix this error message? Here is the code that
> made things break.
>
> Exception V
I don't understand how to fix this error message? Here is the code that
made things break.
Exception Value: global name 'dictfetchall2' is not defined
#___
def dictfetchall(cursor):
"Ret
8 matches
Mail list logo