Error: Appupdate instance has no attribute 'download'
Brought to you by:
nabber00
I've created a list of apps, one per-line, in a file named mylist.txt.
Running "appupdater --load mylist.txt -d" from a privileged command prompt ultimately returns the error listed below:
Traceback (most recent call last):
File "appupdater.py", line 41, in <module>
File "libappupdater\console.pyo", line 504, in run
File "libappupdater\core.pyo", line 1568, in download_from_file
AttributeError: Appupdate instance has no attribute 'download'
I have attached a text document that shows the contents of my TXT file, INI file, and the unmodified console log.
Thanks!
Josh
Console Log
Thanks, basically download_from_file() needs to be reworked to look like
install_from_file() does at the end. This should be a quick fix. The problem only applies when you are loading up a text file list like with --load, all other downloads should work fine.
As for a workaround, yes you can use the GUI to download what you want, it allows for mutli-select if you hold down the control key. Or you can do each individually at the command line (maybe with some .bat for loop magic).
Fixed in svn r1033. This will appear in the next bugfix release.