I've run into this on my Mac -- This was a while back, around the time there were various issues being resolved between the Unix and Windows command line, so assumed it was something that would work its way through the system from the Linux side of the testing world.
Guess not.I'll crack open my iB
Someone using Mac OS X could comment on this?
http://alienghic.livejournal.com/359786.html
--
Seo Sanghyeon
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
2006/10/24, Dino Viehland <[EMAIL PROTECTED]>:
> Or are these helper methods to go from string -> byte array and back again
Yes.
> (presumably w/ some encoding as a parameter?).
No.
> If that's the case I'm not sure how this differs from
> System.Text.Encoding.GetString / GetBytes.
It doesn't
This one will require a bit of investigation... Can you give the exception you
get whe you just do obj.MyMethod() after the CreateInstance call (w/o the
wrapping into the typedproxy)? If you could get this when running w/ the
-X:ExceptionDetails command line switch that'd be very helpful.
It
I'm not sure I know what the obvious thing here is... is GetString the same as
calling ToString (after importing clr or a .NET namespace)?
Or are these helper methods to go from string -> byte array and back again
(presumably w/ some encoding as a parameter?). If that's the case I'm not sure
As I recall, at least for a time there were weekly listings of Python hits sent
out to comp.lang.python. But that was some time ago for me. Something more
IronPython-specific could be done...
From: [EMAIL PROTECTED] on behalf of Sanghyeon Seo
Sent: Sat 10/21/2
I run into a problem similar to "Remoting is broken for well-known objects"
work item id 470.
But I'm using the following pattern (to access a DCOM object):
>>>t = System.Type.GetTypeFromProgID("Namespace.MyRemoteType",
>>>"MyRemoteMachineName")
>>>obj = System.Activator.CreateInstance(t)
I tr
Hello Seo,
Yes I have on py.cz 2 posts about using
ADO.NET:
1) Using Reader object to retrieve data
2) Using DataSet and DataAdapter to
retrieve data
Should I post it here?
"Sanghyeon Seo"
<[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
21.10.2006 09:24
Please respond to
Discussion of