Differences From Artifact [91c08d2cb3]:
- File gluon/import_all.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 5578) [annotate] [blame] [check-ins using]
To Artifact [39dc019a12]:
- File gluon/import_all.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 5580) [annotate] [blame] [check-ins using] [more...]
︙ | |||
103 104 105 106 107 108 109 110 | 103 104 105 106 107 108 109 110 111 112 | + + | except: # Raise an exception if the current module is a dependency if module in alert_dependency: msg = "Missing dependency: %(module)s\n" % locals() msg += "Try the following command: " msg += "easy_install-%(python_version)s -U %(module)s" % locals() raise ImportError, msg |