-        inSizer.Add(wxStaticText(self, -1,
-                                 "Drag this TEXT to your browser:",
-                                 style = wxALIGN_RIGHT),
-                    0, wxALIGN_RIGHT )
-        self.dragText2 = wxTextCtrl(self, -1, "http://wxPython.org/")
-        inSizer.Add(self.dragText2, 0, wxEXPAND)
+##         inSizer.Add(wx.StaticText(self, -1,
+##                                  "Drag this TEXT to your browser:",
+##                                  style = wx.ALIGN_RIGHT),
+##                     0, wx.ALIGN_RIGHT )
+##         self.dragText2 = wx.TextCtrl(self, -1, "http://wxPython.org/")
+##         inSizer.Add(self.dragText2, 0, wx.EXPAND)
+##         self.dragText2.Bind(EVT_MOTION, self.OnStartDrag2)