Did you also try setting the EditBox.Text to python variables with the new way?
name1 = EditBox.Text
name2 = EditBox2.Text
Then replace those names in the execute call.
Then if that fails, try it without the single quotes around the %s....
If none of those work, I'll download/install the library and see what's up.