python24 symbol file...pyhon24.pdb
Christian Heimes
lists at cheimes.de
Wed Jan 23 02:54:19 EST 2008
More information about the Python-list mailing list
Wed Jan 23 02:54:19 EST 2008
- Previous message (by thread): python24 symbol file...pyhon24.pdb
- Next message (by thread): python24 symbol file...pyhon24.pdb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
over at thepond.com 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/wiki/Program_database. Python doesn't ship the files. You have to compile Python yourself to get the pdb files. Christian
- Previous message (by thread): python24 symbol file...pyhon24.pdb
- Next message (by thread): python24 symbol file...pyhon24.pdb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list