[PEAK] setuptools dependencies installed from os packages

Python python at venix.com
Thu Jul 27 18:03:53 EDT 2006


On Mon, 2005-12-19 at 13:11 -0500, Phillip J. Eby wrote:
> The current version of setuptools in SVN allows you to make a
> bdist_wininst 
> of an egg.
> 
> So, if you use these commands:
> 
>      easy_install -eb. FormEncode
>      cd formencode
>      setup.py bdist_wininst
> 
When I try to run 
	easy_install -eb. <package>

I get lot's of grumbles about the installation directory.
Specifying /tmp is rejected because it is not on the PYTHONPATH.  I can
always run around and delete all the files out of a dummy install-
directory.  However, I don't want to install anywhere.  Is there a way
to say:
	--download-only or --no-install

I really just want to build RPM's.

-- 
Lloyd Kvam
Venix Corp




More information about the PEAK mailing list