On 7/01/2010 12:54 AM, Ocean wrote:
        The only relevant section I could find was in addin.py.  I made the
appropriate modifications (commenting out "import win32traceutil" and
copying the body of the IF statement above it in it's place), unregistered
the addin, and re-registered it - but that didn't seem to do the trick.

That should be right - or just change the line:

    if hasattr(sys, "frozen"):

to something like:

    if True or hasattr(sys, "frozen"):

Also, ensure you don't register the addin with '--debug'

HTH,

Mark
_______________________________________________
SpamBayes@python.org
http://mail.python.org/mailman/listinfo/spambayes
Info/Unsubscribe: http://mail.python.org/mailman/listinfo/spambayes
Check the FAQ before asking: http://spambayes.sf.net/faq.html

Reply via email to