Click here to Skip to main content
15,880,405 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends i try to run my python(2.7.3)script in .net using IronPython when i try to run Simple Script like print "Hello World"
and
"code for oprn Browser using python"
import sys
sys.path.append(r'C:\Program Files (x86)\IronPython 2.7\Lib')
import webbrowser
import os
import urllib
webbrowser.open('http://google.co.in')

it is run successfully but when i try to run my script it gives error "No module named _mysql" so any body now how to solve this error or any idea about this error please tell me .

thanks in advance.
Posted

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