How to Integrate IronPython ASP.NET and Python 2.4.4?http://forums.asp.net/t/1048100.aspx/1?How+to+Integrate+IronPython+ASP+NET+and+Python+2+4+4+Fri, 24 Nov 2006 00:49:45 -050010481001474614http://forums.asp.net/p/1048100/1474614.aspx/1?How+to+Integrate+IronPython+ASP+NET+and+Python+2+4+4+How to Integrate IronPython ASP.NET and Python 2.4.4? <p>To integrate IronPython-1.0 and Python 2.4.4 I need to edit IronPython-1.0\lib\site.py:</p> <p>import sys<br> sys.path.append(r&quot;E:\my\tools\Python24\Lib&quot;)</p> <p>&nbsp;and this work fine.&nbsp;</p> <p>But:&nbsp;</p> <p>1. IronPython ASP.NET does not has lib folder.</p> <p>2. When I try to add these lines to source file, it does not work.</p> <p>&nbsp;</p> <p>How to Integrate IronPython ASP.NET and Python 2.4.4?</p> 2006-11-23T09:02:20-05:001475145http://forums.asp.net/p/1048100/1475145.aspx/1?Re+How+to+Integrate+IronPython+ASP+NET+and+Python+2+4+4+Re: How to Integrate IronPython ASP.NET and Python 2.4.4? <p>Hi Ryszard,</p> <p>Are you getting an error when trying to add the sys.path.append call (and if so what error)?&nbsp; A good place to put this would be on application start in global.py so that it only happens once.</p> <p>David</p> 2006-11-24T00:49:45-05:00