Radovan Bast

Results 217 comments of Radovan Bast
trafficstars

In case it helps anybody: I spent hours wrestling with the same error message debugging a Flask application deployed to AWS Lambda and after lots of trial and error the...

Is the problem still there? If yes, you can also ask on "Discussion".

Yes, this is very important.

Thanks! Sorry for super late follow-up. I am finally putting this on my list to review. Thanks for your patience!

I ran into the same problem (same system) and followed this advice: http://blog.antiblau.de/tag/cdash/ which solved this for me. More specifically, I did this before visiting `install.php`: ```mysql CREATE DATABASE cdash...

I will test it out on Azure - thanks for reporting.

Can you try the following: - download this repo as a zip file - extract - go in, and install `requirements.txt` into a venv - `$ python cicero.py --file=...` Does...

If this works then I need to think what to do about the symlinks. Of course I can get rid of them with some code duplication if needed.

OK I need to test with Git bash then.

Can we perhaps debug this together? Such an incredible struggle for me to get a Git bash going with Python.