Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
700 stars 145 forks source link

Added compatibility with Python 2.6.0 #105

Closed asya999 closed 9 years ago

asya999 commented 9 years ago

Replacing subprocess.check_output and removing dictionary comprehensions restored ability to build with Python 2.6 and install Multicorn on CentOS 6 without any special steps.

asya999 commented 9 years ago

Sorry about the delay - didn't get notification email for some reason. The tests pass 100% except for the part that doesn't pass for me with other versions/platforms which is usermapping output from test, not sure why. So they pass if I adjust for not getting back usermapping and link 2.7 test directory to 2.6. I don't know why usermapping doesn't output the same for me, I don't get any errors for it. Could be PG version related rather than Py version?

rdunklau commented 9 years ago

I merged that, thank you.