Hi,
Have cxfreeze distilling on Linux and Windows for all scripts. On the Mac
simple scripts work fine and those that are to open a text file and print it
the distill will print blank.
Even simple:
# ps.txt is in dist folder
f = open("ps.txt", "r")
a = f.read()
if a != '"":
print a
f.close()
elif a == "":
print "empty"
f.close()
Out put from >click Open prints empty. And I can have such distills open and
print the file using ./ in the Mac Terminal, which is not OK for the intended
user.
Is there something that I'm not including? Doing?
Thanks,
jkrueger
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users