Re: Imitate Perl -V:libs in python

2005-06-06 Thread David Ascher
Rajagopalan, Karthik wrote: Hi Techies, We build python from source adding certain MSVC import libs and binmode.obj during the link time of python.exe. I would like to get the list of libs used by triggering something like perl -V:libs just to make sure if the executable has been built with pro

RE: Imitate Perl -V:libs in python

2005-06-06 Thread Rajagopalan, Karthik
know about that and the sample script. Regards, Karthik. > -Original Message- > From: David Ascher [mailto:[EMAIL PROTECTED] > Sent: Monday, June 06, 2005 10:08 PM > To: Rajagopalan, Karthik > Cc: activepython@listserv.ActiveState.com > Subject: Re: Imitate Perl -V:l

Re: Imitate Perl -V:libs in python

2005-06-06 Thread David Ascher
Rajagopalan, Karthik wrote: Still the import library name that gets linked to Python executable remains the same though the version of dll that gets loaded at runtime differs. What you describe is true for libraries linked at compiled time. My point was that modules (which I thought is what

RE: Imitate Perl -V:libs in python

2005-06-06 Thread Rajagopalan, Karthik
Hi Techies, > > >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 expect

Re: Imitate Perl -V:libs in python

2005-06-05 Thread David Ascher
rthik 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

RE: Imitate Perl -V:libs in python

2005-06-05 Thread Rajagopalan, Karthik
t: 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 basi

Imitate Perl -V:libs in python

2005-05-31 Thread Rajagopalan, Karthik
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. ___ ActivePytho