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 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.
> >
> >  
> >


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. I would like to know the list of components linked to python
executable as Perl -V:libs just to know if 'binmode.obj' (which opens
file in binary mode always)  has been used for building. If there is a
way to detect this through python script please provide me a sample.

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

Reply via email to