Return-Path: X-Original-To: apmail-aurora-dev-archive@minotaur.apache.org Delivered-To: apmail-aurora-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6198A10491 for ; Thu, 9 Jan 2014 20:54:16 +0000 (UTC) Received: (qmail 8511 invoked by uid 500); 9 Jan 2014 20:54:16 -0000 Delivered-To: apmail-aurora-dev-archive@aurora.apache.org Received: (qmail 8485 invoked by uid 500); 9 Jan 2014 20:54:16 -0000 Mailing-List: contact dev-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list dev@aurora.incubator.apache.org Received: (qmail 8477 invoked by uid 99); 9 Jan 2014 20:54:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2014 20:54:16 +0000 X-ASF-Spam-Status: No, hits=-2000.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 09 Jan 2014 20:54:14 +0000 Received: (qmail 6864 invoked by uid 99); 9 Jan 2014 20:53:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2014 20:53:51 +0000 Date: Thu, 9 Jan 2014 20:53:51 +0000 (UTC) From: "Joe Smith (JIRA)" To: dev@aurora.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (AURORA-26) Fix TaskPath import in thermos binary MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AURORA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Smith reassigned AURORA-26: ------------------------------- Assignee: Joe Smith > Fix TaskPath import in thermos binary > ------------------------------------- > > Key: AURORA-26 > URL: https://issues.apache.org/jira/browse/AURORA-26 > Project: Aurora > Issue Type: Bug > Reporter: Joe Smith > Assignee: Joe Smith > > {noformat} > $ thermos status > Traceback (most recent call last): > File "/usr/lib64/python2.6/runpy.py", line 122, in _run_module_as_main > "__main__", fname, loader, pkg_name) > File "/usr/lib64/python2.6/runpy.py", line 34, in _run_code > exec code in run_globals > File "/usr/local/bin/thermos/__main__.py", line 24, in > File "/usr/local/bin/thermos/.bootstrap/_twitter_common_python/pex_bootstrapper.py", line 54, in bootstrap_pex > File "/usr/local/bin/thermos/.bootstrap/_twitter_common_python/pex.py", line 172, in execute > File "/usr/lib64/python2.6/contextlib.py", line 34, in __exit__ > self.gen.throw(type, value, traceback) > File "/usr/local/bin/thermos/.bootstrap/_twitter_common_python/common.py", line 187, in mutable_sys > File "/usr/local/bin/thermos/.bootstrap/_twitter_common_python/pex.py", line 151, in execute > File "/usr/local/bin/thermos/.bootstrap/_twitter_common_python/pex.py", line 181, in execute_entry > File "/usr/local/bin/thermos/.bootstrap/_twitter_common_python/pex.py", line 194, in execute_module > File "/usr/lib64/python2.6/runpy.py", line 140, in run_module > fname, loader, pkg_name) > File "/usr/lib64/python2.6/runpy.py", line 34, in _run_code > exec code in run_globals > File "/lib/python2.6/site-packages/twitter/thermos/bin/thermos.py", line 21, in > ImportError: cannot import name TkPath > {noformat} -- This message was sent by Atlassian JIRA (v6.1.5#6160)