--- smart-0.41/smart/option.py~ 2005-07-19 23:12:55.000000000 +0300 +++ smart-0.41/smart/option.py 2006-03-04 16:26:11.000000000 +0200 @@ -19,7 +19,7 @@ # along with Smart Package Manager; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -from smart.util import optparse +import optparse from smart import Error, _ import textwrap import sys, os --- smart-0.51/setup.py~ 2006-11-20 15:49:51.000000000 +0100 +++ smart-0.51/setup.py 2007-07-30 18:58:28.840510700 +0200 @@ -56,7 +56,7 @@ distutils.file_util.copy_file = copy_file distutils.dir_util.copy_tree = copy_tree -PYTHONLIB = os.path.join(get_python_lib(standard_lib=1, prefix=""), +PYTHONLIB = os.path.join(get_python_lib(standard_lib=1, plat_specific=1, prefix=""), "site-packages") config_h = sysconfig.get_config_h_filename()