#16599: py30-tkinter can't activate: Not a directory --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: py30-tkinter | --------------------------------------+------------------------------------- Changes (by raimue@macports.org): * cc: raimue@macports.org (added) Comment: The py30-* ports use `--prefix=${prefix}/Library/Frameworks/Python.framework/Versions/3.0` but should be using `--prefix=${prefix}` as py25-* does. The problem occurs because `${prefix}/Library/Frameworks/Python.framework/Versions/3.0/lib/python3.0` is already known to the file_map.db as a symlink. Now the requested path wants to add a new item below this path, but it fails as it hits a file and that triggers the "Not a directory" error. -- Ticket URL: <http://trac.macports.org/ticket/16599#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS