From mikedep333@gmail.com Tue Oct 21 00:00:35 2014 Received: (at 649) by bugs.x2go.org; 20 Oct 2014 22:00:36 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 4E7CA5DB47 for <649@bugs.x2go.org>; Tue, 21 Oct 2014 00:00:35 +0200 (CEST) Received: by mail-wg0-f42.google.com with SMTP id z12so6432728wgg.25 for <649@bugs.x2go.org>; Mon, 20 Oct 2014 15:00:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UQqWe9EwiLmIGapfbb8S3VFjyC+o7tFDtngCBTzgmQU=; b=NohyWGTPVx3tGYdhBA8BsQ8ubWqYkPekjROxS7AJRDwkIvyYvbOHu8Cbhx2uC18bVU MT1nkg4twTCUfeDASFIDZ5CfRoyBPZ+AZosaKdSSisVQ3XnyH/Bb28CznmtSFtKsEqr6 pIbauk1GgAoC53h38gf2SsA9c++sWF28fViq4y1nkXwvXkelVWNhhjY4SSyimBNbqtJe paYtPOXGR2LBvKcrZ+au/cnSor2Tck1mQbCVXDQLmr0sJBu0M7GWB5FLPZr/vD0EI63p GYQrQtq3bUgl63jeysdo8obCnBODhe1y75QA+8IV1Qx2oUekW7IW2TDDW4DBzsGYAJL0 sl9g== MIME-Version: 1.0 X-Received: by 10.180.104.8 with SMTP id ga8mr23305638wib.78.1413842435068; Mon, 20 Oct 2014 15:00:35 -0700 (PDT) Received: by 10.180.211.11 with HTTP; Mon, 20 Oct 2014 15:00:35 -0700 (PDT) Date: Mon, 20 Oct 2014 18:00:35 -0400 Message-ID: Subject: Calling the python script works, calling the .exe still does not From: Michael DePaulo To: 649@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 Actually, I was not calling the python script correctly. See it working below. But the .exe it generates still does not work: mike@EXECUTOR:/c/x2gobuilds/pyhoca-gui :( [81] $ python ./pyhoca-gui ### PyHoca-GUI running in development mode ### (I exited PyHoca-GUI through its GUI.) mike@EXECUTOR:/c/x2gobuilds/pyhoca-gui :) [82] $ python ./pyhoca-gui --debug --libdebug ### PyHoca-GUI running in development mode ### pyhoca-gui[964] (PyHoca-GUI) DEBUG: PyHoca-GUI's user interface language is: en. pyhoca-gui[964] (x2goinifiles-pylib) INFO: proposed config files are ['z:\\.x2goclient\\sessions'] pyhoca-gui[964] (x2goinifiles-pylib) INFO: config files found: ['z:\\.x2goclient\\sessions'] pyhoca-gui[964] (x2goinifiles-pylib) INFO: proposed config files are ['z:\\.x2goclient\\settings'] pyhoca-gui[964] (x2goinifiles-pylib) INFO: config files found: ['z:\\.x2goclient\\settings'] pyhoca-gui[964] (x2goinifiles-pylib) INFO: proposed config files are ['z:\\.x2goclient\\printing'] pyhoca-gui[964] (x2goinifiles-pylib) INFO: config files found: ['z:\\.x2goclient\\printing'] pyhoca-gui[964] (PyHoca-GUI) INFO: PyHoca GUI is starting up pyhoca-gui[964] (PyHoca-GUI) INFO: start TaskBarIcon of type: ('__WXMSW__', 'wxMSW', 'unicode', 'wx-assertions-on', 'SWIG-1.3.29') pyhoca-gui[964] (x2goguardian-pylib) DEBUG: Entering X2Go Guardian client management loop... pyhoca-gui[964] (PyHoca-GUI) INFO: exit application pyhoca-gui[964] (x2goguardian-pylib) DEBUG: X2Go session guardian thread waking up after 7 seconds (I exited PyHoca-GUI through its GUI.)