retrieving the activity bundle directory

Bert Freudenberg bert at freudenbergs.de
Thu Oct 11 12:13:40 EDT 2007


On Oct 11, 2007, at 15:59 , Dan Williams wrote:

> On Thu, 2007-10-11 at 14:29 +0100, Victor Lazzarini wrote:
>> Hi everyone,
>>
>> does anyone know if is there a way to retrieve the
>> activity bundle top directory name under python/sugar?
>
> You should be able to:
>
> from sugar.activity import activity
>
> my_bundle_path = activity.get_bundle_path()

Also, with the recent launch refactorings the bundle directory is  
made the current working directory, so you can simply use relative  
path names.

- Bert -





More information about the Devel mailing list