I am trying to get pyChecker to check the syntax of a string.
s="""
print "hi"
print "hello"
print 3/0
"""
Is there anyway I can do this, I was trying to change the source code of pyChecker to read a string but it is too confusing. I could be missing a built in way to do this.