<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<title>Re: [Python.NET] Python.NET + Apache</title>
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Thanks for the reply Maksim.&nbsp; I&#8217;m still getting the same
error even when I granted Full Trust to Local Intranet&#8230; don&#8217;t know why&#8230;<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Thanks,<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Ronald<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Maksim Kozyarchuk
[mailto:mkozyarchuk@hedgeserv.com] <br>
<b>Sent:</b> Monday, September 15, 2008 3:49 PM<br>
<b>To:</b> Wan, Ronald; pythondotnet@python.org<br>
<b>Subject:</b> Re: [Python.NET] Python.NET + Apache<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:9.0pt;
font-family:"Verdana","sans-serif"'>I&#8217;ve seen a similar error when running from
the network, and it was due to a .NET Security policy.<br>
<br>
To isolate, you could try to change .NET Security Policy and grant Local
Intranet a &nbsp;&#8220;Full Trust&#8221;<br>
<br>
Maksim<br>
On 9/15/08 6:17 PM, &quot;Wan, Ronald&quot; &lt;rwan@ea.com&gt; wrote:</span><o:p></o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:9.0pt;
font-family:"Verdana","sans-serif"'>Hi, <br>
<br>
Has any had any success with integrating Python.NET with Apache?
&nbsp;Python.NET works very well locally, say if I run the most basic thing
like<br>
<br>
</span><span style='font-size:9.0pt;font-family:"Courier New"'>import clr<br>
</span><span style='font-size:9.0pt;font-family:"Verdana","sans-serif"'><br>
in the python command line. &nbsp;However, when I try to do the same thing
through apache, python always dumps out<br>
<br>
</span><span style='font-size:9.0pt;font-family:"Courier New"'>SystemError:
dynamic module not initialized properly<br>
</span><span style='font-size:9.0pt;font-family:"Verdana","sans-serif"'><br>
Currently, I&#8217;m running&#8230;<br>
<br>
Windows XP<br>
<br>
Apache<br>
<br>
Python 2.5<br>
<br>
.NET Framework 2.0<br>
<br>
The latest Python.NET release<br>
<br>
Does any have any suggestions of what I can do to fix this? &nbsp;Thanks!<br>
<br>
Thanks in advance,<br>
<br>
Ronald<o:p></o:p></span></p>

<div class=MsoNormal align=center style='text-align:center'><span
style='font-size:9.0pt;font-family:"Verdana","sans-serif"'>

<hr size=3 width="95%" align=center>

</span></div>

<p class=MsoNormal><span style='font-size:7.5pt;font-family:"Courier New"'>_________________________________________________<br>
Python.NET mailing list - PythonDotNet@python.org<br>
<a href="http://mail.python.org/mailman/listinfo/pythondotnet">http://mail.python.org/mailman/listinfo/pythondotnet</a></span><o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

</body>

</html>