I have applied for and received approval for a Sourceforge project. It's rather barebones at the moment, but the important part is a public Subversion server is now available. See https://pyzfs.svn.sourceforge.net/svnroot/pyzfs/trunk .
On Mon, Jul 14, 2008 at 12:04, Jonathan Hogg <[EMAIL PROTECTED]> wrote: > Not related to the actual API itself, but just thought I'd note that all the > cool kids are using ctypes these days to bind Python to foreign libraries. Look! Some Joneses! We better keep up with them! There's just no pleasing some people. In completely unrelated news, I have decided to try using ctypes instead of Swig. See the prototype code (with less error checking and no working iterators) at https://pyzfs.svn.sourceforge.net/svnroot/pyzfs/trunk/ctypes . > This has the advantage of requiring no other libraries and no compile phase > at all. Not quite true---if you mess things up badly enough you can get compiler errors from the C code that Python generates and compiles behind the scenes. But at least you get to write in Python, not C++. Will _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss