Re: Omitting results with id3reader [Beginner]

2007-12-05 Thread Ionis
Thank you for your help, it is really appreciated. I'll post back if there are any more problems. -- http://mail.python.org/mailman/listinfo/python-list

Re: Omitting results with id3reader [Beginner]

2007-12-05 Thread Ionis
On Dec 5, 11:59 am, Chris <[EMAIL PROTECTED]> wrote: > Ok, just noticed you linked the id3reader. I tested my code and it > worked fine. Thanks alot Chris. Could you comment your code so I can see what each line is doing? I hope that isn't a problem. Still pretty new to python. -- http://mail.py

Omitting results with id3reader [Beginner]

2007-12-05 Thread Ionis
Hey guys, hope you can help me here. I've been playing with python for about a week or two and I've been reading "A Byte Of Python" to get me on my feet. I've decided to write a program which will list all ID3 information in a directory of .mp3 files into a .html file. The python script I'm using

Opening/Running files through python

2008-01-17 Thread Ionis
Hey guys, hope you can help me here. I am running in windows and I am trying to open a file via python. I want the file (a text file) to open up in the users default text editor. I'm not wanting to read a file, I just want to open it. Is there a way? Thanks in advance. -- http://mail.python.org/