Re: Unable to make ironpython run in browser with silverlight

2011-05-25 Thread ErichCart ErichCart
On May 26, 9:44 am, Jimmy Schementi wrote: > You need to run it from a web-server; it doesn't work when running from > file:// due to Silverlight's security sandbox. Read the comments on my > blog-post, it mentions the web-server there. I see.. But here: http://silverlighttest.zzl.org/silverli

Re: Unable to make ironpython run in browser with silverlight

2011-05-25 Thread Sunny
On May 26, 9:44 am, Jimmy Schementi wrote: > You need to run it from a web-server; it doesn't work when running from > file:// due to Silverlight's security sandbox. Read the comments on my > blog-post, it mentions the web-server there. I see.. But here: http://silverlighttest.zzl.org/silverlig

Re: Unable to make ironpython run in browser with silverlight

2011-05-25 Thread Jimmy Schementi
You need to run it from a web-server; it doesn't work when running from file:// due to Silverlight's security sandbox. Read the comments on my blog-post, it mentions the web-server there. -- http://mail.python.org/mailman/listinfo/python-list

Re: Unable to make ironpython run in browser with silverlight

2011-05-25 Thread ErichCart ErichCart
Here is how it looks on free webhosting account: http://silverlighttest.zzl.org/silverlighttest.html It is supposed to show a window with "Hello from python", but it shows smth else completely. -- http://mail.python.org/mailman/listinfo/python-list