Re: How to read and post tracebacks (was Registry Key Value Help)

2014-01-02 Thread Chris Angelico
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

Re: How to read and post tracebacks (was Registry Key Value Help)

2014-01-02 Thread Rustom Mody
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

Re: How to read and post tracebacks (was Registry Key Value Help)

2014-01-02 Thread Roy Smith
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

Re: How to read and post tracebacks (was Registry Key Value Help)

2014-01-02 Thread Chris Angelico
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,

How to read and post tracebacks (was Registry Key Value Help)

2014-01-02 Thread Rustom Mody
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

Re: Registry Key Value Help

2014-01-02 Thread Chris Angelico
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

Registry Key Value Help

2014-01-02 Thread J. McGaha
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