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
$ impress
/home/bms/impress/docs/index.rst:None: WARNING: nonlocal image URI found: https://upload.wikimedia.org/wikipedia/commons/0/0a/Python.svg
$ ls html/static/components/impress.js/js/impress.js
ls: cannot access html/static/components/impress.js/js/impress.js: No such file or directory
using latest version via:
$ pip install http://github.com/gawel/impress/tarball/master
$ impress
/home/bms/impress/docs/index.rst:None: WARNING: nonlocal image URI found: https://upload.wikimedia.org/wikipedia/commons/0/0a/Python.svg
$ ls html/static/components/impress.js/js/impress.js
ls: cannot access html/static/components/impress.js/js/impress.js: No such file or directory
Had to use this command to resolve;
$wget http://gawel.github.io/impress/static/components/impress.js/js/impress.js -o impress.js; mkdir -p html/static/components/impress.js/js/ ; cp impress.js html/static/components/impress.js/js/
I still love this project :)
The text was updated successfully, but these errors were encountered: