ratem / eispatterns

Code for the "Enterprise Information Systems Patterns" series of posts - didatic framework.
http://eis-development.blogspot.com
10 stars 6 forks source link

Fails to import should_dsl after installing from zero #16

Open flcs opened 12 years ago

flcs commented 12 years ago

After installing from zero, received error:

ERROR: Failure: ImportError (No module named should_dsl)

The workaround were:

pip install should_dsl --upgrade