[Ironpython-users] IronPython, Daily Digest 3/25/2014
CodePlex
no_reply at codeplex.com
Wed Mar 26 08:28:20 CET 2014
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] add support for pymongo
2. [New comment] add support for pymongo
3. [New comment] add support for pymongo
----------------------------------------------
ISSUES
1. [New comment] add support for pymongo
http://ironpython.codeplex.com/workitem/35075
User MarkusSchaber has commented on the issue:
"<p>I don't know much about the architecture of pymongo.</p><p>If the "missing pieces" is that IronPython does not support cPython extensions, I don't see an easy way to solve that problem (exept maybe the [IronClad](https://code.google.com/p/ironclad/) project which seems to be dormant and outdated now...).</p><p>If the "missing pieces" is some small bugs in cTypes or something else, it should be possible to get those fixed to get it work.</p>"-----------------
2. [New comment] add support for pymongo
http://ironpython.codeplex.com/workitem/35075
User MarkusSchaber has commented on the issue:
"<p>Another way may be to reimplement the C part of pymongo in C#, and keep the Python part of it</p>"-----------------
3. [New comment] add support for pymongo
http://ironpython.codeplex.com/workitem/35075
User robden has commented on the issue:
"<p>I rebuilt pymongo without C extensions and got the same error. With some digging, I tracked this specific issue down to a difference between CPython and IronPython:</p><p>import datetime<br>dt = datetime.datetime.now()<br>dt.replace(microsecond=1000L)</p><p>The above works fine in CPython but fails in IronPython with:<br>TypeError: Specified cast is not valid</p>"
----------------------------------------------
----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.
To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20140326/5c06dbc3/attachment.html>
More information about the Ironpython-users
mailing list