Questions tagged [pyamf]

Use pyamf for questions related to the pyAMF framework, which is a Python binding for the Action Message Format (AMF) specification.

References

50 questions
0
votes
1 answer

Limiting pyamf flex sessions or setting a timeout

How do I limit my amf sessions to flex over pyamf? I have set up a pyamf gateway to that serves value objects that originate from a django admin panel, through sqlalchemy to my authenticated flex client. It's working great, however there is a…
Pythovore
  • 77
  • 7
0
votes
1 answer

How to set up PyAMF Django gateway so it uses AMF3?

How to set up PyAMF Django gateway so it uses AMF3 instead of the default AMF0?
Angel
  • 401
  • 1
  • 4
  • 11
0
votes
1 answer

Django + pyamf: Strange exception when calling the gateway from actionscript application

Could you please help. I am using the django-amf-gateway application (http://bitbucket.org/wolever/django-amf-gateway). I defined the gateway this way: from django_amf_gateway import register_amf_service from goserver.models import Game class…
Oleg Tarasenko
  • 9,324
  • 18
  • 73
  • 102
0
votes
1 answer

PyAMF backend choices!

I've been using PyAMF to write a backend for a flex app that will request different groups of hundreds of different images depending on what the client needs. I have been using the "simple_server" WSGI server that PyAMF supplies while developing the…
agartland
  • 1,654
  • 2
  • 15
  • 19
0
votes
1 answer

app-engine-patch with pyamf = No module named encoding

I'm trying to use app-engine-patch with pyamf by following this: http://pyamf.org/wiki/GoogleAppEngine because I want to migrate my Django <-> pyamf application to app-engine-patch <-> pyamf. What I have now is that I created my gateway.py with only…
Perica Zivkovic
  • 2,610
  • 24
  • 32
1 2 3
4