If you do a Framework install, you will have an empty site-packages directory here:
/Library/Frameworks/Python.framework/Versions/Current/lib/python2.4/ site-packages Normally I use fink to install stuff like Numeric and Pmw and Scientific, so I just make a symbolic link like this: 1. If the site-packages directory is empty, remove it. 2. Replace it with a symbolic link like this: sudo ln -s /sw/lib/python2.4/site-packages Library/Frameworks/ Python.framework/Versions/Current/lib/python2.4/site-packages If you were using the original system Python2.3, it's site-packages directory resides at /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/site-packages locate site-packges should find everything on your system. HTH, Bill On Feb 25, 2006, at 7:10 PM, Nehemiah Dacres wrote: > replying to the aquatk problem > how did you upgrade your framework?, I may have broken my python, it > can't find site-packages or site (where ever that is). can you help > me? _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig