[Edu-sig] no Python 2.0 bindings for Lightflow until now

Guido van Rossum guido@digicool.com
Tue, 30 Jan 2001 19:21:40 -0500


> I am in the process of doing the same with Lightflow for my PyGeo toy.  
> Good fun, but it *is* frustrating to be stuck on 1.5.2.

Is Lightflow available as a shared library?  In that case it will
issue a warning about incompatible API versions when you use it from
Python 2.0, but in actuality it's likely that it doesn't use any of
the changed APIs, so it'll actually work just fine.

Of course, this is for Unix or Linux; for Windows, the Python DLL name
is (unfortunately?) compiled into extensions...

--Guido van Rossum (home page: http://www.python.org/~guido/)