On 2012-7-7 00:00 , Adam Mercer wrote: > Hi > > py32-scipy keeps failing on the buildbot with the error: > > Error: Failed to install py32-numpy > DEBUG: Image error: > /opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/numpy/__pycache__/__config__.cpython-32.pyc > already exists > > I can't reproduce this locally therefore I'm unable to come up with a > fix easily. > > Can anyone offer any suggestions?
Delete those in pre-activate if they exist and don't belong to a port. (See py32-distribute for an example.) Previous versions probably didn't install the .pyc files to the new 3.2 location, so it generated them automatically at runtime. - Josh _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
