Re: cx_Freeze ImportError, how do I debug this

2012-01-10 Thread Jeffrey Britton
On Jan 10, 8:21 pm, Jeffrey Britton wrote: > I am building a standalone Windows executable using cx_Freeze. > The resulting executable will not run and writes the following error > to the console. > > ImportError: could not import gobject (error was: 'No module named > gobject') > > The project us

cx_Freeze ImportError, how do I debug this

2012-01-10 Thread Jeffrey Britton
I am building a standalone Windows executable using cx_Freeze. The resulting executable will not run and writes the following error to the console. ImportError: could not import gobject (error was: 'No module named gobject') The project using the gtk libraries for Cairo and Pango on Windows. The