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 st

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 stan

Re: Creating a standalone application

2010-04-14 Thread 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. > > This is what I get n

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

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

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

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., UT

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 d

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

Creating a standalone application

2010-04-13 Thread Luis Quesada
Dear all, 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. I also tried pyinstaller but I got the error attached at the end. My program runs fine when executed fr