Re: Creating a standalone application

2010-04-17 Thread Lawrence D'Oliveiro
In message <4bc4ec17.3040...@4c.ucc.ie>, Luis Quesada wrote: > Lawrence D'Oliveiro wrote: > >> In message , Luis Quesada wrote: >> >>> I am getting an "expected string without null bytes" error when using >>> cxfreeze for creating a standalone application (in Linux-Ubuntu). >> >> Why bother? Eve

Re: Creating a standalone application

2010-04-17 Thread Lawrence D'Oliveiro
In message , Jonathan Hartley wrote: > On Apr 13, 10:42�pm, Lawrence D'Oliveiro > wrote: > >> In message , Luis Quesada wrote: >> >> > I am getting an "expected string without null bytes" error when using >> > cxfreeze for creating a standalone application (in Linux-Ubuntu). >> >> Why bother? Eve

Re: Creating a standalone application

2010-04-14 Thread Luis Quesada
On Apr 14, 11:06 am, "Gabriel Genellina" wrote: > En Wed, 14 Apr 2010 06:10:59 -0300, Luis Quesada   > escribió: > > > > > On Apr 14, 6:31 am, "Gabriel Genellina" > > wrote: > >> En Tue, 13 Apr 2010 18:02:07 -0300, Luis Quesada   > >> escribi : > > >> > I am getting an "expected string without

Re: Creating a standalone application

2010-04-14 Thread Gabriel Genellina
En Wed, 14 Apr 2010 06:10:59 -0300, Luis Quesada escribió: On Apr 14, 6:31 am, "Gabriel Genellina" wrote: En Tue, 13 Apr 2010 18:02:07 -0300, Luis Quesada escribi : > I am getting an "expected string without null bytes" error when using > cxfreeze for creating a standalone application

Re: Creating a standalone application

2010-04-14 Thread Luis Quesada
On Apr 14, 6:31 am, "Gabriel Genellina" wrote: > En Tue, 13 Apr 2010 18:02:07 -0300, Luis Quesada   > escribi : > > > I am getting an "expected string without null bytes" error when using   > > cxfreeze for creating a standalone application (in Linux-Ubuntu). None   > > of my files has null bytes

Re: Creating a standalone application

2010-04-14 Thread Jonathan Hartley
On Apr 13, 10:42 pm, Lawrence D'Oliveiro wrote: > In message , Luis Quesada wrote: > > > I am getting an "expected string without null bytes" error when using > > cxfreeze for creating a standalone application (in Linux-Ubuntu). > > Why bother? Every decent Linux system will have Python available.

Re: Creating a standalone application

2010-04-13 Thread Gabriel Genellina
En Tue, 13 Apr 2010 18:02:07 -0300, Luis Quesada escribió: I am getting an "expected string without null bytes" error when using cxfreeze for creating a standalone application (in Linux-Ubuntu). None of my files has null bytes. Are you sure? A text file saved as, e.g., UTF-16, does conta

Re: Creating a standalone application

2010-04-13 Thread Luis Quesada
Lawrence D'Oliveiro wrote: In message , Luis Quesada wrote: I am getting an "expected string without null bytes" error when using cxfreeze for creating a standalone application (in Linux-Ubuntu). Why bother? Every decent Linux system will have Python available. Why not just distribute it as

Re: Creating a standalone application

2010-04-13 Thread Lawrence D'Oliveiro
In message , Luis Quesada wrote: > I am getting an "expected string without null bytes" error when using > cxfreeze for creating a standalone application (in Linux-Ubuntu). Why bother? Every decent Linux system will have Python available. Why not just distribute it as a script? -- http://mail.p