[cheesecake-users] path switch

will guaraldi willg at bluesock.org
Wed Jun 7 17:41:25 PDT 2006


On Wed, 7 Jun 2006, Grig Gheorghiu wrote:
>> Hi, Will
>> 
>> You're right, the --path option should be called something else, because
>> in reality it's expecting the full path to the package, including the file
>> name. So you need to give it the full path to your tar.gz file. Maybe
>> --file would be a better option.
> 
> Another thing I discussed with Michal was to simply not specify any switch
> for the package to be inspected. You can give it either a file name, or a
> URL, or simply a name, and it will try the file system, then the URL, then
> the name download via setuptools.
>
> Would that make more sense?

Yeah--that'd be fine, though I'm not particularly good at command line 
argument aesthetics.

This is really a minor issue that I was confused upon most likely because 
"package" in this case doesn't necessarily indicate "tar.gz file" to me in 
a Python context.  Even a trivial change to the help text indicating that 
it's the full path to the .tar.gz file would be fine.

So changing:

    package path on local file system

to:

    path of .tar.gz package on local file system

would be fine.

Hope that helps--
/will



More information about the cheesecake-users mailing list