Nettuts-Fetch works fine but only if SFTP is not installed, in other way only works for files, but not for packages.
When I try to fetch a package, it throws this:
Exception in thread Thread-7:
Traceback (most recent call last):
File ".\threading.py", line 532, in __bootstrap_inner
File "./fetch/downloader.py", line 46, in run
File "./fetch/downloader.py", line 209, in download_package
AttributeError: 'URLError' object has no attribute 'code'
Nettuts-Fetch works fine but only if SFTP is not installed, in other way only works for files, but not for packages.
When I try to fetch a package, it throws this:
it works again only if I remove SFTP package.