On Wed, 23 Jan 2008 10:19:28 +0100, "Martin v. Löwis"
<[EMAIL PROTECTED]> wrote:
>> Also, is there source code available for python24 for Windoze? I have
>> seen reference to source code but not in a package for Windows.
>
>It's available from
>
>http://www.python.org/ftp/python/2.4/Python-2.4.tgz
>I don't get why you care so much about that file. It's useful to debug a
>crash in python.exe, but I can't see any other useful purpose (if you only
>have the python executable and the .pdb available).
I'm trying to use Paimei, the Python-based debugger put out by Pedram
Amini. I can get Pai
On Wed, 23 Jan 2008 08:54:19 +0100, Christian Heimes
<[EMAIL PROTECTED]> wrote:
>[EMAIL PROTECTED] wrote:
>> I've seen a few references on the net to a python24.pdb file. I assume
>> it's a symbol file along the lines of the pdb files issued by
>> microsoft for their products. Maybe I'm wrong.
>
>
> Also, is there source code available for python24 for Windoze? I have
> seen reference to source code but not in a package for Windows.
It's available from
http://www.python.org/ftp/python/2.4/Python-2.4.tgz
Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list
En Wed, 23 Jan 2008 05:04:35 -0200, <[EMAIL PROTECTED]> escribió:
> I've seen a few references on the net to a python24.pdb file. I assume
> it's a symbol file along the lines of the pdb files issued by
> microsoft for their products. Maybe I'm wrong.
>
> Has anyone seen such an animal?
I don't g
[EMAIL PROTECTED] wrote:
> I've seen a few references on the net to a python24.pdb file. I assume
> it's a symbol file along the lines of the pdb files issued by
> microsoft for their products. Maybe I'm wrong.
.pdb files (program database) are created by MS' compiler, see
http://en.wikipedia.org/