Hello,
I wanted to know if Python can be bundled with any C++ project so that it can be installed when the executable of the project is run. I use Python 2.4 and PyXML-0.8.4 on Windows XP SP2.

You could bundle your Python program with py2exe and then call that .exe file from your C++ program.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.