Maik Greubel
Maik Greubel
I have got the same issue and tried to narrow down the source of problem. strace of process using follow-forks and log output shows me that the path of the...
Creating symbolic links is not an option? Just for fun....
In case of the error comes from the showmount call: http://www.tldp.org/HOWTO/NFS-HOWTO/troubleshooting.html
But you can also extend the output by tracing exception cause. Find the python site-packages directory on your disk. Open file wok/utils.py in your favourite editor. Search for method def...
As far as I can see, the 7.2 has a snapshot build: https://windows.php.net/downloads/pecl/snaps/pthreads/3.2.0/ But it would be very nice to get a 7.3 build.
Found a temporary solution by downloading the master.zip from appveyor build: 7.3 - 64bit https://ci.appveyor.com/project/krakjoe/pthreads/branch/master/job/c3up5wtvcwumyc6y/artifacts Extracting pthreadVC2.dll into PHP directory and ext/php_pthreads.dll into subdirectory ext. Then call ```php -m``` on...
Thank you :-) This is just for the early birds ;)
The station_overview_extended_get() request seems to be broken. I've got empty response (no error) with the code ```python import time from deutschland import dwd from pprint import pprint from deutschland.dwd.api import...