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
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