When I convert a file and try to save it to a folder I get the following message:
[Errno 2] No such file or directory: u'C:/Download Temp\\Daniel Silva\\Kill Artist \\Kill Artist - Daniel Silva_88.lrf'
Detailed traceback:
Traceback (most recent call last):
File "main.py", line 479, in save_to_disk
File "libprs500\gui2\library.pyo", line 130, in save_to_disk
File "libprs500\library\database.pyo", line 1090, in export_to_dir
IOError: [Errno 2] No such file or directory: u'C:/Download Temp\\Daniel Silva\\Kill Artist \\Kill Artist - Daniel Silva_88.lrf'
For some reason it adds a u' in front of the path. Am I doing something wrong? How do I correct this?
Thanks
|