Sunday, March 22, 2009

AmFast 0.2.2 Released!

The latest version of AmFast is out. Improvements include an Actionscript code generator, an example using the Twisted framework, and several bug fixes.

5 comments:

  1. This is exciting! Thanks so much for your efforts and sharing with the community.

    ReplyDelete
  2. Is there a compiled version for Windows? And thanks so much for the your efforts.

    ml

    ReplyDelete
  3. There is not yet a compiled version for Windows. I work with Unix/Linux and I don't have the tools or knowledge to create a Windows binary.

    ReplyDelete
  4. minhl,

    Maybe this is a late answer to you but I think it could help others that reach this blog from now.
    There is a easy way to compile amfast on a windows box. Follow these steps:

    1- Download and install MinGW. http://sourceforge.net/project/showfiles.php?group_id=2435

    2 - Add {MinGW}\bin directory to the system PATH

    3 - Download and unpack amfast source code: http://pypi.python.org/packages/source/A/AmFast/AmFast-0.2.3.tar.gz#md5=817154711786e165b3e64f4c3eebfeca

    3 - In the directory you've unpacked amfast type: "python setup.py build -c mingw32" and then "python setup.py install"

    I done this in a Windows Vista box with python 2.5.4 and other with python 2.6.1 and I had success on both cases.

    ReplyDelete
  5. Thanks for the info on getting AmFast compiled for Windows. I'm not much of Windows user, so I hadn't had a chance to figure it out yet.

    ReplyDelete