Newbie Help

jimbob no at spamail.com
Sat Sep 20 10:16:58 EDT 2003


Hello all,
I am trying to move a file from one dir to another. However I keep
receiving this error:


OSError: [Errno 18] Invalid cross-device link
 

which stemms from the code:


os.rename('/home/me/%s' %z ,'/home1/pics/%s' % z)

/home1/pics is on a different dirve(hdb1) as opposed to /home which is on
(hda1). Any ideas as to how to get around this?

					Thanks





More information about the Python-list mailing list