This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: build_ssl can't find ActiveState Perl from unusual locations
Type: Stage:
Components: Build Versions: Python 2.3
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, heikki
Priority: normal Keywords:

Created on 2004-02-10 22:44 by heikki, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg60462 - (view) Author: Heikki Toivonen (heikki) Date: 2004-02-10 22:44
Downloaded Python 2.3.3 and tried building it with VC++
7.1 on Windows XP. Got an error message that my cygwin
perl is the only perl installed on my system and I need
ActiveState Perl. Trouble is, I do have that, but it is
installed in a non-standard location. The build_ssl.py
only looks in two directories for versions of perl. I
suggest it should additionally do "which perl" or
something similar to find the first Perl in the users path.
msg61332 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-20 19:05
We have a new build system for Windows.
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39925
2008-01-20 19:05:59christian.heimessetstatus: open -> closed
resolution: out of date
messages: + msg61332
nosy: + christian.heimes
2004-02-10 22:44:18hjtoi.historiccreate