473,394 Members | 1,946 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Python in debug version?

mep
Hi, all
I view my python 2.3.4 from python.org by VC6's dependency walker tool.
What suprise me is that python.exe and python32.dll are built into *DEBUG*
version.
Is it intend to do so?Is a release version faster?

--
Best Regards,
Wang Kebo

http://www.huihoo.org/~mep
Jul 18 '05 #1
3 3286
mep wrote:
I view my python 2.3.4 from python.org by VC6's dependency walker tool.
What suprise me is that python.exe and python32.dll are built into *DEBUG*
version.


What precisely did the tool report? To my knowledge, the DLLs are not in
the debug version.

Regards,
Martin
Jul 18 '05 #2
mep
Hi,
There is a columen named "Debug" for python.exe and python23.dll."Yes"
is there.
And if you open python.exe or python23.dll, you'll see:

C:\sf\python\dist23\src\PCbuild\python.pdb

at the tail of file.That means a debug version?

--
Best Regards,
Wang Kebo

http://www.huihoo.org/~mep
"Martin v. Löwis" <ma****@v.loewis.de> wrote in message
news:41*********************@news.freenet.de...
mep wrote:
I view my python 2.3.4 from python.org by VC6's dependency walker tool. What suprise me is that python.exe and python32.dll are built into *DEBUG* version.


What precisely did the tool report? To my knowledge, the DLLs are not in
the debug version.

Regards,
Martin


Jul 18 '05 #3
Hello,
Hi,
There is a columen named "Debug" for python.exe and python23.dll."Yes"
is there.
And if you open python.exe or python23.dll, you'll see:

C:\sf\python\dist23\src\PCbuild\python.pdb

at the tail of file.That means a debug version?


No, that means to this file are debug symbols available in python.pdb.
It's possible to compile a release version with debug symbols to get more
infos if something crash's.

Debug version of python needs python23_d.dll.

bye by Wolfgang
Jul 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Kari Hallfast | last post by:
Hi, I'm a C++ programmer and I have just recently decided to use Python as an embedded scripting language. I call Py_Initialize(), run a few scripts and call PyFinalize() which causes an unhandled...
9
by: Robert Ferrell | last post by:
I'm trying to do some debugging of python extensions on Windows2K. MS Visual Studio (.NET) says it can't find the debug version of the python libraries. (The message is "python.exe does not...
3
by: Raphael Zulliger | last post by:
Hi I have to check wheter a .py script is run within the debug or the release version of an embedded python interpreter (in short, wheter python24_d.dll or python24.dll is in use). long...
0
by: Simon Eves | last post by:
I am trying to write a Python module to embed the functionality of Maya (the 3D modelling and animation application from Autodesk, formerly Alias) for doing scripted scene manipulation and...
9
by: matthias | last post by:
Howdy ! I started using the assert() stmt and found it quite useful :-) I have only one problem: I don't know how to turn them off again. I know that "-O" turns off assertions in general. ...
1
by: moshehaim1 | last post by:
Hi, I am working with C++ code that needs to be maintained both in debug and release versions. The environment is Windows 32 bit with MSVC8. I downloaded the python installation for Win32 and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.