On Sun, 7 Aug 2011 01:20:30 -0600, Aaron Meurer <[email protected]> wrote:
> I just used your printing trick.  That ls command doesn't work in Mac
> OS X, but Terminal.app has an option to display the tty name in the
> window title, so I just used that (and wrote to /dev/ttys012 in my
> case).
> 
> Debugging one pudb with another seems quite impossible short of
> renaming one to something else, including all imports.  Otherwise,
> it's very difficult to get Python to import both, and the import
> statements in each will confuse it.  It was suggested to me that this
> could be made easier with relative imports, but I didn't want to
> change that without knowing if they could be supported by the Python
> versions that PuDB supports (hence my other email).  Relative imports
> require Python 2.5+.

That seems worth it--let's go for 2.5 if it helps debuggability.

Andreas

Attachment: pgpvJp5EZp1CW.pgp
Description: PGP signature

_______________________________________________
Pudb mailing list
[email protected]
http://lists.tiker.net/listinfo/pudb

Reply via email to