Hi,
Any change of starting to put Phoenix builds/wheels onto PyPi for use with pip?
My current use for this would be to host the ObjectListView documentation on Read The Docs.
Werner
Hi,
Any change of starting to put Phoenix builds/wheels onto PyPi for use with pip?
My current use for this would be to host the ObjectListView documentation on Read The Docs.
Werner
Hi,
On 11/25/2014 12:14, Werner wrote:
Hi,
Any change of starting to put Phoenix builds/wheels onto PyPi for use with pip?
My current use for this would be to host the ObjectListView documentation on Read The Docs.
The problem was actually that Read The Docs does not support C modules.
The work around was to use unittest.mock for the things used by ObjectListView.
Werner