Re: cx_freeze and matplotlib

2006-05-14 Thread Flavio
My application needs needs matplotlib. So cx_Freeze bundles it in. But it only bundles matplotlib python modules, not its data files! In the original machine I believe that the frozen executable is somehow finding those datafiles in their original locations, which is not desirable, ecause the bund

Re: cx_freeze and matplotlib

2006-05-13 Thread Serge Orlov
Flavio wrote: > I am trying to freeze an application which imports matplotlib. It all > works fine on the machine where it was frozen. The executable runs > without a glitch. > > But when I move the directory containing the frozen executable and > other libs to a new machine, I get the following er

cx_freeze and matplotlib

2006-05-13 Thread Flavio
I am trying to freeze an application which imports matplotlib. It all works fine on the machine where it was frozen. The executable runs without a glitch. But when I move the directory containing the frozen executable and other libs to a new machine, I get the following error: Traceback (most re