Click here to Skip to main content
15,868,292 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi ...friend i want to run my python(2.7) script in .net is possible or not?

if is possible then how to code for that and any extra dll file are add for this so any idea about this please tell me...

i am use visulstudio2010 and python2.7.3

Thanks in advance.
Posted

1 solution

 
Share this answer
 
Comments
bhavesh002 20-Nov-12 8:26am    
i saw that link but when i run

import sys
sys.path.append(r'C:\Program Files (x86)\IronPython 2.7.1\Lib')
import os
os.environ['HTTP_PROXY'] = "127.0.0.1:8888"
import urllib2
response = urllib2.urlopen("http://www.google.com")

code i gate error which is given in below
urllib2.URLError:(urlopen error getadderinfo returns an empty list)

so which value i set at ['HTTP_proxy']=?????

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900