Thanks Seo For Logging Module to work, I added the code in '__Init__.py', suggested at URL, given by you Code added in __Init__.py file of Logging module
if not hasattr(sys, "_getframe"): _srcfile = None if sys.platform == 'cli': _srcfile = None Thanks and Regards Deepali -----Original Message----- From: Seo Sanghyeon [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 6:27 PM To: [EMAIL PROTECTED]; Discussion of IronPython Subject: Re: [IronPython] Logging module error 2008/12/2 Deepali Abhyankar <[EMAIL PROTECTED]>: > (logging and _getframe) > Please suggest solution to resolve this https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/patches/stdlib/2.4.4/patch-stdlib-logging-getframe -- Seo Sanghyeon DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails. _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
