<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Buenas.<br>
    <br>
    A veces py2exe no detecta bien los m&oacute;dulos necesarios y tienes que
    forzarlo a incluir o excluir:<br>
    <tt><br>
      setup(console=["main.py"],<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; options={"py2exe":{<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; "includes":["suds","suds.client"]<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; }<br>
      &nbsp;&nbsp;&nbsp;&nbsp; )</tt><br>
    <br>
    Igual cuela as&iacute;, o con "packages".<br>
    <br>
    <a class="moz-txt-link-freetext" href="http://www.py2exe.org/index.cgi/ListOfOptions">http://www.py2exe.org/index.cgi/ListOfOptions</a><br>
    <br>
    <br>
    El 06/03/2012 23:31, mauricio rodriguez escribi&oacute;:
    <blockquote
cite="mid:CAKiuGBfW=022JnHAaZBtaTs1exTfoa2KZ+YTXnxK8J0rqim_Gg@mail.gmail.com"
      type="cite">El problema que desde hace ya unas horas me tiene a
      mal traer es que realice un script&nbsp;
      <div>el cual funciona muy bien pero cuando lo paso a py2exe se
        ejecuta&nbsp;correctamente pero al ejecutar main.exe me da un error</div>
      <div>
        <br>
      </div>
      <div><b>ImportError no modulo name suds.client&nbsp;</b></div>
      <div><br>
      </div>
      <div>repito es script funciona a la&nbsp;perfecci&oacute;n&nbsp;tanto en Linux como
        en windows xp desde la consola o cmd&nbsp;</div>
      <div><br>
      </div>
      <div>Agregue el modulo suds a las variables de entorno de windows</div>
      <div><br>
      </div>
      <div>e seguido las siguientes&nbsp;gu&iacute;as</div>
      <div><br>
      </div>
      <div><a moz-do-not-send="true"
          href="http://blog.cesarcd.com/2011/11/manual-de-py2exe.html">http://blog.cesarcd.com/2011/11/manual-de-py2exe.html</a></div>
      <div><br>
      </div>
      <div>
        <a moz-do-not-send="true"
href="http://mundogeek.net/archivos/2008/09/23/distribuir-aplicaciones-python/">http://mundogeek.net/archivos/2008/09/23/distribuir-aplicaciones-python/</a></div>
      <div><br>
      </div>
      <div>en este momento mi setup.py tiene el este contenido</div>
      <div><br>
      </div>
      <blockquote class="gmail_quote"
style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
        <blockquote class="gmail_quote"
style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">from
          distutils.core import setup</blockquote>
        <blockquote class="gmail_quote"
style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">import
          py2exe</blockquote>
        <blockquote class="gmail_quote"
style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">import
          glob</blockquote>
        <blockquote class="gmail_quote"
style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">setup(console=["main.py"])</blockquote>
      </blockquote>
      <div><br>
      </div>
      <div>se crean los directorios dist y build</div>
      <div><br>
      </div>
      <div>alguien sabe por que ????&nbsp;</div>
      <div><br>
      </div>
      <div>gracias por&nbsp;leerme&nbsp;&nbsp;</div>
      <div><br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Python-es mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Python-es@python.org">Python-es@python.org</a>
<a class="moz-txt-link-freetext" href="http://mail.python.org/mailman/listinfo/python-es">http://mail.python.org/mailman/listinfo/python-es</a>
FAQ: <a class="moz-txt-link-freetext" href="http://python-es-faq.wikidot.com/">http://python-es-faq.wikidot.com/</a>
</pre>
    </blockquote>
  </body>
</html>