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