Hi... I have this addLink button, that calls the addLinkClick function. content is a multiline text control.
The following are variables: href,target,linkName
I want this button to print
print "<a href='"+href+"' target='"+target+"'>"+linkName+"</a>"
into the content control.
How do I do this?
Also...does anybody now how to run a wxPython .py application?