From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11908 invoked by alias); 19 Dec 2016 15:07:22 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 11834 invoked by uid 89); 19 Dec 2016 15:07:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:ip*0.0.0.0, H*r:0.0.0, Hx-languages-length:574, click X-HELO: mail-pf0-f196.google.com Received: from mail-pf0-f196.google.com (HELO mail-pf0-f196.google.com) (209.85.192.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Dec 2016 15:07:20 +0000 Received: by mail-pf0-f196.google.com with SMTP id y68so7698991pfb.1 for ; Mon, 19 Dec 2016 07:07:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=51i6TH15LCIkxf558hWrwXLEfl146qkp9rydrpXl/cg=; b=sR90IKVuuLjlqEdOnwu1nx4BoKIivAMpvMiNd4T/zLxpjoi9LH2c+q9G6FmduGcg/+ 6niUe9St+GNyigEPTUhLYaP68GTGbAG+jbYG4oKYzWjPIBM65lWHMdgpU8mL8pvp0JQ2 g519qHNc401plzqTNS+Q7mGwBb+plNKUJBLMbCGqkGo9gvh9pbRJpGINNhrM7rcoq8PL BtEQlo9M2Yg22ASbYnsRYfiFBTf57B7HSQCMf6Yf4KmmgTLk6DeDPYChCGtOX4h6/gx/ zKokCs4Uuxya569a1xhfOWwu1kyTRcLcwDRaV3efyHytmC7q/U9GwbBvnI4+JSa4pBVN Oofg== X-Gm-Message-State: AKaTC02Gw8IEndyOyCahqgXK3MBMVDfQYf2/VcpcKcFsg9zZQorqwuZy1ls8Q2fjgZLJTA== X-Received: by 10.98.137.21 with SMTP id v21mr15589659pfd.48.1482160039047; Mon, 19 Dec 2016 07:07:19 -0800 (PST) Received: from [0.0.0.0] ([45.32.197.156]) by smtp.gmail.com with ESMTPSA id p13sm32458677pgf.47.2016.12.19.07.07.16 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Dec 2016 07:07:18 -0800 (PST) To: cygwin@cygwin.com From: Goodman Leung Subject: compile python executable file on cygwin for windows Message-ID: Date: Mon, 19 Dec 2016 15:07:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00193.txt.bz2 hi all i install python and pyinstaller on cygwin , and i can run pyinstaller successfully to compile a exe file on the cygwin environment . but when i launch this executable file on window with double click , it occur a error and tell me the program can not find "cygwin.dll" (i can not remember what it exactly is ). can cygwin compile a windows python executable program .or we should treat cygwin like a pure linux OS that all things we have done on it just compatible with linux only best regards yuanxin.liang -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple