[ python-Feature Requests-1303434 ] Please include pdb with windows distribution
SourceForge.net
noreply at sourceforge.net
Tue Sep 27 22:03:18 CEST 2005
Feature Requests item #1303434, was opened at 2005-09-24 21:30
Message generated for change (Comment added) made by loewis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1303434&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Lyle Thompson (lylefile)
Assigned to: Nobody/Anonymous (nobody)
Summary: Please include pdb with windows distribution
Initial Comment:
Checking out the source files and rebuilding is not
guaranteed to build a program database (pdb) file that
represents the distribution python DLL. This may be due
to a differences in the windows version or visual studio
service pack on my system vs the one used to build the
distribution, but tracking it down can be very time
consuming. Including the pdb in the distribution should
be trivial and avoid this problem entirely. Although I can
fix the problem for future releases of our product, I am
also supporting previous releases that included the
standard DLL included in the distribution.
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2005-09-27 22:03
Message:
Logged In: YES
user_id=21627
Including the PDB files in the MSI is probably not
acceptable to the majority of the users. python24.pdb is
3.5MiB in size, so the MSI file to download would grow
considerably.
Why do you need the PDB file in the first place?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1303434&group_id=5470
More information about the Python-bugs-list
mailing list