weslly / Nettuts-Fetch

Fetch the latest version of remote files and zip packages
http://net.tutsplus.com/articles/news/introducing-nettuts-fetch/
189 stars 22 forks source link

Posible package conflict with SFTP #44

Open RoverWire opened 9 years ago

RoverWire commented 9 years ago

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'

it works again only if I remove SFTP package.