PyAMF 0.1.0 alpha

2007-12-12 Thread Arnar
Hello folks, As a followup to previous posts on this list, some people might be interested in the following: We are pleased to announce the first alpha version of PyAMF. PyAMF [1] is a lightweight library that allows Flash and Python applications to communicate via Adobe's ActionScript Message

Re: Django and PyAMF, AMF remoting

2007-11-26 Thread Arnar
fails on is in that module. Is Django on your python path? It is due to a trick we have to use to both call our subpackage "django" and still be able to import the real (top-level) django package. The trick is to mess with sys.modules a bit (see the code). Please stop by on the pyamf dev

Django and PyAMF, AMF remoting

2007-11-09 Thread Arnar
urapp.amfgateway.echoGateway'}), ) Hope you check it out and give us a hand with testing. The project website is http://pyamf.org/ cheers, Arnar ps. we are aware of DjangoAMF, PyAMF is meant as a more generic AMF implementation - not exclusive to Django. --~--~-~--~~---