Re: How to make a standalone Python/Tk program?
> How to make a standalone Python/Tk program(e.g. exe file on Windows)? > Any suggestions are welcome! Hello! Here are a few pointers, try to google: - pyinstaller - python freeze - py2exe or more generally "python to exe" You may have a search on this mailing list, in my mind this topic was discussed recently. Best regards. Sam -- http://mail.python.org/mailman/listinfo/python-list
Re: Problem untaring python2.5
Hello, It is not possible to give sharp hints without more relevant information like: - What is your platform? - Which version of python? - What is the version of: $ tar --version (GNU tar, other proprietary tar, according to my personal experience, AIX tar may fail) - Is your disk full or do you have the correct permissions with your current user? ++ Sam -- http://mail.python.org/mailman/listinfo/python-list