|
From: Michael F. <fuz...@vo...> - 2010-02-26 13:13:22
|
On 26/02/2010 10:16, R Ramakrishnan wrote: > Hi > > When I tried to use configobj version 4.7.1 in Python 3.1.1 I faced > following problems: > Hi Ramki, I'm afraid that ConfigObj isn't yet compatible with Python 3. Some of the Unicode handling will need to be changed for Python 3, so it is not a straightforward job. Hopefully I will get round to it soon. All the best, Michael Foord > 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 > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > > > _______________________________________________ > Configobj-develop mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/configobj-develop > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/blog READ CAREFULLY. By accepting and reading this email you agree, on behalf of your employer, to release me from all obligations and waivers arising from any and all NON-NEGOTIATED agreements, licenses, terms-of-service, shrinkwrap, clickwrap, browsewrap, confidentiality, non-disclosure, non-compete and acceptable use policies ("BOGUS AGREEMENTS") that I have entered into with your employer, its partners, licensors, agents and assigns, in perpetuity, without prejudice to my ongoing rights and privileges. You further represent that you have the authority to release me from any BOGUS AGREEMENTS on behalf of your employer. |