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
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
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
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
>
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
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
...@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
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
] 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
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
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
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
.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
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
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
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
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
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
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
>
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
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
__
21 matches
Mail list logo