Are you getting an error when trying to add the sys.path.append call (and if so what error)? A good place to put this would be on application start in global.py so that it only happens once.
David
Marked as answer by davidebb on Dec 19, 2006 11:25 PM
davidebb
Contributor
7006 Points
1366 Posts
Microsoft
Re: How to Integrate IronPython ASP.NET and Python 2.4.4?
Nov 24, 2006 12:49 AM|LINK
Hi Ryszard,
Are you getting an error when trying to add the sys.path.append call (and if so what error)? A good place to put this would be on application start in global.py so that it only happens once.
David