Python Script fails?

I have a script (that uses theano), if run inside a Knime Labs Python Script Node, it fails with a dll initialization error during theano compilation.

Running essentially the same script  as stand-alone python or within a Community Python Snippet Node, works fine.

Knime is configured to use the system installation of Python 2.7 (Anaconda) rather than the built-in Knime version.

Rather strangely, when executed in the configuration dialog editor of the Python Script Node, it does run.

Any ideas to fix this as Knime Labs Python node have some useful feature that the Community nodes lack.

Cheers,

Steve.

The dialog of the labs Python nodes does basically the same thing in the background as the node execution, so this is indeed strange.

What KNIME version are you using?

Can you provide an example workflow?

Cheers,

Patrick