Python listing directories in Windows XP from Linux host
I'm currently running python on Linux machine and have a windows XP guest
running on vbox. I want to access the shared folder on the xp machine. i
tried the following command but always get the same error.
d = os.listdir(r"\\remoteip\share")
OSError: [Errno 2] No such file or directory
the shared folder on xp was created by creating a new folder in the Shared
Documents folder and I'm able to ping machines.
No comments:
Post a Comment