On Mon, Sep 21, 2009 at 8:59 AM, Michael Wood <esiot...@gmail.com> wrote:
> 2009/9/21 Denis Konchekov <dkonche...@gmail.com>:
>> I added "import sys" in source file "freezer.py" and my app started on both
>> systems:
>>
>> EXTENSION_LOADER_SOURCE = \
>> """
>> import imp, os, sys
> [...]
>>     import sys # <------- added
> [...]
>> """
>>
>> I'm not sure that it's rigth fix, but it's working.
> [...]
>
> I don't know why that would make a difference, because sys was already
> being imported at the top.

The line just below it was added as well which is probably what is
causing it to "work" but will quite unhelpfully cause everything else
to NOT work. :-)

I'll look into this problem a little bit more when I get a chance.

Anthony

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to