* Alain Cabiran <[EMAIL PROTECTED]> [2005-05-27 20:58]: > File "/usr/lib/python2.3/site-packages/jack_freedb.py", line 79, in > interpret_db_file > jack_utils.rename_path(dirs_created, new_dirs) > File "/usr/lib/python2.3/site-packages/jack_utils.py", line 95, in > rename_path > os.rename(cwd, last_of_new) > OSError: [Errno 22] Invalid argument > --------------- > > This happens even before ripping. because of title : > DTITLE=Dan Ar Braz / Héritage des Celtes "Live"
Well, this works here without any problems. Can you edit the file /usr/lib/python2.3/site-packages/jack_utils.py and go to line 94, and then insert 2 statements: print cwd print last_of_new so the code should look like this: if os.path.exists(last_of_new): error("destination directory already exists: " + last_of_new) os.rename(cwd, last_of_new) print cwd print last_of_new os.chdir(last_of_new) Also, - what file system are you using? - what is your ~/.jack3rc? Presumably it doesn't exist or is empty? -- Martin Michlmayr http://www.cyrius.com/