Re: [mnemosyne-proj-users] Devving on Windows

2020-12-02 Thread Taylor Worthington
I reproduced this 5 times on a Fedora 33 LXQT VM, but now after all of that I can't reproduce it after a fresh installation. On Wed, Dec 2, 2020 at 3:09 AM Peter Bienstman wrote: > Thanks for tracking this down, I've updated the documentation. > > Peter > > PS: this list is moderated, and if

Re: [mnemosyne-proj-users] Devving on Windows

2020-12-02 Thread Peter Bienstman
Thanks for tracking this down, I've updated the documentation. Peter PS: this list is moderated, and if you are not a subscriber, I have to approve your posts first before they show up. Not sure if Google lets you know that your messages are held for review, but there's no need to resend your

Re: [mnemosyne-proj-users] Devving on Windows

2020-12-01 Thread Taylor
I finally found out that this is related to a Linux-specific issue with Python permissions. (I had already tried the master branch) The installation only works when sphinx is installed *with* sudo, contrary to the normally expected method *without* sudo. According to the new "correct" way of

Re: [mnemosyne-proj-users] Devving on Windows

2020-12-01 Thread Taylor Worthington
In other words, it is not just a python 3.9 issue. (I had tried this with the master branch already) At its most serious, it is perhaps a documentation issue, where Linux users must be aware that Sphinx needs to be installed with sudo privileges. On Tue, Dec 1, 2020 at 12:49 PM Taylor

Re: [mnemosyne-proj-users] Devving on Windows

2020-12-01 Thread Taylor Worthington
Thank you for your speedy reply. I finally found out this is a python permission issue with Linux. Right now, you have to install Spinx as sudo pip install, whereas every other package can be installed with pip install --user. On Tue, Dec 1, 2020 at 2:24 AM Peter Bienstman wrote: > This is a

Re: [mnemosyne-proj-users] Devving on Windows

2020-12-01 Thread Taylor Worthington
I'm not sure whether my previous comment is a bug per se. The "correct" way to install python packages as of recently is without sudo privileges. I would be glad to write it up if it is an issue. Thanks On Tue, Dec 1, 2020 at 12:47 PM Taylor Worthington < w.taylor.worthing...@gmail.com> wrote:

Re: [mnemosyne-proj-users] Devving on Windows

2020-11-30 Thread Peter Bienstman
This is a bug related to Python 3.9 that Julien fixed recently. Just download the latest code from github. Cheers, Peter On Tue, Dec 1, 2020 at 8:21 AM Taylor wrote: > I am having a similar problem with Sphinx. > > *It says there are missing module files* > > # Also rebuilds the docs and the

Re: [mnemosyne-proj-users] Devving on Windows

2020-11-30 Thread Taylor
I am having a similar problem with Sphinx. *It says there are missing module files* # Also rebuilds the docs and the translations. cd mnemosyne/libmnemosyne/docs && make SPHINXBUILD=sphinx-build html make[1]: Entering directory '/home/taylor/Apps/mnemosyne/mnemosyne/libmnemosyne/docs' mkdir

Re: [mnemosyne-proj-users] Devving on Windows

2020-11-19 Thread Peter Bienstman
You're still having some issues with the dependencies not being correctly installed. Have a look at the paths at the top of the 'makefile' to see if something does not match your setup (e.g. you have installed python in a non-standard path, or it's not Python 3.7). A brute force way you can try is

Re: [mnemosyne-proj-users] Devving on Windows

2020-11-19 Thread Bithov Vinu
Reinstalled Python (system-wide, w/ add to PATH) and now sphinx is working. But, I got some new errors: # Erase previous directories to make sure we're clean. rm -rf dist rm -rf build make build-all-deps make[1]: Entering directory '/cygdrive/c/Users/wingi/mnemosyne' # Also rebuilds the docs and

Re: [mnemosyne-proj-users] Devving on Windows

2020-11-19 Thread Peter Bienstman
It seems there's something wrong with your sphinx install. Does typing 'sphinx-build' in the command line work? You might also try installing it using both the windows command prompt and the cygwin command prompt. Peter On Thu, Nov 19, 2020 at 8:07 PM Bithov Vinu wrote: > Sphinx was already

Re: [mnemosyne-proj-users] Devving on Windows

2020-11-19 Thread Bithov Vinu
Sphinx was already installed (I tried installing it, *Requirement already satisfied*). Ran "make windows-installer" again anyway, got the same error (I think? I don't know if there are any differences.): rm -rf dist rm -rf build make build-all-deps make[1]: Entering directory

Re: [mnemosyne-proj-users] Devving on Windows

2020-11-19 Thread Peter Bienstman
Missed one dependency in the doc: pip install -U sphinx On Thu, Nov 19, 2020 at 6:47 PM Bithov Vinu wrote: > I followed this guide > and > installed everything required (cygwin, make, git, gettext, gettext-devel, > python, all