[viff-devel] [issue69] Ship small libraries with VIFF

Mikkel Krøigård mk at daimi.au.dk
Wed Oct 1 02:26:22 PDT 2008


> New submission from Martin Geisler <mg at daimi.au.dk>:
>
> I think we could think about shipping the ConfigObj library directly
> with VIFF. The ConfigObj library is self-contained in a single .py
> file, and including it with VIFF would save people using Windows the
> trouble of copying this file to their site-packages directory -- they
> would not even have to know that they have such a directory... :-)
Well they don't as it is, they are instructed by the installation instructions
to run
python setup.py install

:)

But after going through the installation process on another computer yesterday,
I have to say it was a bit annoying. And I already knew how to do it, there's
just a lot to do. Anything we can do to eliminate some of the steps...

> Another small library which I would like to include is the decorator
> library:
>
>   http://pypi.python.org/pypi/decorator
>
> which is available as a zip-file only -- in the zip file there is a
> single decorator.py file.
Doesn't sound entirely necessary to zip that, but OK :)


More information about the viff-devel mailing list