#17405: different boost update ----------------------------------+----------------------------------------- Reporter: andrew@… | Owner: sanchom@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Keywords: | Port: boost ----------------------------------+----------------------------------------- Comment(by andrew@…): Okay, okay - I'm really sorry to be constantly updating this - but I'm a python newbie and (sheepish grin) I forgot to add the __init__.py file. '''Now''' the following program works without damn import errors: {{{ #/usr/bin/env python2.6 import boost.mpi as mpi # OR 'from boost import mpi' (both work) print "I am process %d of %d." % (mpi.rank, mpi.size) }}} This is Revision 3. Sorry. I hope this is the last update. -- Ticket URL: <http://trac.macports.org/ticket/17405#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS