[Python-Dev] Snapshot win32all builds of interest?
Martin v. Loewis
martin@v.loewis.de
09 Oct 2002 19:10:54 +0200
"Tim Peters" <tim@zope.com> writes:
> I tried it. I'd say something useful, except as far as I could tell, it
> worked <wink>. Thanks!
I've had a few problems. Running it in a console gives the messages
Failed to connect to Pythonwin|System. Error 0
mh\Pythonwin\pywin\scintilla\view.py:18: DeprecationWarning: the regex
module is deprecated; please use the re module
import regex
E:\Pyinst\python\lib\regsub.py:15: DeprecationWarning: the regsub
module is deprecated; please use re.sub()
DeprecationWarning)
which appear to be harmless; I'll report them anyway in case you are
unaware of them.
More troubling is that Find (Ctrl-F) does not work: I get
Traceback (most recent call last):
File "mh\Pythonwin\pywin\scintilla\view.py", line 349, in OnCmdEditFind
ImportError: No module named find
Any suggestions?
Regards,
Martin