So I am new to the whole python thing, be nice.

So I do a b /foo/foo.py :10

(if I do a foo.py:10 it says not in sys.path)

Then a continue... my breakpoint isn't hit.

but if I am in main.py and do a b /foo/main.py:10 I hit the breakpoint.

also I can't get b fooMethod to ever take, always get not in sys.path

What am I missing?  Or is pdb fubar?

Suse93 btw.

thanks,

Bryan 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to