[IronPython] ipy in Emacs with TabCompletion

2006-09-07 Thread S H Yoon
This is not really a bug, but I am attempting to use XEmacs in WinXP with TabCompletion and XEmacs basically goes into a infinite loop printing below.---c:\Documents and Settings\Hoon\Desktop>ipy -X:TabCompletionipy -X:TabCompletionIronPython 1.0.60816 on .NET 2.0.50727.42Copyright (c)

Re: [IronPython] IDE status info

2006-09-07 Thread J. Merrill
I am not affiliated with the company or product I'm about to discuss in any way; I have not purchased it myself. For those who are discouraged by the need to have a version of Visual Studio that costs money (as the Express version doesn't support plug-ins) in order to get IronPython integration

Re: [IronPython] [ANN] IronPython 1.0 released today!

2006-09-07 Thread Martin Maly
Thank you for letting us know. I've corrected your name. Please accept our apologies for misspelling it. Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szymon Kobalczyk Sent: Thursday, September 07, 2006 2:33 AM To: Discussion of IronPython Subje

Re: [IronPython] CherryPy 3 on top of IronPython 1.0... kind of working

2006-09-07 Thread Sylvain Hellegouarch
> 2006/9/6, Sylvain Hellegouarch <[EMAIL PROTECTED]>: >> a. First string.encode('hex') is not implemented so: >> LookupError: unknown encoding: hex > > This is CodePlex 1214. > http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPython&WorkItemId=1214 > > As I commented, this can be easily "

Re: [IronPython] CherryPy 3 on top of IronPython 1.0... kind of working

2006-09-07 Thread Sanghyeon Seo
2006/9/6, Sylvain Hellegouarch <[EMAIL PROTECTED]>: > a. First string.encode('hex') is not implemented so: > LookupError: unknown encoding: hex This is CodePlex 1214. http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPython&WorkItemId=1214 As I commented, this can be easily "fixed" by ad

[IronPython] Passing Arguments in hosted enviroment

2006-09-07 Thread Bernd Rössl
Title: Passing Arguments in hosted enviroment Hello list, Great to see 1.0 prod. Is out :) Anyway, currently i'm embedding ironpython to a web application. This gives us the ability to write extension and modules in python. One requirement is the possibility to pass arguments from the us

Re: [IronPython] [ANN] IronPython 1.0 released today!

2006-09-07 Thread Szymon Kobalczyk
On behalf of BizMind team at SoftwareMind, congratulations and thank you for making this such a great product and sharing it with the community starting from the early stages. Also thanks for all the people in this mailing list for helping us all. -- Szymon Kobalczyk SoftwareMind [EMAIL PROTECT

[IronPython] xmlrpclib example

2006-09-07 Thread Sanghyeon Seo
Python has a great xmlrpclib module to do XML-RPC as part of its standard library: http://docs.python.org/lib/module-xmlrpclib.html Today I tried it with IronPython and it just worked. You need to be able to load Python standard libraries. In addition, you need pyexpat.py I wrote: http://sparcs.k

Re: [IronPython] [ANN] IronPython 1.0 released today!

2006-09-07 Thread Mark Spink
I had the same problem, but it downloaded fine after several retries. Mark On Wed, 2006-09-06 at 11:10 -0700, Keith J. Farmer wrote: > I saw that. After logging in, I was able to successfully download. I don't > know if it was a timing issue or a login issue. > >

[IronPython] CherryPy on IronPython update

2006-09-07 Thread Sanghyeon Seo
This post updates: http://lists.ironpython.com/pipermail/users-ironpython.com/2006-May/002254.html Summary: it's still flaky. At least on Mono, it randomly segfaults. However, the patch is much shorter. Files are available on the same place: http://sparcs.kaist.ac.kr/~tinuviel/fepy/ironcherry/ M

Re: [IronPython] IronPython is Referenced on SlashDot

2006-09-07 Thread Keith J. Farmer
.. with all the typical slashdottiness.  For all the typing they do, there’s precious little reading going on.   - Keith J. Farmer [EMAIL PROTECTED] From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Maly Sent: Wednesday, 06

Re: [IronPython] [ANN] IronPython 1.0 released today!

2006-09-07 Thread Thane Plummer
Here's a link to the Udell video: http://weblog.infoworld.com/udell/screenroom/ironpython_wmv.html An excellent overview of ipy by Jim. At the risk of sounding redundant, thanks to the entire IronPython team for creating such a great 1.0 release! "import this" _ From: [E