<div dir="ltr">Thanks a lot<div><br></div><div>Slowly reaching the goal: I can now find the aubio module by adding "sys.path.append('C:\\aubio-git\\python\\build\\lib.win32-2.7')".</div><div><br></div><div>

Now I get the error "cannot import name fft" in "from aubio import fvec, fft, cvec"</div><div>so it can import fvec, but not fft (nor cvec, pitch,...)</div><div>Do you have any idea on this ?<br></div>

<div><br></div><div>Note: I don't know exactly how to deal with LD_LIBRARY_PATH on windows, so I tried to copy "build/src/libaubio-4.dll" in all folders and add it in Windows PATH, but nothing improved...</div>

<div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div class="gmail_extra"><br clear="all"><div><span>-- <br></span>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<br>Aymeric ZILS - Audio Research
<br>Phone: <a href="tel:%28%2B33%291-75-430-451" value="+33175430451" target="_blank">(+33)1-75-430-451</a>
<br>
<br>VOXLER
<br>8 passage Brûlon, bât A, 3ème étage
<br>75012 Paris
<br><a href="http://www.voxler.fr/" target="_blank">http://www.voxler.fr</a>
<br>Phone: <a href="tel:%28%2B33%291-4704-0041" value="+33147040041" target="_blank">(+33)1-4704-0041</a>
<br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<br>
<br>This email may contain confidential and/or privileged information. 
If you are not the intended recipient (or have received this email in 
error) please notify the sender immediately and destroy this email. Any 
unauthorised copying, disclosure or distribution of the material in this
 email is strictly forbidden. <br></div>
<br><br><div class="gmail_quote">2014/1/9 Paul Brossier <span dir="ltr"><<a href="mailto:piem@piem.org" target="_blank">piem@piem.org</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


On 08/01/2014 13:38, Aymeric Voxler wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Hi Paul<br>
</blockquote>
<br>
Hi all,<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>
It seems that Gauthier Boaglio<br></div>
<<a href="http://stackoverflow.com/users/1715716/gauthier-boaglio" target="_blank">http://stackoverflow.com/<u></u>users/1715716/gauthier-boaglio</a><u></u>>'s answer<div><br>
here<br>
<a href="http://stackoverflow.com/questions/16737260/how-to-tell-distutils-to-use-gcc" target="_blank">http://stackoverflow.com/<u></u>questions/16737260/how-to-<u></u>tell-distutils-to-use-gcc</a><br>
 allows to use gcc for "python setup.py build"<br>
</div></blockquote>
<br>
ok, that seems to be a problem in your python installation.<div><br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
However then the tests cannot find "aubio" module, so I'm not sure it<br>
 built correctly, or which aubio file I should use...<br>
</blockquote>
<br></div>
you need to install the module, or add the directory python/build/lib.*/<br>
to your PYTHONPATH environment variable (see python/README).<div><br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
My "python/build/lib.win32-2.7" folder contains 3 files: __init__.py<br>
, _aubio.pyd , and midiconv.py Is that correct ?<br>
</blockquote>
<br></div>
yes, this looks correct (assuming these files are in a directory called<br>
'aubio'). here is what i get on macosx for instance:<br>
<br>
$ find build/lib.macosx-10.6-intel-2.<u></u>7/aubio<br>
build/lib.macosx-10.6-intel-2.<u></u>7/aubio<br>
build/lib.macosx-10.6-intel-2.<u></u>7/aubio/__init__.py<br>
build/lib.macosx-10.6-intel-2.<u></u>7/aubio/_aubio.so<br>
build/lib.macosx-10.6-intel-2.<u></u>7/aubio/midiconv.py<br>
<br>
python extensions should have the .pyd suffix on windows.<br>
<br>
cheers, Paul<br>
</blockquote></div><br></div></div>