From: Ben L. <bl...@ch...> - 2006-06-16 19:24:58
|
This file is provided by the python and python-devel packages. Maybe reinstall the python RPM and/or the python-devel RPM if you don't already have it. ----- Original Message ----- *From:* Luis Ramos <lui...@ya...> *Sent:* 06/16/2006 03:18:12 PM *To:* pyz...@li... *Subject:* python setup.py install error > My setup is Linux FC1 2.4.22-1.2199.nptl > while installing pyzor the console throws this errors > <------------ > running install > Traceback (most recent call last): > File "setup.py", line 25, in ? > data_files=[('share/doc/pyzor', ['docs/usage.html'])], > File "/usr/lib/python2.2/distutils/core.py", line 138, in setup > dist.run_commands() > File "/usr/lib/python2.2/distutils/dist.py", line 902, in run_commands > self.run_command(cmd) > File "/usr/lib/python2.2/distutils/dist.py", line 921, in run_command > cmd_obj.ensure_finalized() > File "/usr/lib/python2.2/distutils/cmd.py", line 112, in > ensure_finalized > self.finalize_options() > File "/usr/lib/python2.2/distutils/command/install.py", line 267, in > finalize_options > (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix') > File "/usr/lib/python2.2/distutils/sysconfig.py", line 417, in > get_config_vars > func() > File "/usr/lib/python2.2/distutils/sysconfig.py", line 322, in > _init_posix > raise DistutilsPlatformError(my_msg) > distutils.errors.DistutilsPlatformError: invalid Python installation: > unable to open /usr/lib/python2.2/config/Makefile (No such file or > directory) > -----> > > Any idea why this is ? > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ------------------------------------------------------------------------ > > _______________________________________________ > pyzor-users mailing list > pyz...@li... > https://lists.sourceforge.net/lists/listinfo/pyzor-users > |