Re: [python-win32] Referencing a DLL, preferably using relative file path, etc.

2012-01-13 Thread Tim Roberts
Jacob Kruger wrote: > Although have looked around, haven't found too much consistent > information relating to doing something like referencing a DLL, > preferably using something like a relative file path, as opposed to > having it as a registered DLL through regsvr32, etc. > > Is this possible/

[python-win32] Referencing a DLL, preferably using relative file path, etc.

2012-01-12 Thread Jacob Kruger
Although have looked around, haven't found too much consistent information relating to doing something like referencing a DLL, preferably using something like a relative file path, as opposed to having it as a registered DLL through regsvr32, etc. Is this possible/simple as such? TIA Jacob Kr