ANN: SuPy 1.3

2009-02-15 Thread Greg Ewing
SuPy 1.3 Available -- http://www.cosc.canterbury.ac.nz/greg.ewing/SuPy/ Changes in this version: - Added the rest of the promised functionality to the menus module (submenus and separators) and provided an example of its usage in examples.py. - The scheme for preserving

[ANN] ftputil 2.4 released

2009-02-15 Thread Stefan Schwarzer
ftputil 2.4 is now available from http://ftputil.sschwarzer.net/download . Changes since version 2.3 - The ``FTPHost`` class got a new method ``chmod``, similar to ``os.chmod``, to act on remote files. Thanks go to Tom Parker for the review. There's a new exception ``Comm

ann: PythonOCC 0.1 released

2009-02-15 Thread Jelle Feringa
-about- pythonOCC aims to provide a full Python wrapper for the OpenCascade's 3D CAD modeling/visualization library classes. The first step is to focus on modeling and import/export classes (IGES, STEP, VRML) in order to provide a complete, powerful, and easy- to-use 3D modeler using Python

ANN: SuPy 1.4

2009-02-15 Thread Greg Ewing
SuPy 1.4 Available -- http://www.cosc.canterbury.ac.nz/greg.ewing/SuPy/ Changes in this version: - Python tuples are converted to Ruby arrays, so you can pass them directly to Sketchup methods that require an array. - 'Array' function for converting other Python sequences