[Python.NET] Network install
Brian Almond
pythonista at sbcglobal.net
Fri Apr 16 21:22:14 EDT 2004
A new puzzle:
Today I tried a Python.NET app on a machine that was
accessing a Python installed on a network share. I
had moved the CLR.dll & Python.Runtime.dll into the
same place that I have them on my workstation's Python
install. I ended up getting an error every time I
tried to import the CLR module.
For kicks, I copied all of the Python.NET files to a
network folder and tried using it (in this case,
simply trying to run python.exe), and I receive:
Unhandled Exception:
System.Security.Policy.PolicyException:
Required permissions cannot be acquired.
at PythonConsole.Main(String[] args)
Any idea on why Python for .NET would get frisky on a
Novell share? Help me out here, I suspect I'm
overlooking something super obvious...it's been a long
week!
-BA
More information about the PythonDotNet
mailing list