hello I installed openerp, postgresql. I installed Eclipse environment with Python 2.5 and download openerp source. I execute setup.py but I get this error:
c:\python25\lib\site-packages\openerp-6.1-py2.5.egg\openerp\cron.py:113: Warning: 'with' will become a reserved keyword in Python 2.6 File "c:\python25\lib\site-packages\openerp-6.1-py2.5.egg\openerp\cron.py", line 113 with _thread_slots_lock: ^ SyntaxError: invalid syntax
You should edit your question and improve it describing in detail all the installation steps you are using. Not only this will help people willing to help you, but will also help other people trying to do the same thing you are.
Use python 2.7 and why setup.py in Eclipse ?