Re: [IronPython] Database Engine for Django on IronPython

2009-10-23 Thread Josh
same code, with little or no modification, and run it under IIS + IronPython against that same PostgreSQL database using one of the PostgreSQL .NET data providers. Cheers, -Josh ___ Users mailing list Users@lists.ironpython.com http://lists.iron

Re: [IronPython] adodbapi works correctly on RC1.

2009-10-20 Thread Josh
"I Py 2.6 RC1 successfully passes all tests for adodbapi. Congratulations! You now have a fully PEP 249 compliant database engine on IronPython." Excellent. I wonder if this bodes well for Django out of the box on IPy 2.6? Is there still an issue of Django's handling of Unicode for binary dat

[IronPython] IronPython 2.6rc1 / PyDev: Breakpoint No Workie?

2009-09-23 Thread Josh
Hello, Like many I am eagerly anticipating the Python 2.6 release for its sys.settrace support and more specifically, the ability to use normal Python debuggers with IronPython. Has anyone been able to get 2.6rc1 to work (as far as debugging and setting breakpoints) with Eclipse Gailieo and

[IronPython] Functions requiring a byte[]

2009-02-14 Thread Josh Green
I assume I have to create an array somehow... But I don't know how! Any help you guys can give me would be fantastic, and any suggestions of places where I might find relevant documentation on these issues (CLR type conversion to Python types, etc) I would be grateful for your advice. Thanks

[IronPython] Svn/Cvs API's?

2006-10-29 Thread Josh Cassell
ble? Also, what simple simple cmd-line only windows tools might be available that let someone get a set of files from an Svn repository? Thanks! Josh ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo

Re: [IronPython] Svn/Cvs API's?

2006-10-29 Thread Josh Cassell
woops that should have been one simple, but I will certainly take simple simple! :D From: Josh Cassell Sent: Sunday, October 29, 2006 2:43 AM To: users@lists.ironpython.com Subject: Svn/Cvs API's? Hi guys, I've had some awful experiences using shell

[IronPython] pyd files

2006-10-03 Thread Josh Cassell
!   Josh ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] [ANN] IronPython Community Edition 1.0r2

2006-09-29 Thread Josh Ritter
http://fepy.sourceforge.net/license.html You really need to remove the "Do What the F*ck You Want to Public License" Where english is the primary language this reads as either: A) Offensive B) Childish Neither of which is particularly good. -Josh Ritter President Prairie Games

Re: [IronPython] Pyc IronPython Sample

2006-09-18 Thread Josh Cassell
Just out of curiosity. Is the dll/exe consumable by other .NET apps? I had read in the sdk that the compiled code created would not be usable by other .NET apps I thought. Does this have the same limitations?   Thanks Josh   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[IronPython] PEP 342 - Coroutines via Enhanced Generators

2006-05-08 Thread Josh Ritter
I really like Python 2.5's coroutines implemented via enhanced generator support. http://www.python.org/dev/peps/pep-0342 I am wondering if there is a timeline for IronPython to support them? IronPython looks great... coroutines and a Twisted reactor would be really fun :) Thanks,