Re: pyodbc: Works in Plain Python, Django 1.8 Shell Throws Error

2015-04-28 Thread Ederson Mota Pereira
Hi Matt, I have been through something similar some days ago. Reverting to the 3.0.7 pyodbc version worked for me. If you are using pip, maybe you will need to use --allow-external and --allow-unverified flags. Be warned of the security issues of doing something like this. Att, On Mon, Apr

Re: DjangoAMF vs. pyAMF - any opinions?

2008-06-17 Thread Ederson Mota Pereira
working. ;) I'd like to say too, that using the last version of PyAMF (0.3.1), I didn't had any problem with simple objects. :) Thanks again Eder On 6/17/08, Krzysztof Ciesielski <[EMAIL PROTECTED]> wrote: > > > On Sat, Jun 14, 2008 at 11:52 PM, Ederson Mota Pereira <[EMAIL P

Re: DjangoAMF vs. pyAMF - any opinions?

2008-06-14 Thread Ederson Mota Pereira
Hi Cristopher, Thanks for you feedback. I'm working only with PyAMF now. My example application is working fine with Flex 3 and exposed methods in django side, but I'm having problem with class mapping of the Django models. (More specifically, in the Flex side: TypeError: Error #1034: Type

Re: DjangoAMF vs. pyAMF - any opinions?

2008-06-13 Thread Ederson Mota Pereira
Hi J Peyret... I'm in the same trouble that you... Do you have an advice for me, based in you researchs and in your knowledges after this message (May 2)? Thanks a lot On 5/2/08, J Peyret <[EMAIL PROTECTED]> wrote: > > > I am just starting out with Flex 3 and I'd like to know if anybody's >