You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mkdir /tmp/test
$ cd /tmp/test/
$ git clone https://github.com/strictdoc-project/strictdoc.git
$ invoke release-pyinstaller
$ /tmp/strictdoc/strictdoc/strictdoc server ./tests/unit_server/strictdoc/server/01_hello_world/sample.sdoc
results in the following error message:
******************************************
* WARNING *
* *
* The StrictDoc Web-based user interface *
* is a highly experimental feature. *
* Things may go wrong, so get ready *
* to report bugs. *
******************************************
WARNING: Current configuration will not reload as not all conditions are met,please refer to documentation.
ERROR: Error loading ASGI app. Could not import module "strictdoc.server.app".
In contrast, the server command does the right thing with a version of strictdoc obtained by pip install -U strictdoc.
In addition, the pyinstaller version seems to work for other commands, e.g.,
The following sequence of commands
results in the following error message:
In contrast, the server command does the right thing with a version of strictdoc obtained by
pip install -U strictdoc
.In addition, the pyinstaller version seems to work for other commands, e.g.,
does the right thing.
See attachment for the full details.
details.txt
The text was updated successfully, but these errors were encountered: