<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 03/16/2012 05:37 PM, PJ Eby wrote:
    <blockquote
cite="mid:CALeMXf6wcReGR4oeLt1d52KsghNwmJESKK4t2CU8oBC_O+xU9A@mail.gmail.com"
      type="cite">
      <p>On Mar 16, 2012 10:42 AM, "Andrea Crotti" &lt;<a
          moz-do-not-send="true" href="mailto:andrea.crotti.0@gmail.com">andrea.crotti.0@gmail.com</a>&gt;
        wrote:<br>
        &gt;<br>
        &gt; Given the setuptools magic done by<br>
        &gt; python setup.py bdist_egg<br>
        &gt;<br>
        &gt; is there a way to find out what will be the name of the
        final egg file?<br>
        &gt; It would be really useful to know for me and I can't find
        any option<br>
        &gt; to tell bdist_egg to let me know where it will write..</p>
      <p>If you just want the file accessible by a script or some larger
        build process that's invoking the setup script, the easiest way
        to do it is to specify an empty output directory for the
        distribution to be built in, instead of 'dist/'.&nbsp; Then, there
        will only be one file in that directory after running bdist_egg:
        the egg file.</p>
      <p>(If you meant some other scenario, then you'll need to explain
        in more detail what you want.)<br>
      </p>
    </blockquote>
    <br>
    That would be the scenario yes, but it's quite a lame solution imho
    :/<br>
    I mean setuptools generates the name of this file somehow while
    building the egg file,<br>
    is that impossible to retrieve it before or after actually creating
    it?<br>
  </body>
</html>