Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-07 Thread Dino Viehland
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

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
ts sys.stdout/sys.stderr. > > > > *From:* users-boun...@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 IronPythonConso

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Dino Viehland
ython.com> [mailto:users-boun...@lists.ironpython.com<mailto: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 fo

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
ronpython.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 for the night anyway here is my last error >

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Dino Viehland
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(r"C:\Pyt

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
eeds to be constructed. > > > > *From:* users-boun...@lists.ironpython.com [mailto: > users-boun...@lists.ironpython.com] *On Behalf Of *Andrew Evans > *Sent:* Wednesday, May 06, 2009 5:24 PM > > *To:* Discussion of IronPython > *Subject:* Re: [IronPython] Compiling IronPytho

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
n itself – again there could be reasons > why you wouldn’t want this to happen. > > > > If you’ve got suggestions on what you’d like the APIs to look like for this > scenario let us know J > > > > *From:* users-boun...@lists.ironpython.com [mailto: > users-boun...@list

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 co

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 (1.2.0.2

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 s

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
e win32con module is a .pyd module in python25. IronPython 2.0 cannot > load .pyd modules. > > > > > > *From:* users-boun...@lists.ironpython.com [mailto: > users-boun...@lists.ironpython.com] *On Behalf Of *Andrew Evans > *Sent:* Wednesday, May 06, 2009 11:30 AM > > *T

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Lepisto, Stephen P
.com] 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 confu

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
crosoft.Scripting.Hosting.Shell import IConsole > > > > class IronPythonWrapper(IConsole): > > > > *From:* users-boun...@lists.ironpython.com [mailto: > users-boun...@lists.ironpython.com] *On Behalf Of *Andrew Evans > *Sent:* Wednesday, May 06, 2009 10:48 AM > *To:* Discussi

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Dino Viehland
users-boun...@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_consol

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Andrew Evans
space which > lives 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: [IronPyth

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Dino Viehland
es 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

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 Iron

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread cur...@acm.org
On Wed, May 6, 2009 at 10:53, Andrew Evans 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 IronPythonConsole >

Re: [IronPython] Compiling IronPythonConsole.exe

2009-05-06 Thread Lepisto, Stephen P
AM 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 avai

[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 __