On Feb 11, 6:51 am, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote:
> > Have you any idea why this is not working on my computer ?
>
> Can you please try the listdir operation with the Python distribution
> from python.org instead ofCygwinPython?
>
> Regards,
> Martin
it works. Thanks.
--
http://mai
> Have you any idea why this is not working on my computer ?
Can you please try the listdir operation with the Python distribution
from python.org instead of Cygwin Python?
Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list
On Feb 9, 3:00 am, "Mark Tolonen" <[EMAIL PROTECTED]>
wrote:
> "Chris" <[EMAIL PROTECTED]> wrote in message
>
> news:[EMAIL PROTECTED]
>
>
>
> > On Feb 8, 11:29 am, John Deas <[EMAIL PROTECTED]> wrote:
> >> Hi,
>
> >> I made a small script to recursively copy files from a directory tree
> >> to an
"Chris" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Feb 8, 11:29 am, John Deas <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> I made a small script to recursively copy files from a directory tree
>> to an exportDir only if they have an mp3 extension :
>>
>> a=os.walk(os.getcwd())
>>
On Feb 8, 11:29 am, John Deas <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I made a small script to recursively copy files from a directory tree
> to an exportDir only if they have an mp3 extension :
>
> a=os.walk(os.getcwd())
> for root, dirs, files in a:
> for currFile in files:
>
Hi,
I made a small script to recursively copy files from a directory tree
to an exportDir only if they have an mp3 extension :
a=os.walk(os.getcwd())
for root, dirs, files in a:
for currFile in files:
pathCurrFile=os.path.join(root, currFile)
if mp3Reg.sear