Re: [IronPython] urllib.urlopen(url).read() problem

2007-05-22 Thread Benjamin West
> > Am I doing something wrong? urllib2 works. > > Thanks, > > Ben West > > I think this is an IronPython bug. > > The simplest solution is to use FEPY_OPTIONS=network, which lets IPCE > to use FePy's version of socket, select, and ssl module. More here: > > http://fepy.sourceforge.net/doc/fepy-op

Re: [IronPython] urllib.urlopen(url).read() problem

2007-05-22 Thread Sanghyeon Seo
2007/5/23, Benjamin West <[EMAIL PROTECTED]>: > I was having trouble using urllib. I tried using IP 1.1, and IPCE-r6 > and got the same results. I also tried pointing ipy at the stdlib in > both a cygwin install and a windows install with similar results. > > Am I doing something wrong? urllib2

Re: [IronPython] PythonEngine in separate AppDomain?

2007-05-22 Thread Dino Viehland
Are you getting this even if you don't do anything w/ permissions? You're going to have a tough time running IronPython in partial trust before .NET 2.0 SP1 or Orcas. In SP1 of the CLR (which is the CLR included w/ Orcas and I believe will ship stand-alone as its own SP at some point) various

[IronPython] VST/DLR running on Silverlight!

2007-05-22 Thread M. David Peterson
FYI... Peter Fisk now has Vista Smalltalk running via the DLR inside of Silverlight. http://vistasmalltalk.wordpress.com/2007/05/22/smalltalk-in-silverlight-workspace-windows/ and http://vistasmalltalk.wordpress.com/2007/05/22/smalltalk-in-silverlight-macintosh-test/ -- /M:D M. David Peterson

[IronPython] PythonEngine in separate AppDomain?

2007-05-22 Thread michael_sweeney
Hi All, I have been using the PythonEngine to host IronPython in my application, it works great. I have a need to host the PythonEngine in a separate AppDomain and then provide an API back to the default app domain. I am running into the black-hole of Security issues. I get the following Fi

[IronPython] urllib.urlopen(url).read() problem

2007-05-22 Thread Benjamin West
I was having trouble using urllib. I tried using IP 1.1, and IPCE-r6 and got the same results. I also tried pointing ipy at the stdlib in both a cygwin install and a windows install with similar results. Am I doing something wrong? urllib2 works. Thanks, Ben West ---

Re: [IronPython] None in sys.path

2007-05-22 Thread Dino Viehland
Thanks for the report Michael. I've opened bug #10474 for this (http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=10474) and assigned it to the 2.0 Alpha 2 release for the time being. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michae