[python-win32] Second DLL question

2012-01-12 Thread Jacob Kruger
How easy/simple is it to actually compile python code into a DLL to be used on windows by other programming languages, etc.? I can easily enough use py2exe to generate command line apps that can be called using command line arguments, etc., but was just wondering (as well). TIA Jacob Kruger

[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