[AG-TECH] Make a agpkg3 with subfolders?

Christoph Willing c.willing at uq.edu.au
Mon Aug 30 07:55:41 CDT 2010


On 30/08/2010, at 9:19 PM, Jesus Cea Oliva wrote:

> Hi list.
>
> First all, I hope you had a good holiday ^^. Well, I've developed a  
> Shared Application (that soon, I would like to shared with yours),  
> and it has a subfolder, called 'images', that contains several icons  
> from the app.
>
> When I created the .app file, on section 'files', I tried putting  
> relatives paths to references this images (./images/icon1.png, etc),  
> but it didn't work.
>
> Is it possible create agpkg3 files that contains subfolders with  
> other files?
>

Just a guess - you probably have to reference the file in a  
subdirectory with something like:
     icon1 = os.path.join(os.getcwd(), "images", "incon1.png")

Then do something with icon1


chris


Christoph Willing                       +61 7 3365 8316
QCIF Access Grid Manager
University of Queensland



More information about the ag-tech mailing list