Graham Dumpleton
Graham Dumpleton
Hmmm, seems I never got notification on the original issue creation. Either way, avoid using `activate_this.py`. See: * https://modwsgi.readthedocs.io/en/master/user-guides/virtual-environments.html on recommended ways to use a virtual environment.
With what commands are you using to install it? You aren't supposed to use backslashes when setting ``MOD_WSGI_APACHE_ROOTDIR`` environment variable when installing it. The docs at https://pypi.org/project/mod-wsgi/ tell you this....
In the case of `__str__()`, or similarly `__repr__()`, if you want the representation to reflect something about the wrapper, the customised implementation would need to be supplied in place and...
See https://github.com/GrahamDumpleton/wrapt/issues/164 and https://github.com/GrahamDumpleton/wrapt/pull/225. I still haven't got to properly understanding the types annotation mechanism in order to integrate suggested change.
A Python 3.11 binary wheel was recently added against this older release to satisfy needs of people using Tensorflow, where up till now it would have resulted in a pure...
Can you give a high level explanation with usage examples of what you are trying to do rather than ask about what you think is the solution. I need to...
Can't say whether the other issue which I pointed at this one is a dupe or not since ultimately don't fully understand what your or other posters goals really are....
What is the `Dict` type and how does it relate to `GenericAlias` and `_BaseGenericAlias`? I am not familiar with `typing.py` aliases. Can you provide URL links to docs and the...
To better understand implication of Paul's comment about `typing.get_origin(alias)` can you provide a better overall code example of when the original problem arises rather than a very narrow test case....
Yeah, was hoping for better example from Alexandre to see whether that sort of change you were suggesting made sense. FWIW, I didn't even know you could write something like...