Commit Graph

5 Commits

Author SHA1 Message Date
Michael Cahill
c0650abe86 Another fix for relative paths in the Python build: setup.py wants to own the tree. 2011-04-26 17:34:23 +10:00
Michael Cahill
3a6dc4749e Fix Python build again: split SWIG out of setup.py, we want to distribute the
results so SWIG isn't required by users to build the Python API.  This also
addresses some annoyances with paths, since we want to build in a different
place from the Python sources.
2011-04-26 17:24:21 +10:00
Michael Cahill
a2e34fae27 Keep the Python sources in lang/python: that's what we will want to distribute. 2011-04-26 15:46:48 +10:00
Michael Cahill
69cd69d59b Build the Python API into the build directory.
* * *
[mq]: config-script
2011-03-11 12:03:44 +11:00
Michael Cahill
47a8ea8c7c Initial steps towards a Python API. Rename 'del' to 'remove': that seems safe across languages.
Remove underscores from struct names for now: that should be transparent to applications but avoids messiness in the Python API.
refs #31
2011-03-10 22:17:48 +11:00