From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37338 invoked by alias); 19 Dec 2016 15:13:48 -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 37328 invoked by uid 89); 19 Dec 2016 15:13:48 -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_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:828, Goodman, goodman, mintty X-HELO: mail-wm0-f41.google.com Received: from mail-wm0-f41.google.com (HELO mail-wm0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Dec 2016 15:13:46 +0000 Received: by mail-wm0-f41.google.com with SMTP id t79so103690079wmt.0 for ; Mon, 19 Dec 2016 07:13:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=4ISjHh4a+kyGqSKO9rhdiA7G1GJhLsnskxMEsVKSgoc=; b=nA7rTwGeRZOttUw4Aj2Ezhqj6bfW6IwN/XmztPFnnWSvPZwoswFrP1ql3N+hMkZvdS wGCimTqQHsH2uge2pyGKcjDJDzGfb/RQ2jEymbTUc2Abug2Xf8F12fitAAJJ3uKp3Y+D 5z8jVkPVB3FzEyNmPpnj8mQHkJ3OmwoelkUhSLEf2OwaK+3/OGe1ElX4WSzVFVCT7qth OLWorr4dgTs+3e2+cJSupnZD9wMZ6ng+xpeC2+v8Q91ZPa+ioBX1ZylnS2P8puWMb2ny 7ZSorbwNkf0KmJ3BHjNs5sANTtOrTZC5exAO7CizY85FnU7r2YC1eRxk4tqtfF1qWrFB 48ZQ== X-Gm-Message-State: AIkVDXKVNDygblViED78eHAqr6IZbdJnb1X8KjGE63ybBg2SX2lAjnTdSzAFTeBRMXgDdw== X-Received: by 10.28.161.67 with SMTP id k64mr14915151wme.69.1482160423388; Mon, 19 Dec 2016 07:13:43 -0800 (PST) Received: from [172.21.188.226] ([149.6.156.42]) by smtp.googlemail.com with ESMTPSA id x140sm17616531wme.19.2016.12.19.07.13.42 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Dec 2016 07:13:42 -0800 (PST) Subject: Re: compile python executable file on cygwin for windows To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: Date: Mon, 19 Dec 2016 15:13:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00194.txt.bz2 On 19/12/2016 16:07, Goodman Leung wrote: > 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 > > have you tried to run it from the Cygwin terminal (aka Mintty) ? Running from explorer (double click) do not properly set the PATH variable for cygwin programs. Regards MArco -- 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