Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-07 Thread Dino Viehland
] On Behalf Of Andrew Evans Sent: Wednesday, May 06, 2009 7:34 PM To: Discussion of IronPython Subject: Re: [IronPython] Compiling IronPythonConsole.exe Where can I find the docs on this I am not the best coder but maybe the documentation will help me to understand what your saying *cheers What I

[IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
Hello list I am new here :-) I am trying to figure out how to get IronPythonConsole.exe as I need it for Pyreadline... I am using 2.01 version of IronPython I have tried compiling from source to but to no avail. Is IronPythonConsole obsolete? Thanks in Advance

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Lepisto, Stephen P
To: users@lists.ironpython.com Subject: [IronPython] Compiling IronPythonConsole.exe Hello list I am new here :-) I am trying to figure out how to get IronPythonConsole.exe as I need it for Pyreadline... I am using 2.01 version of IronPython I have tried compiling from source to but to no avail

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread cur...@acm.org
On Wed, May 6, 2009 at 10:53, Andrew Evans andrew.ca...@gmail.com wrote: Hello list I am new here :-) I am trying to figure out how to get IronPythonConsole.exe as I need it for Pyreadline... I am using 2.01 version of IronPython I have tried compiling from source to but to no avail. Is

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
Hello maybe I should explain I have been trying to get readline to work with no success import readline fails with this message No Module Named IronPythonConsole the line in question is in the file ironpython_console.py import clr,sys clr.AddReferenceToFileAndPath(sys.executable) import

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Dino Viehland
in Microsoft.Scripting.dll. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Andrew Evans Sent: Wednesday, May 06, 2009 10:30 AM To: users@lists.ironpython.com Subject: Re: [IronPython] Compiling IronPythonConsole.exe Hello maybe I should explain I have

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
in Microsoft.Scripting.dll. *From:* users-boun...@lists.ironpython.com [mailto: users-boun...@lists.ironpython.com] *On Behalf Of *Andrew Evans *Sent:* Wednesday, May 06, 2009 10:30 AM *To:* users@lists.ironpython.com *Subject:* Re: [IronPython] Compiling IronPythonConsole.exe Hello

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Dino Viehland
...@lists.ironpython.com] On Behalf Of Andrew Evans Sent: Wednesday, May 06, 2009 10:48 AM To: Discussion of IronPython Subject: Re: [IronPython] Compiling IronPythonConsole.exe Hi the ironpython_console.py comes from pyreadine in the folder pyreadline/console/ironpython_console.py the file itself

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
Of *Andrew Evans *Sent:* Wednesday, May 06, 2009 10:48 AM *To:* Discussion of IronPython *Subject:* Re: [IronPython] Compiling IronPythonConsole.exe Hi the ironpython_console.py comes from pyreadine in the folder pyreadline/console/ironpython_console.py the file itself in the areas where

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Lepisto, Stephen P
To: Discussion of IronPython Subject: Re: [IronPython] Compiling IronPythonConsole.exe hmm same error No Module named IronPythonConsole I removed everything related to that but I still get that error in the same file I am confused... it doesn't seem like my system is cached I have rebooted now

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
] *On Behalf Of *Andrew Evans *Sent:* Wednesday, May 06, 2009 11:30 AM *To:* Discussion of IronPython *Subject:* Re: [IronPython] Compiling IronPythonConsole.exe hmm same error No Module named IronPythonConsole I removed everything related to that but I still get that error in the same file I am

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Jörgen Stenarson
Andrew Evans skrev: Hey Stephen thank you You solved my problem (I had copied pyreadline from previously to the ironpython folder.) I modified the file in the ironpython folder... modifying it in the default directory in C:\Python25 fixed it Thank You :-) Andrew, I'm happy to see that

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
Hello pyreadline plays an important part in scapy ( http://www.secdev.org/projects/scapy/) which is what I am porting to IronPython. My reason for this is well I like a challenge. That's the only reason as self serving as that may seem :-P Thats the result of my console Welcome to Scapy

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Dino Viehland
] Compiling IronPythonConsole.exe Hello pyreadline plays an important part in scapy (http://www.secdev.org/projects/scapy/) which is what I am porting to IronPython. My reason for this is well I like a challenge. That's the only reason as self serving as that may seem :-P Thats the result of my console

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
for this scenario let us know J *From:* users-boun...@lists.ironpython.com [mailto: users-boun...@lists.ironpython.com] *On Behalf Of *Andrew Evans *Sent:* Wednesday, May 06, 2009 1:36 PM *To:* Discussion of IronPython *Subject:* Re: [IronPython] Compiling IronPythonConsole.exe Hello pyreadline

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Dino Viehland
...@lists.ironpython.com] On Behalf Of Andrew Evans Sent: Wednesday, May 06, 2009 5:24 PM To: Discussion of IronPython Subject: Re: [IronPython] Compiling IronPythonConsole.exe Hello Ive tried implementing what you suggested with no success I have attached the source just in case you or anyone can shed some

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
*Sent:* Wednesday, May 06, 2009 5:24 PM *To:* Discussion of IronPython *Subject:* Re: [IronPython] Compiling IronPythonConsole.exe Hello Ive tried implementing what you suggested with no success I have attached the source just in case you or anyone can shed some light on it Cheers import

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Dino Viehland
] On Behalf Of Andrew Evans Sent: Wednesday, May 06, 2009 5:56 PM To: Discussion of IronPython Subject: Re: [IronPython] Compiling IronPythonConsole.exe Well I am about ready to give up for the night anyway here is my last error :-) import sys sys.path.append(rC:\Python25\Lib\site-packages) import

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
Evans *Sent:* Wednesday, May 06, 2009 5:56 PM *To:* Discussion of IronPython *Subject:* Re: [IronPython] Compiling IronPythonConsole.exe Well I am about ready to give up for the night anyway here is my last error :-) import sys sys.path.append(rC:\Python25\Lib\site-packages) import

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Dino Viehland
...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.commailto:users-boun...@lists.ironpython.com] On Behalf Of Andrew Evans Sent: Wednesday, May 06, 2009 5:56 PM To: Discussion of IronPython Subject: Re: [IronPython] Compiling IronPythonConsole.exe Well I am about ready to give up

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
...@lists.ironpython.com [mailto: users-boun...@lists.ironpython.com] *On Behalf Of *Andrew Evans *Sent:* Wednesday, May 06, 2009 7:01 PM *To:* Discussion of IronPython *Subject:* Re: [IronPython] Compiling IronPythonConsole.exe hmm I did a search through the code there is no set_Output and I