|
From: R R. <rra...@gm...> - 2010-02-26 10:16:54
|
Hi When I tried to use configobj version 4.7.1 in Python 3.1.1 I faced following problems: 1. setup.py install gave syntax error in few places where except statement was handling multiple errors except Exception,e : which I changed to except (Exception,e): to remove error even then the install did not install but gave me following messages running build running build_py file configobj.py (for module configobj) not found file validate.py (for module validate) not found file configobj.py (for module configobj) not found file validate.py (for module validate) not found running install_lib warning: install_lib: 'build\lib' does not exist -- no Python modules to install running install_egg_info Removing C:\Python31\Lib\site-packages\configobj-4.7.1-py3.1.egg-info Writing C:\Python31\Lib\site-packages\configobj-4.7.1-py3.1.egg-info Is there any way out please. Ramki |