AndreaCensi / compmake

Compmake is a non-obtrusive module that provides Makefile-like facilities (including parallel processing) for batch Python applications.
http://compmake.org/
Other
17 stars 6 forks source link

example commands in README.rst do not work #90

Closed pratikac closed 10 years ago

pratikac commented 10 years ago

$ compmake example -c make / parmake using example.py from http://andreacensi.github.com/compmake/static/demos/example.py throws the following exception

"Error while trying to import module "example": No module named example" along with a traceback."

AndreaCensi commented 10 years ago

Fixed. The interface also slightly changed.