some more changes to welcome3

This commit is contained in:
mdipierro
2015-03-12 09:35:28 -05:00
parent 4d63e79fb5
commit ed5ac272a5
8 changed files with 232 additions and 82 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ try:
os.path.dirname(os.path.abspath(__file__)), "packages", "dal"))
import pydal
sys.modules['pydal'] = pydal
except:
except ImportError:
raise RuntimeError(
"web2py depends on pydal, which apparently you have not installed.\n" +
"Probably you cloned the repository using git without '--recursive'" +