Cannot copy tree error while installing skin
See original GitHub issue$ wal-steam -w
Wal Steam cache found
Wal Steam config found
Installing skin
Traceback (most recent call last):
File "/home/marcel/.local/bin/wal-steam", line 11, in <module>
sys.exit(main())
File "/home/marcel/.local/bin/wal_steam.py", line 447, in main
checkInstall(oSys, dpi)
File "/home/marcel/.local/bin/wal_steam.py", line 347, in checkInstall
checkSkin(oSys, dpi)
File "/home/marcel/.local/bin/wal_steam.py", line 231, in checkSkin
copy_tree(METRO_COPY, os.path.join(steam_dir, SKIN_NAME))
File "/usr/lib/python3.6/distutils/dir_util.py", line 127, in copy_tree
"cannot copy tree '%s': not a directory" % src)
distutils.errors.DistutilsFileError: cannot copy tree '/home/marcel/.cache/wal_steam/metroZip/Metro 4.2.4': not a directory
Issue Analytics
- State:
- Created 6 years ago
- Comments:16 (10 by maintainers)
Top Results From Across the Web
error: cannot copy tree 'build/scripts-3.8': not a directory #2586
Using python 3.8. Trying to build setuptools fails wih the following message on my system: error: cannot copy tree 'build/scripts-3.8': not ...
Read more >(cannot copy tree '%s': not a directory" % src) - Stack Overflow
So fromDirectory is obviously the directory where my program should copy the files from and todirectory is a directory on a extern hdd....
Read more >Jabber for Windows Persistent Registry Keys Prevent Install
This document describes how to resolve a problem that is caused by persistent registry keys when you install or upgrade Cisco Jabber for...
Read more >Jupyter Notebook Error: display nothing on "http://localhost ...
It is a bug in the latest update to jupyter notebooks. The workaround is to downgrade back to the most recent working copy....
Read more >How can I repair a disk that Disk Utility says it can't repair?
There is a chance to repair it with command line (in Terminal) with the terminal utility as described in Apple's support docs, shown...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sounds good! Just an additional suggestion, sorry: If you do get permission to rehost on a separate server, and you do add md5 verification, it might be a good idea to retrieve the md5s from your server, too - so you could update the current version of the skin being used without updating wal_steam itself.
Issue is fixed. Thanks very much!