[Mailman3-dev] getting mm3 running on mac OSX 10.3 (or at least the tests)

Michael Kato mk2s at digitalcommute.com
Sat Apr 10 12:31:19 EDT 2004


I did the following to get mm3 to at least run tests on OS X.

run the getstuff.sh script by hand.

pyprotocol, Zconfig, zope should install fine.
Twisted 1.2 needed the following patch/modifications in setup.py to  
install.

--- setup.py.orig       Sat Apr 10 12:18:32 2004
+++ setup.py    Sat Apr 10 12:07:39 2004
@@ -184,7 +184,7 @@
              exts.append( Extension("twisted.internet.cfsupport",
                                       
["twisted/internet/cfsupport/cfsupport.c"],
                                      extra_compile_args=['-w'],
-                                     
extra_link_args=['-framework','CoreFoundation','- 
framework','CoreServices','-framework','Carbon'],
+                                     
extra_link_args=['-framework','CoreFoundation','- 
framework','CoreServices','-framework','Carbon','-framework','System'],
                                      define_macros=define_macros))

          self.extensions.extend(exts)

Once installed there's the problem that OS X python doesn't have bsddb  
support, at least it didn't find _bsddb to import.  I develop on a  
PowerBook ssh to a fedora/intel box so I'll occasionally test against  
OS X as I make progress.  I expect the MySQL stuff to run without  
issues.

....maki....




More information about the Mailman3-Dev mailing list