[CalendarServer-changes] [13907] twext/trunk/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 21 10:21:43 PDT 2014


Revision: 13907
          http://trac.calendarserver.org//changeset/13907
Author:   sagen at apple.com
Date:     2014-08-21 10:21:43 -0700 (Thu, 21 Aug 2014)
Log Message:
-----------
Some temporary build debugging.  Please ignore.

Modified Paths:
--------------
    twext/trunk/setup.py

Modified: twext/trunk/setup.py
===================================================================
--- twext/trunk/setup.py	2014-08-21 15:41:10 UTC (rev 13906)
+++ twext/trunk/setup.py	2014-08-21 17:21:43 UTC (rev 13907)
@@ -181,9 +181,13 @@
 
 if sys.platform == "darwin":
     try:
+        print("XYZZY about to import launchd", sys.path)
         from twext.python import launchd
+        print("XYZZY imported launchd", launchd)
         extensions.append(launchd.ffi.verifier.get_extension())
-    except ImportError:
+        print("XYZZY extensions", extensions)
+    except ImportError as e:
+        print("XYZZY import failed", e)
         pass
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140821/6a2cbe4f/attachment-0001.html>


More information about the calendarserver-changes mailing list