]> granicus.if.org Git - python/commitdiff
Refer people to the help pages on failure to load the database.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 16 Apr 2003 12:40:21 +0000 (12:40 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 16 Apr 2003 12:40:21 +0000 (12:40 +0000)
Mac/Tools/IDE/PackageManager.py

index 47329772ca4b67ae7740ecb3c6b818a7e13a1f58..de56d59ecaf5518d3ea983f91a2dcad0ce5a76f0 100755 (executable)
@@ -230,7 +230,9 @@ class PimpInterface:
                try:
                        self.pimpdb.appendURL(url)
                except IOError, arg:
-                       return "Cannot open %s: %s" % (url, arg)
+                       rv = "Cannot open %s: %s\n" % (url, arg)
+                       rv += "\nSee MacPython Package Manager help page."
+                       return rv
                # Check whether we can write the installation directory.
                # If not, set to the per-user directory, possibly
                # creating it, if needed.