Filip Noetzel

Results 90 comments of Filip Noetzel

We only tested this on 64bit-macs yet, seems to be a problem there. I'll look into that.

Can you try ``` unset CFLAGS pip install geocommit ``` ? If that doesn't work, can you post the output of ``` env|grep -i flag ``` ? Thanks. Reason behind...

@wooster made significant improvements towards mac os x / xcode 4 support, they are in geocommit 0.9.3beta1. Can you upgrade with `pip install --upgrade geocommit` and tell if the error...

The interesting part here is the processor family, I think. @bjoerns Mac is a Core2Duo and boots in 32bit mode by default. However, our buildscript tries to compile in 64bit.

So, i just tried to reproduce this by booting into 32-bit-mode by holding [3][2] during boot, but I probably don't trigger this bug because LLVM (part of xcode 4) works...

Ui, nice. As a workaround you can edit `/Library/Python/2.5/site-packages/geocommit/provider/corelocation/__init__.py` in line 51 to say ``` except (ValueError, e): ``` , but i will prepare a version that is compatible with...

Yes, it's a dependency only for Python

I'll look into that ASAP. Can you try using `pip install --upgrade geocommit` (`easy_install pip` first, if you don't have pip yet) ?

Hey Ravi, thanks for this bug report! Here's what happens: ``` GET http://localhost/test ``` expands internally to ``` Create HTTP Context http://localhost/ GET /test ``` and thus — in the...

@ravijammi this is a different issue. Googling for "gaierror" raises this: http://docs.python.org/2/library/socket.html#socket.gaierror — probably your DNS server does not resolve `localhost` to `127.0.0.1`.