@@ -101,6 +101,7 @@ def loadLibrary(name,doReload=True):
http = urllib3.PoolManager()
rsource=remoteSources[name]
+ print(rsource)
r = http.request('GET', rsource['url'], preload_content=False)
chunk_size=65536
with open(tempFile, 'wb') as out: