Re: [Ironpython-users] [IronPython] unittest crash on mono

2012-04-25 Thread Dino Viehland
It looks like the current signal implementation won't work off of Windows. There's a call to SetConsoleControlHandler that happens when the signal module gets imported - which is very windows specific and is going to fail on all other platforms. This can all be handled at runtime in a gracef

Re: [Ironpython-users] Mono and Ironpython

2012-04-25 Thread Dino Viehland
One approach which might work, and could potentially be easier, would be starting with the Django 3.x branch and then update IronPython so it has the required 3.x features under the -X:Python30 command line option. I'm just thinking it might be easier in a world where Django was getting Unicode

Re: [Ironpython-users] Mono and Ironpython

2012-04-25 Thread Pratik Paranjape
Thanks for the inputs Vernon, Jeff. Just checked Jeff's old posts and bitbucket page, it does not look pretty, at least with my current time constraints. The only thing that I absolutely can not avoid using is the .NET library , so I can get away with using cherrypy/ironpython as middle tier betw

Re: [Ironpython-users] Mono and Ironpython

2012-04-25 Thread Jeff Hardy
On Wed, Apr 25, 2012 at 8:34 AM, Vernon Cole wrote: > Ummm... reality check... > > Patrik: >   I have been lurking on the django developers list (along with IronPython) > for several years hoping for exactly the combination you are suggesting.  I > am unaware that anyone has tackled the project of

Re: [Ironpython-users] [IronPython] unittest crash on mono

2012-04-25 Thread Fruchter, Israel
Thanks Michael, Anyone can point me in the right direction ? I also tried this: /extra/views/ifruchte/mono/IronPython-2.7.2.1> ../install/bin/mono ipy.exe -c "import sys; print sys.builtin_module_names" ('__builtin__', 'sys', 'unicodedata', 'exceptions', 'clr', '_ast', 'imp', 'future_builtins'

Re: [Ironpython-users] Mono and Ironpython

2012-04-25 Thread Vernon Cole
Ummm... reality check... Patrik: I have been lurking on the django developers list (along with IronPython) for several years hoping for exactly the combination you are suggesting. I am unaware that anyone has tackled the project of making django run on IronPython yet, on either Windows or mono.

Re: [Ironpython-users] Mono and Ironpython

2012-04-25 Thread Pratik Paranjape
On Wed, Apr 25, 2012 at 6:58 PM, Slide wrote: > 64-bit or 32-bit? > 32 bit. Its a shared hosting server. Mono is installed in $HOME. > On Wed, Apr 25, 2012 at 6:19 AM, Pratik Paranjape > wrote: > > On Wed, Apr 25, 2012 at 5:58 PM, Slide wrote: > >> > >> What version of CentOS and Mono? > > >

Re: [Ironpython-users] Mono and Ironpython

2012-04-25 Thread Slide
64-bit or 32-bit? On Wed, Apr 25, 2012 at 6:19 AM, Pratik Paranjape wrote: > On Wed, Apr 25, 2012 at 5:58 PM, Slide wrote: >> >> What version of CentOS and Mono? > > > CentOS : 5.8 (Final) > Mono: 2.10.2 > > > >> >> On Apr 25, 2012 4:56 AM, "Pratik Paranjape" >> wrote: >>> >>> Thank you all

Re: [Ironpython-users] Mono and Ironpython

2012-04-25 Thread Pratik Paranjape
On Wed, Apr 25, 2012 at 5:58 PM, Slide wrote: > What version of CentOS and Mono? > CentOS : 5.8 (Final) Mono: 2.10.2 > On Apr 25, 2012 4:56 AM, "Pratik Paranjape" > wrote: > >> Thank you all for taking it up. >> >> I am still getting errors (like close to 2000) building latest trunk and

[Ironpython-users] IronPython, Daily Digest 4/24/2012

2012-04-25 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] Occasional build error for Silverlight targets -- ISSUES 1. [New comment] Occasional build error for Silverlight targets http:/

Re: [Ironpython-users] Mono and Ironpython

2012-04-25 Thread Slide
What version of CentOS and Mono? On Apr 25, 2012 4:56 AM, "Pratik Paranjape" wrote: > Thank you all for taking it up. > > I am still getting errors (like close to 2000) building latest trunk and > and tag 2.7.2.1, CentOS Mono. > > I think the platform combination is out of usual ipy use? > > I wi

Re: [Ironpython-users] Mono and Ironpython

2012-04-25 Thread Pratik Paranjape
Thank you all for taking it up. I am still getting errors (like close to 2000) building latest trunk and and tag 2.7.2.1, CentOS Mono. I think the platform combination is out of usual ipy use? I will try working with binaries or some workaround. My aim is to use a .NET library with Django as fro