the build error of _curses module in python2.7

2010-09-02 Thread wen heping
Hi,all: Because a typo of the python27/files/patch-setup.py, the build of python27 could not detect curses lib correctly now. The same error exists in the python-2.6.6 package which I send to python@ yesterday. You can reproduce the error just by trying import curses module in python.

1031 Exchange Buyers! Income Property Needed ASAP!

2010-09-02 Thread MedallionIDC
Email not displaying correctly? [1]View it in your browser Links: 1. http://us2.campaign-archive.com/?u=2cc684bd35caef45ecd7733fc&id=d0157ec89a&e=1fcf85fd67 income property needed asap! Hello, Medallion Investment & Development has three different 1031 Exchange Clients that must cl

Re: python27: curses broken [PATCH!]

2010-09-02 Thread Oliver Fromme
A quick inspection reveals that the detection of ncurses between python26 and python27 was changed subtly, but the port's patch file was adapted rather blindly, so it fails to work with the new detection code. The problem can be fixed by changing the following line in ports/lang/python27/files/pat

python27: curses broken

2010-09-02 Thread Oliver Fromme
Is it a known problem that curses is broken with the new python27 port? I tried it on 6-stable and on 8-stable machines. The build ends with this message: Python build finished, but the necessary bits to build these modules were not found: _bsddb _curses_curses_p