help req setting breakpoints in gdb

2010-05-22 Thread sanam singh
Hi, I am using wingide to debug my python code. To debug my c code when i attach wingide to ddd. It is all done successfully. However when i try to set a beak point in gdb i get following error : (gdb) break /home/sa/mygr/gnuradio-core/src/lib/general/gr_gr_deinterleave.cc:13 No source file name

Error regarding numpy

2010-05-20 Thread sanam singh
hi, when i import numpy i get following error >>> import numpy Traceback (most recent call last): File "/usr/lib/wingide-personal3.2/src/debug/tserver/_sandbox.py", line 1, in # Used internally for debug sandbox under external interpreter File "/usr/lib/python2.6/dist-packages/numpy/__i

error importing numpy

2010-05-19 Thread sanam singh
Hi, when i import numpy in python i get following error : Python 2.6.5 (r265:79063, May 2 2010, 10:47:11) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import numpy Traceback (most recent call last): File "", line 1, in ImportError: No modu

help req installing python 2.6

2010-04-29 Thread sanam singh
t.net.au > Date: Thu, 29 Apr 2010 17:22:21 +1000 > Subject: Re: help req installing python 2.6 > To: python-list@python.org > > 2010/4/29 sanam singh : > > hi, > > i am am facing problem in installing python 2.6 on ubuntu 9.04. When i sudo > > make i get following error

help req installing python 2.6

2010-04-28 Thread sanam singh
hi, i am am facing problem in installing python 2.6 on ubuntu 9.04. When i sudo make i get following error : Failed to find the necessary bits to build these modules: _bsddb _curses_curses_panel _sqlite3 bsddb185 bz2 dbm

How to choose a debugger

2010-04-25 Thread sanam singh
Hi, I want to debug my c++blocks which are dynamically loaded into python for execution. I am using wingide for debugging python. But its limitation is that when c++module is called in python script it doent take me into c++ module. What I want is that I should be able to visually see the c++ c

FW: help req debugging

2010-04-23 Thread sanam singh
hi, i am using wingware to debug python.however i also want to debug my c modules which have been called in my python script simultaneously. so i have followed instructions given on http://www.wingware.com/doc/howtos/debugging-extension-modules-on-linux . as a result i launch my python

RE: installing debug symbols

2010-04-19 Thread sanam singh
version. I guess its "python-dbg" Regards, Shaunak 2010/4/19 sanam singh hi, i am using ubuntu 9.10. it comes with preinstalled python2.6 having no debug symbols.How can i add debug symbols to it. Secondly i cant afford to install a fresh python version using OPT=-g way. Please t

installing debug symbols

2010-04-19 Thread sanam singh
hi, i am using ubuntu 9.10. it comes with preinstalled python2.6 having no debug symbols.How can i add debug symbols to it. Secondly i cant afford to install a fresh python version using OPT=-g way. Please tell me how can i add symbols to existing python2.6. The error that i get in gdb when i a

help req debugging python and c together

2010-04-18 Thread sanam singh
Hi, I am working in gnuradio compiler. I need some help in debugging python and c together. By this i mean that i have written some blocks in c that are connected together using python. So i need to debug( breakpoints ect ) python such that when a specific c block is called at the back end (in

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