KanoComputing / kano-burners

SD Card burner for OSX
GNU General Public License v2.0
12 stars 11 forks source link

[Downloading] Remove pySmartDL if not used for downloading #63

Open radujipa opened 8 years ago

radujipa commented 8 years ago

The project was changed to move away from pySmartDL and use aria2 for downloading purposes.

However, pySmartDL was not completely removed from the project and is creating additional python dependencies. (e.g. concurrent module, for which you would need to pip install futures)

Ealdwulf commented 8 years ago

The linux code in the burner wasn't updated to support aria2. That would be require some thought because it goes against the spirit of linux to supply a binary of aria2 like we do for windows and osx. some options are:

radujipa commented 8 years ago

At the moment, I believe there is an issue with the Linux version mainly because of pyinstaller since it doesn't seem to package PyQt4. This might need some further investigation as to whether this issue has been fixed, or perhaps the packaging process is different on Linux and has been wrong the whole time. I've opened another ticket https://github.com/KanoComputing/kano-burners/issues/64

I would also advise against dropping support for Linux, as the app works fine if run from source. For the tech savy, it may still prove a useful tool with the documentation in the wikis. We might even get external collaboration on it in that case.

sudhanshuptl commented 5 years ago

Facing issue while downloading file it just break after few 100mb and it show as download comppleted and restart download and loop continue

Ealdwulf commented 5 years ago

We no longer support this tool; we now recommend using etcher