Perhaps this?

C:\Program Files\Autodesk\Softimage 
2014\Application\python\Lib\site-packages\win32comext\axscript\client\framework.py

     def SetScriptSite(self, site):
         # We should still work with an existing site (or so MSXML 
believes :)
         self.scriptSite = site
         if self.debugManager is not None:
             self.debugManager.Close()
         import traceback
         try:
             import win32com.axdebug.axdebug # see if the core exists.
             import debug
             self.debugManager = debug.DebugManager(self)
         except pythoncom.com_error:
             # COM errors will occur if the debugger interface has never 
been
             # seen on the target system
             trace("Debugging interfaces not available - debugging is 
disabled..")
             self.debugManager = None


"Debugging interfaces not available - debugging is disabled" has been 
around, on and off, for almost a decade now.

It was in the xsibase faq:
http://web.archive.org/web/20120715063059/http://www.xsibase.com/forum/index.php?board=14;action=display;threadid=9773



On 19/09/2013 9:55 AM, Eric Thivierge wrote:
> Every time I run a python script in softimage I get the following message:
>
> "# INFO : Debugging interfaces not available - debugging is disabled.."
>
> Started happening randomly a week or so ago. Anyone know the cause?
>
> Eric T.
>
> --------------------------
> To unsubscribe: mail [email protected] with subject 
> "unsubscribe" and reply to the confirmation email.

--------------------------
To unsubscribe: mail [email protected] with subject 
"unsubscribe" and reply to the confirmation email.

Reply via email to