Re: cx_freeze problem on Ubuntu

2009-10-02 Thread Paul Boddie
On 1 Okt, 16:08, John wrote: > > I downloaded the cx_freeze source code > fromhttp://cx-freeze.sourceforge.net/into a directory. [...] >  From > here:http://linux.softpedia.com/get/Programming/Assembler-Tools/cx-Freeze-... > the directions state: What about the documentation available from th

Re: cx_freeze problem on Ubuntu

2009-10-01 Thread John
Jon Clements wrote: Firstly -- never used the library, hadn't even heard of it -- disclaimer over :) Err, python 2.6 doesn't have print as a function by default. Have you done a from __future__ import ? def _GetInitScriptFileName(self, argsSource = None): if argsSource is None:

Re: cx_freeze problem on Ubuntu

2009-10-01 Thread Jon Clements
On 1 Oct, 15:08, John wrote: > Sorry if this might be a repost.  I'm having problems with my newsreader. > > My system: > > cx_freeze 4.1 > Python 2.6 > Ubuntu Jaunty > > I downloaded the cx_freeze source code > fromhttp://cx-freeze.sourceforge.net/into a directory. > > I wrote a one line python

cx_freeze problem on Ubuntu

2009-10-01 Thread John
Sorry if this might be a repost. I'm having problems with my newsreader. My system: cx_freeze 4.1 Python 2.6 Ubuntu Jaunty I downloaded the cx_freeze source code from http://cx-freeze.sourceforge.net/ into a directory. I wrote a one line python program 'print( "hello world" )' According to