Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
5 Points
1 Post
Nov 23, 2006 09:02 AM|LINK
To integrate IronPython-1.0 and Python 2.4.4 I need to edit IronPython-1.0\lib\site.py:
import sys sys.path.append(r"E:\my\tools\Python24\Lib")
and this work fine.
But:
1. IronPython ASP.NET does not has lib folder.
2. When I try to add these lines to source file, it does not work.
How to Integrate IronPython ASP.NET and Python 2.4.4?
ryszarddrozd
Member
5 Points
1 Post
How to Integrate IronPython ASP.NET and Python 2.4.4?
Nov 23, 2006 09:02 AM|LINK
To integrate IronPython-1.0 and Python 2.4.4 I need to edit IronPython-1.0\lib\site.py:
import sys
sys.path.append(r"E:\my\tools\Python24\Lib")
and this work fine.
But:
1. IronPython ASP.NET does not has lib folder.
2. When I try to add these lines to source file, it does not work.
How to Integrate IronPython ASP.NET and Python 2.4.4?