Re: [Pythonmac-SIG] Building an extensible bundle with py2app

2012-11-15 Thread Emanuele Santos
Hi, Ronald Thanks for your suggestion. Your solution works great when I install the additional packages from outside my application. But as we want to make our users' life easier, we would like to install the additional packages into the user's provided folder from our bundle. As I was trying to

Re: [Pythonmac-SIG] Building an extensible bundle with py2app

2012-11-15 Thread Ronald Oussoren
On 15 Nov, 2012, at 21:00, Emanuele Santos wrote: > Hi, Ronald > > Thanks for your suggestion. Your solution works great when I install the > additional packages from outside my application. But as we want to make our > users' life easier, we would like to install the additional packages into