Rajagopalan, Karthik wrote:

Hi Techies,

Is the requirement I am expecting possible? If not how can we get the
list of libs on which python executable been built?
I don't think that functionality is built-in to Python, sorry. (In great part because most Python executables are expecting to load modules dynamically, and that configuration can change later).

Can I ask why you want to know? Maybe we can answer the question differently.

--david

Regards,
Karthik.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rajagopalan, Karthik
Sent: Tuesday, May 31, 2005 8:43 PM
To: activepython@listserv.ActiveState.com
Subject: Imitate Perl -V:libs in python


Hi Python_Techies,

Is there a way to get the list of libraries/objects that has been used
to built python.exe from source in Windows? I basically need a way to
imitate like perl -V:libs. Awating your reply at earliest.

Regards,
Karthik.

_______________________________________________
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython



_______________________________________________
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

_______________________________________________
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to