Re: help req: installing debugging symbols

2010-04-07 Thread Shashwat Anand
Install python in a different directory, use $prefix for that. Change PATH value accordingly 2010/4/5 sanam singh > Hi, > > I am using ununtu 9.10. I want to install a version of Python that was > compiled with debug symbols. > > But if I delete python from ubuntu it would definitely stop wo

help req: installing debugging symbols

2010-04-07 Thread sanam singh
Hi,I am using ununtu 9.10. I want to install a version of Python that was compiled with debug symbols.But if I delete python from ubuntu it would definitely stop working . And python comes preintalled in ubuntu without debugging symbols.How can i install python with debugging symbols ?Thanks