> I mean why are you using '__import__'? > > Does your background importer code work when run on the main thread? Can you > show the actual failure message rather than just printing that they failed > to import?
I was using __import__ because it was easier to write the repro with, I've changed it to import, it has the same issue. It works on the main thread (it's what I use on the main thread too) but the error message is useless. It's just ImportError, could not import x, and gives no stack trace. Possibly fiddling things to get a CLR stacktrace might be more useful. Anyway here's the full code. http://cid-1f5d68261f592b63.skydrive.live.com/self.aspx/Silverlight/parallel|_import.zip -Dan _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
