From: Simon K. <si...@ki...> - 2001-11-22 12:30:18
|
[ ... text snipped ..] > "C:\Work\Python\PythonCardPrototype\samples\textRouter\textRouter.py", > line 74, in on_openBackground > myURLDropTarget = trURLDropTarget(self) > File > "C:\Work\Python\PythonCardPrototype\samples\textRouter\trDragDrop.py", > line 8, in __init__ > self.data = wxURLDataObject(); > NameError: global name 'wxURLDataObject' is not defined > """ OK, this is because the wxURLDataObject thing is new in 2.3.2b7 I think. Kevin told me I should put a check in for it, but, I left it and left it :) opps. The other two errors are caused because it doesn't finish loading after this first error. I'll get in a check in there and it should solve the problems. sorry about this. - simon |