On Fri, Jan 3, 2014 at 4:16 PM, Rustom Mody wrote:
> Something like this is what I had in mind
> http://help.openerp.com/question/9704/how-to-read-and-understand-errors-from-tracebacks/
>
Hrm, site's having trouble. First time I tried it, it came back with a
gateway timeout. Seemed to work second
On Fri, Jan 3, 2014 at 9:33 AM, Chris Angelico wrote:
> On Fri, Jan 3, 2014 at 2:58 PM, Rustom Mody wrote:
>> Why not write up a few lines on "How to read and post python tracebacks"
>> and post it on the wiki?
>
> You mean "copy and paste the whole output"? I'm not sure what more
> needs to be s
In article ,
Chris Angelico wrote:
> On Fri, Jan 3, 2014 at 2:58 PM, Rustom Mody wrote:
> > Why not write up a few lines on "How to read and post python tracebacks"
> > and post it on the wiki?
>
> You mean "copy and paste the whole output"? I'm not sure what more
> needs to be said about post
On Fri, Jan 3, 2014 at 2:58 PM, Rustom Mody wrote:
> Why not write up a few lines on "How to read and post python tracebacks"
> and post it on the wiki?
You mean "copy and paste the whole output"? I'm not sure what more
needs to be said about posting them.
Reading them is a bit more complicated,
On Fri, Jan 3, 2014 at 8:35 AM, Chris Angelico wrote:
> On Fri, Jan 3, 2014 at 11:12 AM, J. McGaha wrote:
>> When I run the this code I get an error that says the ‘int’ can’t be called.
>>
>
> Python errors include full backtraces that show exactly what's going
> on. They are extremely helpful, s
On Fri, Jan 3, 2014 at 11:12 AM, J. McGaha wrote:
> When I run the this code I get an error that says the ‘int’ can’t be called.
>
Python errors include full backtraces that show exactly what's going
on. They are extremely helpful, so when you post questions like this,
you should copy and paste t
Good evening, I am a complete noob at Python. I am attempting to create a
key and update its value. The code below is what I have come up with after
reading everything I can get my hands on.
When I run the this code I get an error that says the 'int' can't be called.
I appreciate your h