pyamf
httplib binary data and UnicodeDecodeError in python 2.7
I just discovered that starting with Python 2.7, the httplib doesn\'t work anymore with binary data, breaking modules that where sending binary data over HTTP, one example being PyAMF[详细]
2023-03-14 23:29 分类:问答Deploying PyAMF Django project on Apache with mod_wsgi
I have installed PyAMF, Django, Apache2, and mod_wsgi on a Mac OS X 10.6 machine. While developing the project I used Django development servier. I would like to continue to use http://localhost:8000/[详细]
2023-03-13 13:52 分类:问答data push using django
I\'m interested in doing data-push from django to flex, can this be done using pyamf (tutorials or examples are highly appreciated)?[详细]
2023-03-01 09:49 分类:问答pyamf exclude property not working on db.ReferenceProperty
I am using pyamf with google app engine. I am trying to exclude a property fr开发者_高级运维om the pyamf encoding. This is the syntax I am using:[详细]
2023-02-13 13:39 分类:问答How should I jump into the Flex-Python Boat
http://www.artima.com/weblogs/viewpost.jsp?thread=208528 Bruce Eckel talked about using Flex and Python together. 开发者_StackOverflowSince then, we have had PyAMF and the likes.[详细]
2023-01-27 06:06 分类:问答How to upload files in flex using PyAMF or PhpAMF? client side, and very little server side help needed
Hy! I need to upload a group of images using flex with robotlegs. I need a progress bar to work when image is uploading.[详细]
2023-01-21 07:13 分类:问答i got this error: "ImportError: cannot import name python" How do I fix it?
File \"G:\\Python25\\Lib\\site-packages\\PyAMF-0.6b2-py2.5-win32.egg\\pyamf\\util\\__init__.py\", line 15, in <module>[详细]
2023-01-16 09:57 分类:问答How pyamf.amf3.ByteArray save to ImageField?
开发者_如何转开发I\'m getting object \'pyamf.amf3.ByteArray\' How can I save it to ImageField ?obj - an object in django, data - array which get from Flash application[详细]
2023-01-09 04:54 分类:问答How can I map field names between Django/PyAMF and Flex?
For example, using my UserProfile model: class UserProfile(models.Model): user= models.ForeignKey( User, unique=True )[详细]
2023-01-02 09:39 分类:问答Can PyAMF support service deployment by way of the filesystem?
I\'m evaluating PyAMF to replace our current PHP (ugh) AMF services framework, and I\'m unable to find the one crucial piece of information that would allow me to provide a compelling use case for cha[详细]
2022-12-27 12:14 分类:问答