Hi,

On 07.12.2010 17:17, Anthony Tuininga wrote:
> Hi,
> 
> You're welcome. And yes, 64-bit support for services is coming in the
> next release. I'm just waiting on some further testing and available
> time to actually make the release. I'll make sure it is ready before
> Christmas, anyway... :-)

Thx, great news.

I am now in a testing phase, on Windows 32bit and 64bit version 4.2.1
works well. (Python 2.7.0)
On Linux 64bit (Python 2.7.1) with version 4.2.1 and a patched finder.py
I get still import errors in the application.
The patch fixed one error but now the next is there.

The generated application uses the traceback module (traceback.py)
but this is not included into the library.zip and so missing.

My application should include the full python standard library.
With an extra step the whole python lib is searched
and all python modules are included with the config option:

includes = stdmodules,

where stdmodules is a list of all found modules
(checked and including "traceback" in this list)

But traceback is still missing in the library.zip. :-(
And the application startup fail with an import error.


Regards,

Wolfgang

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to