Re: NFS Help

2007-04-19 Thread half . italian
On Apr 19, 11:32 am, Clement <[EMAIL PROTECTED]> wrote: > how to get the file from NFS share in python.. You need to be more specific. If you just want to copy a file try shutil http://docs.python.org/lib/module-shutil.html ~Sean -- http://mail.python.org/mailman/listinfo/python-list

Re: NFS Help

2007-04-19 Thread Larry Bates
Clement wrote: > On Apr 19, 11:44 pm, Larry Bates <[EMAIL PROTECTED]> wrote: >> Clement wrote: >>> how to get the file from NFS share in python.. >> NFS share is mounted on your local directory, you get to it >> the same way you would any other file (e.g. go to the mount >> point and get the fi

Re: NFS Help

2007-04-19 Thread Clement
On Apr 19, 11:44 pm, Larry Bates <[EMAIL PROTECTED]> wrote: > Clement wrote: > > how to get the file from NFS share in python.. > > NFS share is mounted on your local directory, you get to it > the same way you would any other file (e.g. go to the mount > point and get the file). > > -Larry I

Re: NFS Help

2007-04-19 Thread Larry Bates
Clement wrote: > how to get the file from NFS share in python.. > NFS share is mounted on your local directory, you get to it the same way you would any other file (e.g. go to the mount point and get the file). -Larry -- http://mail.python.org/mailman/listinfo/python-list

NFS Help

2007-04-19 Thread Clement
how to get the file from NFS share in python.. -- http://mail.python.org/mailman/listinfo/python-list