Alexis Wilke

Results 17 comments of Alexis Wilke

Okay, not quite true, I guess... I made changes to the code so it wouldn't loop forever even when used with the wrong operator, but then resume would fail (and...

Note that I also had an invalid path to my "quick check" and that would also result in a python exception and that would cause the whole thing to stop...

@zhangshoufeng97 Note that you could do that by copying your source at the time you are asked to build. So say your _normal_ build command is `make`, you can write...

I ran in that problem too. I had to regenerate the patches to make it work. However, to do it properly, I had to regenerate the project entirely (i.e. delete...

Same error on Ubuntu 22.04. I ran: pip install virtualenv virtualenv -p python3 venv venv/bin/python3 db_create.py Same error as above: > _ModuleNotFoundError: No module named 'migrate'_ As you mentioned, did...

That worked! :-) I can now see the site. That may have other issues, but I suspect that it will work as expected. Thank you.

@mikoducky I tried this as well, I'm on 22.04 now and the default version stopped working. So I used the code here to make it work again. One thing: I...