Sjoerd Mullender:

When printing missing modules, also print the module they were
imported from.
diff --git a/Tools/freeze/hello.py b/Tools/freeze/hello.py
index f978acc..31d8445 100644
--- a/Tools/freeze/hello.py
+++ b/Tools/freeze/hello.py
@@ -1 +1,2 @@
 print 'Hello world...'
+import fooblurg