Comment 18 for bug 799990

Revision history for this message
matysek (mzibricky) wrote :

>> PATH also contain dir with system libraries - this would break modules depending on dll from C:\windows\system32, etc.
> That's not quite right, system directories are searched before the path (http://msdn.microsoft.com/en-us/library/7d83bc18(v=vs.80).aspx), so that shouldn't be a problem.

But that information is for situation when starting a new process. With openlp the situation is different. DLLs for python modules are loaded dynamically at runtime (when process is already started).

We need to try that and make sure how it works.

I would like to get an evironment similar to yours.