sharath B N wrote: > def generate (... ,....,...) > > " in this function i define the global variables " > global stock,stockManager, manager etc. > > > class Manager > ... > ... > ... > def create_stockManager(..) > """ this is a method in class manager""" > stockManager = StockManager( name) > stockManager.create_Stock(..) > > now this gives an attribute error sayin .... stockManager has no > attribute create_Stock
so where is it? </F> -- http://mail.python.org/mailman/listinfo/python-list