Jan. 30, 2001
4:21 p.m.
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/)