this is my first thread, as I've just discovered this forum.
I actually have a pretty annoying problem.
My swf send a ByteArray to my Python application (a django website), using pyamf gateway.
The communication works fine, but when I try apply the getValue() method on this object, I got :
'ByteArray' object has no attribute 'getValue'
I'v had 'from pyamf.amf3 import ByteArray', but that's not better...
Does anybody have an idea ?
Bookmarks