Python too complex ?!?!?!
Toni Mueller
support at oeko.net
Fri Nov 23 13:03:09 EST 2007
davisn90210 at gmail.com wrote:
> On Nov 17, 8:25 am, Donn Ingle <donn.in... at gmail.com> wrote:
>> If you are online and the app runs, it can check the "freshness" of your
>> modules (those called from the app and recursively) and offer to fetch the
>> latest stable versions.
>>
>
> Something similar to Java's webstart? Implement an __import__ hook
> that downloads and caches the latest (stable) versions of libraries as
> needed.
I'm not too involved yet, but I have this association with what you wrote:
http://plone.org/documentation/tutorial/buildout
I guess that this could be adapted/used in other cases as well, as
$ paster create --list-templates
Available templates:
basic_namespace: A project with a namespace package
basic_package: A basic setuptools-enabled package
basic_zope: A Zope project
nested_namespace: A project with two nested namespaces.
paste_deploy: A web application deployed through paste.deploy
...some more plone stuff here...
doesn't list only Zope&Plone stuff. But then I also don't know Java's
webstart, so...
Best,
--Toni++
More information about the Python-list
mailing list