http://bugs.gpodder.org/show_bug.cgi?id=8





--- Comment #9 from Jérôme Chabod <[EMAIL PROTECTED]>  2008-03-31 17:09:32 ---
I still experience the problem. Even with you module.
I can reproduce it easily from outside gpodder. Could you also please try it:

in a shell:

mkdir toto
python
import shutil
shutil.move("toto", "/media/fat32_or_ntfs_fs/toto")


It produce the following exception on my computer:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/shutil.py", line 196, in move
    copytree(src, dst, symlinks=True)
  File "/usr/lib/python2.5/shutil.py", line 132, in copytree
    except WindowsError:
NameError: global name 'WindowsError' is not defined


-- 
Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to