Hi
I'm trying to build Homestead from http://github.com/Metaswitch/crest/tree/master and following the guide http://github.com/Metaswitch/crest/blob/master/docs/development.md BUT when I use this command "PYTHONPATH=src bin/python src/metaswitch/crest/tools/create_db.py" to create cassendra db I got a error message as below --- Traceback (most recent call last): File "bin/python", line 58, in <module> exec(compile(__file__f.read(), __file__, "exec")) File "src/metaswitch/crest/tools/create_db.py", line 40, in <module> from metaswitch.crest.tools import db File "/home/clearwater/crest/src/metaswitch/crest/tools/db.py", line 37, in <module> from metaswitch.crest.api import get_create_statements ImportError: cannot import name get_create_statements --- Does this mean metaswitch/crest/api/get_create_statements.py missing? Thanks Lucas ==================================================================== 本信件可能包含工研院機密資訊,非指定之收件者,請勿使用或揭露本信件內容,並請銷毀此信件。 This email may contain confidential information. Please do not use or disclose it in any way and delete it if you are not the intended recipient. _______________________________________________ Clearwater mailing list [email protected] http://lists.projectclearwater.org/listinfo/clearwater
