On 11/15/2010 06:23 AM, Felix wrote: > is there any workaround or fix for the problem described in Ticket > 1504? > http://projects.scipy.org/numpy/ticket/1504 > > Using static linking sounds like it could be the easiest solution. Can > numpy.distutils be used to do that? >
You can try to see if sys.setdlopenflags works for you, it does for me: http://www.mail-archive.com/[email protected]/msg23151.html Dag Sverre _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
