ADO Question

Mark Hammond mhammond at skippinet.com.au
Wed Apr 19 22:24:45 EDT 2000


"Matheus Rodrigues" <matheusrodrigues at hotmail.com> wrote in message
news:20000419203624.53393.qmail at hotmail.com...

> Traceback (innermost last):
>   File "c:\python\win32com\client\dynamic.py", line 242, in
_make_method_
>     codeObject = compile(methodCode, "<COMObject %s>" %
> self._username_,"exec")
>   File "<string>", line 1
>      def Open(self, ConnectionString=L'', UserID=L'', Password=L'',
> Options=-1):
>
>                                        ^
> SyntaxError: invalid syntax

What win32all build is this?  The syntax error is the L'', but I can't
work out who generated this funky syntax...

Mark.






More information about the Python-list mailing list