[SQLObject] SQLObject and pypy - pydispatcher bug
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Neil M. <drn...@gm...> - 2011-07-04 14:26:45
|
Currently, sqlobject fails to install properly using pypy due to robustapply.function failing to do the right thing. This issue was previously reported against django's included version of pydispatcher - see https://code.djangoproject.com/ticket/6857 . Attached is the pypy patch from that ticket tweaked to apply against sqlobject's included version of pydispatcher - this allows sqlobject to install using pypy, although I still need to look at running the test suite. I've also reported to pydispatcher.sf.net, but the lack of recent activity suggests it may be some time before it gets fixed there. -- Neil Muller drn...@gm... I've got a gmail account. Why haven't I become cool? |