+ Reply to Thread
Results 1 to 3 of 3

Thread: pyamf ByteArray : no getValue() !

  1. zgui is offline Newborn member little-flashed member zgui is on a distinguished road
    Join Date
    Mar 2009
    Age
    28
    Posts
    1

    pyamf ByteArray : no getValue() !

    hi everybody =)

    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 ?

    Thanks, and congrats for this forum =)

  2. Join Date
    May 2009
    Posts
    1

    method name is LC only :)

    Hi, the methon name is lower case only. Use getvalue().

    HTH
    cornelius
    http://www.magic-markup.de

  3. Join Date
    Aug 2009
    Posts
    1
    I also have the same problem as you had , please can any one provide some good solution for that??
    -------------------------------
    stock

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts