[Ironpython-users] Sphinx

2013-06-24 Thread Matthew Baker
Hi there, I have attempted with little success to get Sphinx operational for IronPython. The major issue seems to me to be surrounding pickling and unpickling of key files in the Sphinx build process. I was wondering if any else has or has attempted to get Sphinx up and running under IronPython

Re: [Ironpython-users] Vedr: issue with ironpython and silverlight

2013-06-24 Thread Keith Rome
Sounds like it might be a problem with your Intranet security zone settings in IE (assuming you are using IE). We use IP in Silverlight, but it is a secondary compilation target (WPF is primary). It still works as far as I know. Keith Rome Senior Consultant and Architect MCPD-EAD, MCSD, MCDBA,

Re: [Ironpython-users] issue with ironpython and silverlight

2013-06-24 Thread Jeff Hardy
On Mon, Jun 24, 2013 at 2:02 PM, Endre Paanoe wrote: > Yes, I suspected that. My last silverlight installation is 5, and my last > .net 4.5 (ofcourse, I got into this "since it doesn't work, let me try to > install everything" trap). > > What puzzles me is; If a view the silverlight xpa file from

[Ironpython-users] Vedr: issue with ironpython and silverlight

2013-06-24 Thread Endre Paanoe
Yes, I suspected that. My last silverlight installation is 5, and my last .net 4.5 (ofcourse, I got into this "since it doesn't work, let me try to install everything" trap). What puzzles me is; If a view the silverlight xpa file from the web, it does work. If I download it, (and the associated

Re: [Ironpython-users] issue with ironpython and silverlight

2013-06-24 Thread Jeff Hardy
It could be a versioning issue; check what version of SL you have, and what version(s) you're building against. Honestly, SL is a barely maintained; it never had a good test infrastructure, and nobody has stepped up to provide support for it. - Jeff On Sat, Jun 22, 2013 at 3:57 AM, Endre Paanoe

[Ironpython-users] issue with ironpython and silverlight

2013-06-24 Thread Endre Paanoe
Here is my problem: When I try to view the file :  http://www.voidspace.org.uk/ironpython/minimal2/index.html it works fine...however, when I download it, and try to run it locally, the .xap file doesn't seem to load. When I start iis, and place all there, it still doesn't load the .xap file. Wh

[Ironpython-users] IronPython, Daily Digest 6/23/2013

2013-06-24 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [Status update] Implement winsound module 2. [Status update] Does anyone use IronPython binaries without installation?!? 3. [New issue] ast.parse fails on semicolon --