[IronPython] Cannot use logging module with ipy?
Arman Bostani
arman at twinsun.com
Wed Jul 19 10:54:02 PDT 2006
Peter,
As a hack, you can get logging working as follows:
import logging
logging._srcfile = None
-arman
Dino Viehland wrote:
> Not being a sports fan I can’t comment on the tension between the
> Yankees and Mariners, but we definitely don’t have an implementation of
> sys._getframe which is the problem. While sys._getframe isn’t as big as
> an entire standard module, it certainly is nearly as tricky to
> implement. Unfortunately we don’t expect to get _getframe implemented
> for v1.0 – but we do have a bug to implement this after 1.0 on CodePlex
> (http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPython&WorkItemId=1042
> <http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPython&WorkItemId=1042>
> ).
More information about the users
mailing list