On 7/13/07, <b class="gmail_sendername">Richard Querin</b> &lt;<a href="mailto:rfquerin@gmail.com">rfquerin@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m interested in writing a small app - or attempting to ;) - which<br>will involve using the eyeD3 python module to process id3 tags of a<br>given set of files.<br><br>There are source downloads as well as downloads for various linux
<br>distros, which is fine. However I also might want to work on this in<br>XP. I&#39;m not sure how to install this on a Windows system. The install<br>instructions in the source code download describe the normal<br>./configure, make, make install which I&#39;ve used several times before
<br>when installing stuff on my home linux box, but I&#39;m not sure these<br>will work on my Xp system.<br><br>Any pointers on how to go about installing this module? There&#39;s a file<br>called &#39;<a href="http://setup.py.in">
setup.py.in</a>&#39; as well. Not sure what that does..</blockquote><div><br>Hi Richard,<br><br>&nbsp; &nbsp; It seems that the <a href="http://setup.py.in">setup.py.in</a>&nbsp; and the setup.py are exact&nbsp; the same each for the version variable. The 
<a href="http://setup.py.in">setup.py.in</a> is from which the setup.py module is generated in the configure process. And the setup.py will be used in the make install process. <br><br>&nbsp;&nbsp;&nbsp; The easiest way of getting it to work on XP is to download cygwin and run it in that. Another option is that you could hand run the make file. There doesn&#39;t seem to be any files that need to be compiled, so you would be ok there. 
<br><br>&nbsp;&nbsp;&nbsp; Other than that. Good Luck.<br><br>HTH,<br>Tino<br><br></div></div>