Quote:
Originally Posted by esperanc
Has anyone tried to do this? I have tried it in python using the following code (which didnīt work):
parse = xylog.XYP_ParseDocument(u"test.lrs")
|
I'm not a snake charmer but I can hum a few bars.
My guess would be that the current working directory for the DLL isn't what you expect it to be. I would suggest you replace "test.lrs" with "C:\My\Exact\Path\test.lrs".
Hope that helps.