[Modeling-users] (no subject)
Status: Abandoned
Brought to you by:
sbigaret
From: <bds...@kn...> - 2009-07-19 10:12:11
|
When I run the validation check on the sample_model.py, it will validate OK. bernard@li4-106:~/tmp> mdl_validate_model.py -v sample_pymodel.py Loading the model... Done. Validating... Done. However, when I then try to generate the python classes from it, I get reports of errors: bernard@li4-106:~/tmp> mdl_generate_python_code.py -v sample_pymodel.py Loading the model... Error: model has errors Aborting I can't find any information on what those errors might be. Bernard |