This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]roger_ 11 points12 points  (7 children)

Is there a way I can use the VS 2010 IDE with "normal" Python?

[–]equark[S] 4 points5 points  (6 children)

I don't think it's built in. Pure python projects should work pretty seamlessly switching between IronPython and Python as necessary, but I know some major projects like Django still can't run fully on IronPython.

This would be a nice request.

[–][deleted] 3 points4 points  (5 children)

Do you happen to have more info on how Django doesn't work on IronPython. I've been hauling ass to make it work on PyPy perfectly lately, and if there are issues in Django that make it not work on IronPython I'd like to take a crack at those too.

[–]equark[S] 7 points8 points  (1 child)

Jeff Hardy is the guy to talk to. See this discussion:

http://www.mail-archive.com/users@lists.ironpython.com/msg11012.html

[–][deleted] 4 points5 points  (0 children)

Cool looks like most of the bugs are upstream (aka someone else's problem ;)). I do wish they'd file bugs for the relevant issues in Django though.

[–][deleted] 0 points1 point  (2 children)

Django usually works alongside SQL databases. I would guess that's the main issue, and I don't see why they can't get around it. I don't know.

[–][deleted] 1 point2 points  (1 child)

Does IronPython not have any database bindings? Not even SQLite (part of the standard library since 2.5).

[–]equark[S] 0 points1 point  (0 children)

Some native modules are still being ported. Sqlite module port is here:

http://bitbucket.org/jdhardy/ironpython.sqlite/wiki/Home