| Author |
help to edit to run this program
|
gaurav gupta sitm
Ranch Hand
Joined: Jun 19, 2011
Posts: 47
|
|
in this script one parameter shows error client
Please help to edit this program to run without problem
Error ->
`<main>': undefined local variable or method `client' for main:Object (NameError)
what should we have to place instead of client to run without error
Please help....
Thanks
|
 |
Katrina Owen
Sheriff
Joined: Nov 03, 2006
Posts: 1334
|
|
It looks like you need client to be an instance of a class. Something like
It's hard to say without more context.
|
 |
 |
|
|
subject: help to edit to run this program
|
|
|