On Thu, Sep 18, 2008 at 10:01 PM, Gary C Martin <[EMAIL PROTECTED]> wrote:
> However, any hints would be much appreciated as to what this last
> remaining setup.py WARNING is trying to tell me?
>
>        WARNING:root:bundle_name deprecated, now comes from activity.info
>
> I've not had much luck tracking it down, and I make no reference to
> bundle_name in my code.

When you call BundleBuilder in setup.py, don't pass in a string in the
constructor, leave it empty.  It interprets the argument as a
'bundle_name' and is complaining that it's going to ignore what you
passed in and use the name specified in activity.info instead.

Yes, it took me a *long* time to finally realize this.
 --scott

-- 
 ( http://cscott.net/ )
_______________________________________________
Sugar mailing list
Sugar@lists.laptop.org
http://lists.laptop.org/listinfo/sugar

Reply via email to