[Pythonmac-SIG] How to get traceback from PySol?

Brian Lenihan brian_l at mac.com
Tue Jul 26 05:21:25 CEST 2005


On Jul 25, 2005, at 7:32 PM, skip at pobox.com wrote:

> I have Brian Lenihan's bundled PySol installed on my laptop.  A  
> couple days
> ago it quit working.  After getting most of the way through startup  
> it quits
> with a dialog that reads:
>
>     Internal errror. Please report this bug:
>
>         exceptions.AssertionError
>
>                 (Quit)
>
> While the pull-down menus appear to work after that, nothing  
> actually works.
> Running with the console open shows this error:
>
>     PySol: pysolsoundserver module not found, sound disabled.
>
> but no traceback related to the assertion error.  Is there some way  
> to get a
> full traceback so I can debug this problem, or do I have to just  
> reinstall
> PySol and hope it goes away?

I don't think reinstalling will help, but it can't hurt.  I think I  
tracked that bug down a few months ago when I was building for  
Tiger.   I'll take a look after dinner.  In the meantime, grep for  
StandardError in main.py and you can at add some code to print the tb.

   I'll have a look after dinner.

>
> Thx,
>
> -- 
> Skip Montanaro
> skip at pobox.com
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
>



More information about the Pythonmac-SIG mailing list