[Distutils] [setuptools] best way to create offline install bundles?
primco
primco at gmail.com
Mon Sep 11 18:34:26 CEST 2006
Setuptools would have to packaged up with TG or Pylons. All programs need to
be self contained and can only depend on the standard library in the system
wide install. No 'automatic download' would be allowed either. Basically,
the whole thing needs to be copied and run. This is a basic feature of
Python scripts. It's unfortunate that things have become so complex that
this is no longer possible.
Ronald Oussoren wrote:
>
> On Saturday, September 09, 2006, at 04:07AM, primco <primco at gmail.com>
> wrote:
>>I would love this as well, as I'm in a situation where setuptools is
>>forbidden and I need to distribute Python apps like TurboGears and Pylons
>>with loads of dependencies.
>
> Why is setuptools forbidden? Is the the automatic download of packages or
> is there something else?
>
> Setuptools is more than easy_install, it is also a package that has
> usefull future for packages, such as entrypoints. These are used by
> TurboGears (and I don't know Pylons), so not installing setuptools at all
> isn't really an option.
>
--
View this message in context: http://www.nabble.com/-setuptools--best-way-to-create-offline-install-bundles--tf2239029.html#a6250241
Sent from the Python - distutils-sig forum at Nabble.com.
More information about the Distutils-SIG
mailing list