[python-win32] Hello everybody, I am a Python lover from china and I'm new to this mail list

2005-02-04 Thread Jiang Shanyi
Best regards to every body. ___ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32

RE: [python-win32] python ScriptControl error in Excel while runningfine in python

2005-02-04 Thread S�bastien de Menten
> I am trying to use ScriptControl under Excel (Windows XP) > with the code: > > Global sc As New MSScriptControl.ScriptControl > > Public Function os_getcwd() > sc.Language = "python" > sc.ExecuteStatement ("import os") > os_getcwd = sc.Eval("os.getcwd()") > End Function > > When setti