Re: compile python executable file on cygwin for windows

2016-12-21 Thread Erik Bray
On Tue, Dec 20, 2016 at 5:52 PM, Goodman Leung wrote: > i tried cygcheck , there was no error report from it . > and i check my program again, the error info is , program can not find > cygwin1.dll, > > i check that fell,it is under c:\cygwin\bin\cygwin1.dll > cygcheck can also find it . You nee

Re: compile python executable file on cygwin for windows

2016-12-20 Thread Goodman Leung
i tried cygcheck , there was no error report from it . and i check my program again, the error info is , program can not find cygwin1.dll, i check that fell,it is under c:\cygwin\bin\cygwin1.dll cygcheck can also find it . On 2016/12/20 0:45, Erik Bray wrote: On Mon, Dec 19, 2016 at 4:07 PM,

Re: compile python executable file on cygwin for windows

2016-12-19 Thread Erik Bray
On Mon, Dec 19, 2016 at 4:07 PM, 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 an

Re: compile python executable file on cygwin for windows

2016-12-19 Thread Goodman Leung
yes, i tried , the program can start at less, and it stop for unable to find a file , because the format of path of the file is wrong, i use open(path+r"\\"+filename,"rb"), but the program explain it as c:\xxx\xxx\xxxfilename,that is wired . and if i compile this source code under cmd. it

Re: compile python executable file on cygwin for windows

2016-12-19 Thread Marco Atzeri
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 c