ActivePython and WSH problem

Mark Hammond MarkH at ActiveState.com
Sat Jun 9 02:43:41 EDT 2001


JohnB wrote:

> Thanks Mark, that got me working with WSH.
> 
> However, both when executing those commands, and when running the .wsf file,
> I get the following warning:
> "d:\python21\lib\regsub.py:15: DeprecationWarning: the regsub module is
> deprecated; please use re.sub()
>   DeprecationWarning)"
> 
> It seems that running the .wsf file wants to register something. Do you know
> what's up with that?


This is a warning that can safely be ignored.  The ActiveScripting 
implementation uses the regsub module, and I need to update it to use re.

Infact, I will do this now :)

...

Done, and checked into CVS!

Mark.




More information about the Python-list mailing list