Re: [Modeling-users] install tests on 0.9pre11
Status: Abandoned
Brought to you by:
sbigaret
From: Mario R. <ma...@ru...> - 2003-07-31 12:12:25
|
Hmmn, the DatabaseAdaptors/SQLiteAdaptorLayer package is not included in the distribution? mario On Jeudi, juil 31, 2003, at 13:21 Europe/Zurich, Mario Ruggier wrote: > I noticed there is no sample .cfg for SQLite, and running the tests for > this fails: > > % python test_EditingContext_Global.py -r -d SQLite > Traceback (most recent call last): > File "test_EditingContext_Global.py", line 1297, in ? > errs = main(sys.argv) > File "test_EditingContext_Global.py", line 1273, in main > Model.updateModelWithCFG(author_books_model, database_cfg) > File > "/Volumes/Other/modelingcvs/release/ModelingCore-0.9-pre-11/Modeling/ > Model.py", line 105, in updateModelWithCFG > raise IOError, err_msg > IOError: Unable to open file 'SQLite.cfg' (passed in parameter > 'cfg_path' or taken from env. variable MDL_DB_CONNECTIONS_CFG > Original exception was: IOError: [Errno 2] No such file or directory: > 'SQLite.cfg' > % |