Re: [Ironpython-users] Mono and Ironpython

2012-04-30 Thread Slide
For what its worth, I am able to build the latest trunk with mono 2.10.2 on CentOS 5.8. On Mon, Apr 23, 2012 at 2:58 PM, Pratik Paranjape wrote: > Thanks for reply. > > command I was using: > $> xbuild /p:Configuration=Release Solutions/IronPython.sln > > I checked common.proj, but I am not sure

Re: [Ironpython-users] Mono and Ironpython

2012-04-25 Thread Dino Viehland
t: Re: [Ironpython-users] Mono and Ironpython 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

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] 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
t;>> Keith Rome > >>>> Senior Consultant and Architect > >>>> MCPD-EAD, MCSD, MCDBA, MCTS-WPF, MCTS-TFS, MCTS-WSS > >>>> Wintellect | 770.617.4016 | kr...@wintellect.com > >>>> www.wintellect.com > >>>> > >>>>

Re: [Ironpython-users] Mono and Ironpython

2012-04-25 Thread Slide
nsultant and Architect >>>> MCPD-EAD, MCSD, MCDBA, MCTS-WPF, MCTS-TFS, MCTS-WSS >>>> Wintellect | 770.617.4016 | kr...@wintellect.com >>>> www.wintellect.com >>>> >>>> >>>> -Original Message- >>>> From: Slide

Re: [Ironpython-users] Mono and Ironpython

2012-04-25 Thread Pratik Paranjape
;> Keith Rome >>> Senior Consultant and Architect >>> MCPD-EAD, MCSD, MCDBA, MCTS-WPF, MCTS-TFS, MCTS-WSS >>> Wintellect | 770.617.4016 | kr...@wintellect.com >>> www.wintellect.com >>> >>> >>> -----Original Message-

Re: [Ironpython-users] Mono and Ironpython

2012-04-25 Thread Slide
> >> -Original Message- >> From: Slide [mailto:slide.o@gmail.com] >> Sent: Tuesday, April 24, 2012 12:43 PM >> To: Keith Rome >> Cc: Tomas Matousek; trapped.into.c...@gmail.com; >> ironpython-users@python.org >> Subject: Re: [Ironpython-users] Mo

Re: [Ironpython-users] Mono and Ironpython

2012-04-25 Thread Pratik Paranjape
| 770.617.4016 | kr...@wintellect.com > www.wintellect.com > > > -Original Message- > From: Slide [mailto:slide.o@gmail.com] > Sent: Tuesday, April 24, 2012 12:43 PM > To: Keith Rome > Cc: Tomas Matousek; trapped.into.c...@gmail.com; > ironpython-users@python.o

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Keith Rome
nto.c...@gmail.com; ironpython-users@python.org Subject: Re: [Ironpython-users] Mono and Ironpython What about context.LanguageContext.SystemStateModules? On Tue, Apr 24, 2012 at 9:37 AM, Keith Rome wrote: > That one was my fault, as it wasn't obvious to me how to reach > sys.modules oth

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Tomas Matousek
:ironpython-users@python.org> Subject: Re: [Ironpython-users] Mono and Ironpython I have also been having problems getting Microsoft.Dynamic to build for the Silverlight targets. If I revert commit 4d99cbae91724fc9b982b581d5ad79193991439e "Win8 build fixes" from around 10 days ago, t

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Slide
as.matou...@microsoft.com] > Sent: Tuesday, April 24, 2012 12:27 PM > To: Tomas Matousek; Keith Rome; trapped.into.c...@gmail.com; Slide > Cc: ironpython-users@python.org > Subject: RE: [Ironpython-users] Mono and Ironpython > > > > Fixed. > > > > There is one remaining e

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Keith Rome
ct.com<mailto:r...@wintellect.com> www.wintellect.com<http://www.wintellect.com/> From: Tomas Matousek [mailto:tomas.matou...@microsoft.com] Sent: Tuesday, April 24, 2012 12:27 PM To: Tomas Matousek; Keith Rome; trapped.into.c...@gmail.com; Slide Cc: ironpython-users@python.org Subject: RE: [Ironpython

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Tomas Matousek
; Slide Cc: ironpython-users@python.org Subject: Re: [Ironpython-users] Mono and Ironpython I have also been having problems getting Microsoft.Dynamic to build for the Silverlight targets. If I revert commit 4d99cbae91724fc9b982b581d5ad79193991439e "Win8 build fixes" from around 10 days

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Keith Rome
alf Of Pratik Paranjape Sent: Monday, April 23, 2012 5:59 PM To: Slide Cc: ironpython-users@python.org Subject: Re: [Ironpython-users] Mono and Ironpython Thanks for reply. command I was using: $> xbuild /p:Configuration=Release Solutions/IronPython.sln I checked common.proj, but I am not s

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Pratik Paranjape
I installed mono from source...they laid out full 4.0 compiler support in 2.8. But they also say this in road map for 2.12: "Complete .NET 4.0 Core Support " current is 2.10 is that possibly what I am missing? I can go in detail with dependencies if they are listed somewhere Thanks again.

Re: [Ironpython-users] Mono and Ironpython

2012-04-24 Thread Pratik Paranjape
Thanks for reply. command I was using: $> xbuild /p:Configuration=Release Solutions/IronPython.sln I checked common.proj, but I am not sure what platform to choose. CentOS Mono 2.10. Error stack: Errors: /home/user/ironpysource/IronLanguages-main-77f5251/Solutions/IronPython.sln (default targe

Re: [Ironpython-users] Mono and Ironpython

2012-04-23 Thread Eddy Pronk
Looks similar to the problem I posted about last week. See this thread: http://mail.python.org/pipermail/ironpython-users/2012-April/015910.html Eddy On Tue, Apr 24, 2012 at 5:25 AM, Pratik Paranjape wrote: > I am trying to install IronPython over Mono, on CentOS in my Home folder. > > > Trying

Re: [Ironpython-users] Mono and Ironpython

2012-04-23 Thread Slide
Do you have the 4.0 BCL and what not installed? slide On Mon, Apr 23, 2012 at 2:58 PM, Pratik Paranjape wrote: > Thanks for reply. > > command I was using: > $> xbuild /p:Configuration=Release Solutions/IronPython.sln > > I checked common.proj, but I am not sure what platform to choose. CentOS >

Re: [Ironpython-users] Mono and Ironpython

2012-04-23 Thread Slide
Please post the build errors. IronPython.Mono.sln does not exist anymore, you should be able to use the normal sln file. You may need to set /p:Configuration="SOMETHING" /p:Platform="SOMETHING". To determine the SOMETHING's check the Common.csproj for the different configurations and platforms. sl

[Ironpython-users] Mono and Ironpython

2012-04-23 Thread Pratik Paranjape
I am trying to install IronPython over Mono, on CentOS in my Home folder. Trying to follow instruction here: https://github.com/IronLanguages/main/wiki/Building But...IronPython.Mono.sln does not exist. Building with IronPython.sln gives errors. Am I doing something wrong or there are updated