Gerhard Schmidt
Gerhard Schmidt
I use chameleon and pyramid in a small project with i18n tags for translation. I did the project a year ago and back than i simply run python setup.py extract_messages...
When I tray to get the transactions from a period longer than 90 days, a TAN is needed. When I send the TAN with send_tan the response is always an...
Hi, I have encountered a strange problem with pytest-cov I am writing a package to be included in other products. I want do provide some fixtures for mocking my package...
The constuctor of ElementProgram has changed with 4.4 and lingua reports ```Traceback (most recent call last): File "venv/bin/pot-create", line 8, in sys.exit(main()) ^^^^^^ File "venv/lib/python3.11/site-packages/click/core.py", line 1157, in __call__ return...
It's good practice on automatic generated mails to haven automatic error handling. To be able to have errors while delivering the Mail automatically handled is to have a e-mail address...
Changed the category of the venusian callback to 'pyramid' as pyramid 2.0 only calls callbacks with category='pyramid' by default. Michael Merickel explained the change: My main reason for changing it...
SafeConfigParser was removed in python 3.12. Replaced it with ConfigParser