<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 12/14/2011 05:10 AM, PJ Eby wrote:
    <blockquote
cite="mid:CALeMXf7=MxDTWKpySLaDZ+QriViKkqK7PfJ8pju_xbw22XsTuA@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">On Tue, Dec 13, 2011 at 9:42 AM, Andrea
        Crotti <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:andrea.crotti.0@gmail.com">andrea.crotti.0@gmail.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div bgcolor="#FFFFFF" text="#000000">
            <div class="im">bindir = join('psi', 'devsonly', 'bin')</div>
            scripts = [join(bindir, x) for x in os.listdir(bindir) if
            x.endswith('.py')]<br>
          </div>
        </blockquote>
        <div><br>
        </div>
        <div>This is your problem: specifying scripts in this fashion
          will not cause an .exe wrapper to be generated. &nbsp;See:</div>
        <div><br>
        </div>
        <div>&nbsp;&nbsp;<a moz-do-not-send="true"
href="http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation">http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation</a></div>
        <div><br>
        </div>
        <div>for more details.</div>
      </div>
    </blockquote>
    <br>
    Thanks a lot, it's create to get an actual exe file in the PATH :)<br>
    <br>
    The problem is that now everything seems to work but I get an error
    from PyQt which<br>
    I normally should not really have.<br>
    <br>
    &nbsp; File
    "C:\python25\lib\site-packages\traitsbackendqt-3.1.0n1-py2.5-win32.egg\enthought\pyface\ui\qt4\workbench\split_tab_widget.py",
    line 32, in __init__<br>
    &nbsp;&nbsp;&nbsp; QtGui.QSplitter.__init__(self, *args)<br>
    TypeError: argument 1 of QSplitter() has an invalid type<br>
    QEventDispatcherWin32::unregisterTimer: invalid argument<br>
    QEventDispatcherWin32::unregisterTimer: invalid argument<br>
    <br>
    Looks like it's loading something different than what it should do,
    but it's weird because launching the command everything<br>
    works normally.<br>
    Any idea of what it could be?<br>
  </body>
</html>