This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Getting Python on Windows points USER_HOME


Hi Marco,

Thanks for the response.  As you seemed to hint, seems my Python installation was bent: I checked your dir listing against my Cygwin root directory (C:\cygwin64), and found that neither usr/bin nor usr/lib exist (usr/include/python3.8/pyconfig.h does exist).  I've made several attempts to do full reinstalls of python3.8, being careful to first scrape-off all previously-installed python files (including tools, other packages, and those in my Windows USER_HOME and on C:), and have yet to succeed in getting it to install in anything like the configuration you listed, and get a working Python.

Looking at C:\cygwin64\var\log\setup.log.full, there are a few thousand lines of the form "Installing file cygfile:///usr/bin/python3.8.exe" (preceded by about the same number of "unlink" + "rmdir" lines), but no indication of where the files are installed on disk.  The installer asks for no additional parameters, so it doesn't seem that I'm failing to provide some required bit of info.

I have the following Qs:

1. What might I be missing as part of the installation request?
2. Is there any way to make the "Installing ..." log lines a bit more verbose, specifically, to provide the installation target directories?  Or is there a standard mapping from the listed "cygfile:///..." path to the target directory?
3. Are there any errors that might be getting inserted into the log and not at the beginning or end, so would be hard to catch?  (I'm not seeing any.)

I've taken at least 4 runs at this wall, with zero successes.

Thanks,

-rjs 

-----Original Message-----
From: cygwin-owner@cygwin.com <cygwin-owner@cygwin.com> On Behalf Of Marco Atzeri
Sent: Monday, January 20, 2020 7:33 PM
To: cygwin@cygwin.com
Subject: Re: Getting Python on Windows points USER_HOME

Am 21.01.2020 um 01:08 schrieb R Steiger:
> Having installed the latest Cygwin-built Python distro (3.8.1), it thinks user-site is C:\Users\<myName>\AppData\Roaming ...
> 

How ?
the Python 3.8 available from Cygwin is under

     2019-09-15 19:58     2674707 usr/bin/libpython3.8.dll
     2019-09-15 19:58          78 usr/bin/pydoc3.8
     2019-09-15 19:58        9235 usr/bin/python3.8.exe
     2019-09-15 19:58       47261 usr/include/python3.8/pyconfig.h
     2019-09-15 19:59           0 usr/lib/python3.8/lib-dynload/
     2019-09-15 19:58       46099 
usr/lib/python3.8/lib-dynload/array.cpython-38-x86_64-cygwin.dll

see
https://cygwin.com/packages/x86_64/python38/python38-3.8.0-0.5.b4


--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]