[IronPython] Logging module error

Deepali Abhyankar deepali_abhyankar at persistent.co.in
Wed Dec 3 05:12:48 CET 2008


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:sanxiyn at gmail.com] 
Sent: Tuesday, December 02, 2008 6:27 PM
To: deepali_abhyankar at persistent.co.in; Discussion of IronPython
Subject: Re: [IronPython] Logging module error

2008/12/2 Deepali Abhyankar <deepali_abhyankar at persistent.co.in>:
> (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.



More information about the Ironpython-users mailing list