Re: bug with python3 (3.4.3) and array

2015-12-27 Thread Yaakov Selkowitz
On Sun, 2015-12-27 at 09:53 -0800, jeff wrote: > So II went into the cygwin install cache, and I deleted all python3 > files and directories. > I uninstalled python3. > I reinstalled python3. > > Same issue. > Same incomplete result from cygcheck. > This is from ftp mirror cs vt edu > > So I am g

Re: bug with python3 (3.4.3) and array

2015-12-27 Thread jeff
> Actually, it does not answer my question. > I did a reinstall twice, and I got the same result. > Perhaps the package has an issue? So II went into the cygwin install cache, and I deleted all python3 files and directories. I uninstalled python3. I reinstalled python3. Same issue. Same incomplet

Re: bug with python3 (3.4.3) and array

2015-12-27 Thread jeff
n Sun, 2015-12-27 at 07:43 -0800, jeff wrote: > python3 doesn't seem to have the module array, which is part of > python3 > standard library > It used to work fine with previous versions of cygwin. [snip] > Included is cygcheck.out Which answers your question: > Missing file: /usr/lib/python3.4/l

Re: bug with python3 (3.4.3) and array

2015-12-27 Thread Yaakov Selkowitz
On Sun, 2015-12-27 at 07:43 -0800, jeff wrote: > python3 doesn't seem to have the module array, which is part of > python3 > standard library > It used to work fine with previous versions of cygwin. [snip] > Included is cygcheck.out Which answers your question: > Missing file: /usr/lib/python3.4/

bug with python3 (3.4.3) and array

2015-12-27 Thread jeff
python3 doesn't seem to have the module array, which is part of python3 standard library It used to work fine with previous versions of cygwin. Example program: #!/usr/bin/env python3 from array import array Here is what happens when it is executed: Traceback (most recent call last): File "./br