Re: [IronPython] Compiling IronPython for .NET 3.5

2011-05-06 Thread Raghavendra Chandrashekara
v2Debug” or “v2Release”. The default configuration “Debug” builds for > V4. > >> > >> > >> > >> Tomas > >> > >> > >> > >> *From:* users-boun...@lists.ironpython.com [mailto: > >> users-boun...@lists.ironpython.co

Re: [IronPython] Compiling IronPython for .NET 3.5

2011-05-06 Thread Raghavendra Chandrashekara
nks, > > Raj > > On Fri, May 6, 2011 at 9:45 PM, Tomas Matousek < > tomas.matou...@microsoft.com> wrote: > >> Do not change any project settings. Just select build configuration >> “v2Debug” or “v2Release”. The default configuration “Debug” builds for V4. >> &

Re: [IronPython] Compiling IronPython for .NET 3.5

2011-05-06 Thread Slide
onfiguration >> “v2Debug” or “v2Release”. The default configuration “Debug” builds for V4. >> >> >> >> Tomas >> >> >> >> *From:* users-boun...@lists.ironpython.com [mailto: >> users-boun...@lists.ironpython.com] *On Behalf Of *Ragh

Re: [IronPython] Compiling IronPython for .NET 3.5

2011-05-06 Thread Raghavendra Chandrashekara
ekara > *Sent:* Friday, May 06, 2011 5:26 PM > *To:* users@lists.ironpython.com > *Subject:* [IronPython] Compiling IronPython for .NET 3.5 > > > > Hi All, > > I am trying to compile IronPython for .NET Framework v 3.5. I have > downloaded the source code from > htt

Re: [IronPython] Compiling IronPython for .NET 3.5

2011-05-06 Thread Tomas Matousek
andrashekara Sent: Friday, May 06, 2011 5:26 PM To: users@lists.ironpython.com Subject: [IronPython] Compiling IronPython for .NET 3.5 Hi All, I am trying to compile IronPython for .NET Framework v 3.5. I have downloaded the source code from https://github.com/IronLanguages/main/zipball/ipy-2.7.

[IronPython] Compiling IronPython for .NET 3.5

2011-05-06 Thread Raghavendra Chandrashekara
Hi All, I am trying to compile IronPython for .NET Framework v 3.5. I have downloaded the source code from https://github.com/IronLanguages/main/zipball/ipy-2.7. After opening the IronPython solution file I tried to change the target framework to 3.5 in the IronPython project properties page. Afte

[IronPython] Compiling with MonoDevelop on OSX

2011-02-14 Thread Tristan Zajonc
Has anybody managed to get the IronPython solution to compile using Mono/MonoDevelop on a platform other than Windows? My efforts quickly led me to make more changes to the sources than I'd prefer. Given that a number of bugs are OSX specific, it's much easier to fix them on OSX rather than go ba

Re: [IronPython] compiling an executable with the standard library

2010-07-12 Thread Andrew Evans
3:57 PM > *To:* Discussion of IronPython > *Subject:* Re: [IronPython] compiling an executable with the standard > library > > > > A quick thought do I need to reference Threading by doing something like > "stdlib.Threading" or can I just do from Threading import

Re: [IronPython] compiling an executable with the standard library

2010-07-12 Thread Dino Viehland
users-boun...@lists.ironpython.com] On Behalf Of Andrew Evans Sent: Monday, July 12, 2010 3:57 PM To: Discussion of IronPython Subject: Re: [IronPython] compiling an executable with the standard library A quick thought do I need to reference Threading by doing something like "stdlib.Threading

Re: [IronPython] compiling an executable with the standard library

2010-07-12 Thread Michael Foord
Of *Andrew Evans *Sent:* Monday, July 12, 2010 10:50 AM *To:* Discussion of IronPython *Subject:* [IronPython] compiling an executable with the standard library I am having problems compiling an executable. From what research I have done, I n

Re: [IronPython] compiling an executable with the standard library

2010-07-12 Thread Andrew Evans
m working – it’ll be fixed >> in 2.6.2. You could compile w/ 2.6.0 to get a working EXE or you could >> remove any std lib modules that fail to compile. >> >> >> >> Now you can just do a clr.AddReference(‘stdlib.dll’) in your script and >> the std lib will be av

Re: [IronPython] compiling an executable with the standard library

2010-07-12 Thread Andrew Evans
.AddReference(‘stdlib.dll’) in your script and the > std lib will be available to you. > > > > *From:* users-boun...@lists.ironpython.com [mailto: > users-boun...@lists.ironpython.com] *On Behalf Of *Andrew Evans > *Sent:* Monday, July 12, 2010 10:50 AM > *To:* Discussion

Re: [IronPython] compiling an executable with the standard library

2010-07-12 Thread Dino Viehland
les that fail to compile. Now you can just do a clr.AddReference('stdlib.dll') in your script and the std lib will be available to you. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Andrew Evans Sent: Monday, July 12, 2010 10:50 AM To:

[IronPython] compiling an executable with the standard library

2010-07-12 Thread Andrew Evans
I am having problems compiling an executable. From what research I have done, I need to include in my compilation the python standard modules that I am using. How ever I can not figure out how to do this. Any advice would be appreciated here is the command I am using ipy \pyc.py /main:\p2pChat.py

Re: [IronPython] Compiling so that IronPython libraries are recognized?

2010-07-09 Thread Funke, Matt
ht. -- Best Regards, Matt Funke From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Funke, Matt Sent: Friday, July 09, 2010 1:50 PM To: Discussion of IronPython Subject: Re: [IronPython] Compiling so that IronPython libraries are recognized? I

Re: [IronPython] Compiling so that IronPython libraries are recognized?

2010-07-09 Thread Funke, Matt
July 09, 2010 1:25 PM To: Discussion of IronPython Subject: Re: [IronPython] Compiling so that IronPython libraries are recognized? I can think of 1 of 2 things causing this: 1. IRONPYTHONPATH is set somewhere and causing us to search in directories we shouldn't be a. You can

Re: [IronPython] Compiling so that IronPython libraries are recognized?

2010-07-09 Thread Dino Viehland
he directories are being pulled from. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Funke, Matt Sent: Friday, July 09, 2010 9:06 AM To: Discussion of IronPython Subject: Re: [IronPython] Compiling so that IronPython libraries are recognized? I

Re: [IronPython] Compiling so that IronPython libraries are recognized?

2010-07-09 Thread Funke, Matt
s again for your time. -- Best Regards, Matt Funke From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Vernon Cole Sent: Friday, July 09, 2010 11:44 AM To: Discussion of IronPython Subject: Re: [IronPython] Compiling so that IronPython libraries are r

Re: [IronPython] Compiling so that IronPython libraries are recognized?

2010-07-09 Thread Vernon Cole
There IS a working dbapi 2.0 implementation for Iron Python. see http://sourceforge.net/projects/adodbapi It uses Microsoft ADO, so should be able to connect with PostgreSQL or almost any other tabular data source. I have not yet tested it with Postgres. That's the next thing on my to-do list. (I

Re: [IronPython] Compiling so that IronPython libraries are recognized?

2010-07-09 Thread Jeff Hardy
On Fri, Jul 9, 2010 at 8:49 AM, Michael Foord wrote: > subprocess relies on modules like signal that aren't available in IronPython > 2.6.1. http://bitbucket.org/jdhardy/code/src/tip/subprocess.py > > There is a partial implementation of subprocess by Jeff Hardy floating > around that you could

Re: [IronPython] Compiling so that IronPython libraries are recognized?

2010-07-09 Thread Michael Foord
On 09/07/2010 14:50, Funke, Matt wrote: I'm extremely new to compiling things in anything approaching a pythonic way, so my apologies in advance for what's probably a very simplistic question. I've downloaded the source for psycopg2-2.2.1. The documentation recommends using the standard "pyth

[IronPython] Compiling so that IronPython libraries are recognized?

2010-07-09 Thread Funke, Matt
I'm extremely new to compiling things in anything approaching a pythonic way, so my apologies in advance for what's probably a very simplistic question. I've downloaded the source for psycopg2-2.2.1. The documentation recommends using the standard "python setup.py build" and "python setup.py in

Re: [IronPython] Compiling .py to .dll to use with Silverlight

2010-03-31 Thread Michael Foord
on of IronPython *Subject:* Re: [IronPython] Compiling .py to .dll to use with Silverlight Hi Jimmy, PyCon's over, I checked your talk there (cool things!) but no mention about IronPython .dlls and Silverlight. Any progress on this issue? All who need speed up IronPython Silverlight ap

Re: [IronPython] Compiling .py to .dll to use with Silverlight

2010-03-30 Thread Jimmy Schementi
ssion of IronPython Subject: Re: [IronPython] Compiling .py to .dll to use with Silverlight Hi Jimmy, PyCon's over, I checked your talk there (cool things!) but no mention about IronPython .dlls and Silverlight. Any progress on this issue? All who need speed up IronPython Silverlight ap

[IronPython] Compiling with clr.CompileModules, is this a bug or it's supposed to work like this?

2010-03-02 Thread Pablo Dalmazzo
Hi, when I compile a .py file to dll by using clr.CompileModules(), if the .py file has actually the extension .aspx.py instead of .py , the module in the dll created can't be imported. Now if you do that in VB.NET (compiling a .aspx.vb file to dll) it works. Is that not supposed to be allowe

Re: [IronPython] Compiling .py to .dll to use with Silverlight

2010-02-26 Thread Lukas Cenovsky
3:52 PM To: Discussion of IronPython Subject: Re: [IronPython] Compiling .py to .dll to use with Silverlight Any update on this issue? I'd like to see it working as it is quite an issue for business apps. For others interested please vote: http://ironpython.codeplex.com/WorkItem/View.aspx?W

Re: [IronPython] Compiling .py to .dll to use with Silverlight

2010-01-29 Thread Lukas Cenovsky
Sent: Thursday, January 28, 2010 3:52 PM To: Discussion of IronPython Subject: Re: [IronPython] Compiling .py to .dll to use with Silverlight Any update on this issue? I'd like to see it working as it is quite an issue for business apps. For others interested please vote: http://ironpython.co

Re: [IronPython] Compiling .py to .dll to use with Silverlight

2010-01-28 Thread Jimmy Schementi
t; To: Discussion of IronPython > Subject: Re: [IronPython] Compiling .py to .dll to use with Silverlight > > Any update on this issue? I'd like to see it working as it is quite an issue > for business apps. > > For others interested please vote: > http://ironpython.co

Re: [IronPython] Compiling .py to .dll to use with Silverlight

2010-01-28 Thread Lukas Cenovsky
s.ironpython.com] On Behalf Of Lukas Cenovsky Sent: Sunday, November 22, 2009 1:27 PM To: Discussion of IronPython Subject: [IronPython] Compiling .py to .dll to use with Silverlight Hi, I'd like to know status of the $subj. I have found some discussions (e.g. Michael tried to use pyc or h

Re: [IronPython] Compiling .py to .dll to use with Silverlight

2009-11-30 Thread Michael Foord
rom: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Lukas Cenovsky Sent: Sunday, November 22, 2009 1:27 PM To: Discussion of IronPython Subject: [IronPython] Compiling .py to .dll to use with Silverlight Hi, I'd like to know status of the $subj. I have fo

Re: [IronPython] Compiling .py to .dll to use with Silverlight

2009-11-30 Thread Dino Viehland
f Of Lukas Cenovsky > Sent: Sunday, November 22, 2009 1:27 PM > To: Discussion of IronPython > Subject: [IronPython] Compiling .py to .dll to use with Silverlight > > Hi, > I'd like to know status of the $subj. I have found some discussions > (e.g. Michael tried to u

[IronPython] Compiling .py to .dll to use with Silverlight

2009-11-22 Thread Lukas Cenovsky
Hi, I'd like to know status of the $subj. I have found some discussions (e.g. Michael tried to use pyc or http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=52207&ANCHOR ) but no working example - is there any? And if not wil

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
suggestions on what you’d like the APIs to look like for this scenario let us know ☺ 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

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 __

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-26 Thread Michael Foord
l Foord -Original Message- From: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Tuesday, April 21, 2009 4:02 PM To: Discussion of IronPython Subject: Re: [IronPython] Compiling with Pyc for Silverlight Dino Viehland wrote:

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-21 Thread Michael Foord
I did earlier on the one that fails. Thanks for looking Dino. Michael -Original Message- From: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Tuesday, April 21, 2009 4:02 PM To: Discussion of IronPython Subject: Re: [I

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-21 Thread Dino Viehland
ichael Foord > Sent: Tuesday, April 21, 2009 4:02 PM > To: Discussion of IronPython > Subject: Re: [IronPython] Compiling with Pyc for Silverlight > > Dino Viehland wrote: > > Do you have a simple repro XAP you can send me and I'll take a look? > > > > I'm no

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-21 Thread Michael Foord
ry simple package compiled with Pyc - and importing it throws the same error. Michael -Original Message- From: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Tuesday, April 21, 2009 2:41 AM To: Discussion of IronPython

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-21 Thread Dino Viehland
ists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Michael Foord > Sent: Tuesday, April 21, 2009 2:41 AM > To: Discussion of IronPython > Subject: Re: [IronPython] Compiling with Pyc for Silverlight > > Dino Viehland wrote: > > You're

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-21 Thread Michael Foord
s.ironpython.com] On Behalf Of Michael Foord Sent: Monday, April 20, 2009 3:07 PM To: Discussion of IronPython Subject: Re: [IronPython] Compiling with Pyc for Silverlight Michael Foord wrote: Jb Evain wrote: Hey Michael, On 4/20/09, Michael Foord wrote: I guess a ful

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-20 Thread Dino Viehland
ussion of IronPython > Subject: Re: [IronPython] Compiling with Pyc for Silverlight > > Michael Foord wrote: > > Jb Evain wrote: > >> Hey Michael, > >> > >> On 4/20/09, Michael Foord wrote: > >> > >>> I guess a full IL writer would be

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-20 Thread Michael Foord
Michael Foord wrote: Jb Evain wrote: Hey Michael, On 4/20/09, Michael Foord wrote: I guess a full IL writer would be needed - which means back to Cecil and the like and seeing if parts of them could be run on Silverlight. *sigh* You just want to change the references to an assembly

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-20 Thread Michael Foord
Jb Evain wrote: Hey Michael, On 4/20/09, Michael Foord wrote: I guess a full IL writer would be needed - which means back to Cecil and the like and seeing if parts of them could be run on Silverlight. *sigh* You just want to change the references to an assembly from the desktop vers

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-20 Thread Jb Evain
Hey Michael, On 4/20/09, Michael Foord wrote: > I guess a full IL writer would be needed - which means back to Cecil and > the like and seeing if parts of them could be run on Silverlight. *sigh* You just want to change the references to an assembly from the desktop version to the SL version? W

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-20 Thread Michael Foord
ironpython.com] On Behalf Of Michael Foord Sent: Monday, April 20, 2009 1:24 PM To: Discussion of IronPython Subject: Re: [IronPython] Compiling with Pyc for Silverlight Dino Viehland wrote: An easy starting point would be to use ildasm + a Python script + ilasm. There's also

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-20 Thread Dino Viehland
.ironpython.com] On Behalf Of Michael Foord > Sent: Monday, April 20, 2009 1:24 PM > To: Discussion of IronPython > Subject: Re: [IronPython] Compiling with Pyc for Silverlight > > Dino Viehland wrote: > > An easy starting point would be to use ildasm + a Python script + >

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-20 Thread Michael Foord
inaries will make this go away. -Original Message- From: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Monday, April 20, 2009 12:43 PM To: Discussion of IronPython Subject: Re: [IronPython] Compiling with Pyc for Si

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-20 Thread Dino Viehland
to:users- > boun...@lists.ironpython.com] On Behalf Of Michael Foord > Sent: Monday, April 20, 2009 12:43 PM > To: Discussion of IronPython > Subject: Re: [IronPython] Compiling with Pyc for Silverlight > > Dino Viehland wrote: > > In theory there's just 1 IL re-write that'

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-20 Thread Michael Foord
--Original Message- From: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Monday, April 20, 2009 3:34 AM To: Discussion of IronPython Subject: [IronPython] Compiling with Pyc for Silverlight Hello guys, I'd like to modify Pyc to work with Silve

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-20 Thread Michael Foord
-Original Message- From: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Monday, April 20, 2009 3:34 AM To: Discussion of IronPython Subject: [IronPython] Compiling with Pyc for Silverlight Hello guys, I'd like to modif

Re: [IronPython] Compiling with Pyc for Silverlight

2009-04-20 Thread Dino Viehland
M > To: Discussion of IronPython > Subject: [IronPython] Compiling with Pyc for Silverlight > > Hello guys, > > I'd like to modify Pyc to work with Silverlight. I tried it with simple > modules and it works straightforwardly - but I have a report that it > doesn't wo

[IronPython] Compiling with Pyc for Silverlight

2009-04-20 Thread Michael Foord
Hello guys, I'd like to modify Pyc to work with Silverlight. I tried it with simple modules and it works straightforwardly - but I have a report that it doesn't work with packages. I'll try it - but if anyone has any idea of how to modify the bytecode generation to target the CoreCLR it woul

Re: [IronPython] Compiling IP2 on mono

2009-01-18 Thread Seo Sanghyeon
2009/1/18 Sylvain Hellegouarch : > Hi folks, > > I've tried following Seo's steps [1] for compiling IP2 on the current mono > trunk but it keeps failing with the next error: > > sylv...@localhost:~/download/IronPython-2.0/Src$ nant > NAnt 0.86 (Build 0.86.2898.0; beta1; 08/12/2007) > Copyright (C)

[IronPython] Compiling IP2 on mono

2009-01-18 Thread Sylvain Hellegouarch
Hi folks, I've tried following Seo's steps [1] for compiling IP2 on the current mono trunk but it keeps failing with the next error: sylv...@localhost:~/download/IronPython-2.0/Src$ nant NAnt 0.86 (Build 0.86.2898.0; beta1; 08/12/2007) Copyright (C) 2001-2007 Gerry Shaw http://nant.sourceforge

Re: [IronPython] Compiling Packages with clr.BuildModules and build

2008-10-22 Thread Michael Foord
.GetDirectoryName(dirName), out pkgName)) { fullName = pkgName + "." + fullName; } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Monday, October 20, 2008 7:48 AM To: Discussion of IronPy

Re: [IronPython] Compiling Packages with clr.BuildModules and build

2008-10-20 Thread Michael Foord
M To: Discussion of IronPython Subject: [IronPython] Compiling Packages with clr.BuildModules and build Hello guys, I've been trying to compile Python packages Pyc and the latest sourcecode drop - change set 41685. The good news is that compiling packages works. Even better, compiling packages wit

Re: [IronPython] Compiling Packages with clr.BuildModules and build

2008-10-20 Thread Dino Viehland
), out pkgName)) { fullName = pkgName + "." + fullName; } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Monday, October 20, 2008 7:48 AM To: Discussion of IronPython Subject: [IronPython] Compiling Packages with c

[IronPython] Compiling Packages with clr.BuildModules and build

2008-10-20 Thread Michael Foord
Hello guys, I've been trying to compile Python packages Pyc and the latest sourcecode drop - change set 41685. The good news is that compiling packages works. Even better, compiling packages with sub-packages works. Unfortunately, compiling packages with sub-packages with sub-sub-packages is

Re: [IronPython] Compiling IronPython for .NET 3.5

2008-09-26 Thread Curt Hagenlocher
No, you haven't done anything wrong. I never tested those instructions when Harry asked me to proof them, and forgot that the namespace hackery that we did for InteropServices would cause a conflict if you were to link against both System.Core and Microsoft.Scripting.Core. We're currently investi

[IronPython] Compiling IronPython for .NET 3.5

2008-09-26 Thread Fernando Correia
Thanks to the team for facing the heavy changes that were required to improve the compatibility of IronPython and DLR with projects that target .NET Framework 3.5. From Harry's account[1], we can see that it took a lot of smarts and guts to do. [1] http://devhawk.net/2008/09/17/DLR+Namespace+Chang

Re: [IronPython] Compiling into a DLL with pyc.py and then calling the class

2008-08-26 Thread hellosticky
Thanks _ From: Srivatsn Narayanan [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2008 2:33 PM To: [EMAIL PROTECTED]; 'Discussion of IronPython' Subject: RE: [IronPython] Compiling into a DLL with pyc.py and then calling the class -Original Message

Re: [IronPython] Compiling into a DLL with pyc.py and then calling the class

2008-08-26 Thread Srivatsn Narayanan
-Original Message- From: hellosticky [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2008 11:22 AM To: Srivatsn Narayanan; 'Discussion of IronPython' Subject: RE: [IronPython] Compiling into a DLL with pyc.py and then calling the class Thanks to both Srivatsn and Mic

Re: [IronPython] Compiling into a DLL with pyc.py and then calling the class

2008-08-26 Thread hellosticky
> -Original Message- > From: Srivatsn Narayanan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 26, 2008 2:15 PM > To: [EMAIL PROTECTED]; Discussion of IronPython > Subject: RE: [IronPython] Compiling into a DLL with pyc.py > and then calling the class > > You

Re: [IronPython] Compiling into a DLL with pyc.py and then calling the class

2008-08-26 Thread Michael Foord
hellosticky wrote: Hi, I'm new to IronPython. I have the following test.py: from System import * from System.Collections.Generic import * from System.Text import * from PublicDomain import * class test: def foo(self): return GlobalConstants.EarthEquatorialRadiusInKilomet

Re: [IronPython] Compiling into a DLL with pyc.py and then calling the class

2008-08-26 Thread Srivatsn Narayanan
--Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hellosticky Sent: Tuesday, August 26, 2008 11:07 AM To: IronPython Subject: [IronPython] Compiling into a DLL with pyc.py and then calling the class Hi, I'm new to IronPython. I have the following test.p

[IronPython] Compiling into a DLL with pyc.py and then calling the class

2008-08-26 Thread hellosticky
Hi, I'm new to IronPython. I have the following test.py: from System import * from System.Collections.Generic import * from System.Text import * from PublicDomain import * class test: def foo(self): return GlobalConstants.EarthEquatorialRadiusInKilometers PublicDomain is

[IronPython] Compiling with Two Dependent Libraries

2008-02-15 Thread Pigneri, Rocco
Dear all, If I have two projects, A and B, and A depends on B, then I can compile A and B together into one assembly by using the -X:AssembliesDir directive. Even though the documentation labels this switch as indicating where to put the output assemblies, it also uses whatever IPY files it find

Re: [IronPython] Compiling from IronPython?

2007-06-19 Thread Michael Foord
mike arty wrote: > First, is there a way to compile applications straight from IronPython > or is it necessary to first translate your code to C#? Second, if > there is a way to compile straight from IronPython, how does this > effect performance of the compiled program( i.e. compiling a program

[IronPython] Compiling from IronPython?

2007-06-19 Thread mike arty
First, is there a way to compile applications straight from IronPython or is it necessary to first translate your code to C#? Second, if there is a way to compile straight from IronPython, how does this effect performance of the compiled program(i.e. compiling a program from c# vs ironpython - any

Re: [IronPython] compiling

2007-03-23 Thread Dino Viehland
ehalf Of Bryan Sent: Friday, March 23, 2007 11:48 AM To: users@lists.ironpython.com Subject: [IronPython] compiling hi, i just wrote my first ipy script and i have some questions. # hello.py import clr clr.AddReference('System.Windows.Forms') import System.Windows.Forms as WinF

[IronPython] compiling

2007-03-23 Thread Bryan
hi, i just wrote my first ipy script and i have some questions. # hello.py import clr clr.AddReference('System.Windows.Forms') import System.Windows.Forms as WinForms def show(): WinForms.MessageBox.Show('Hello', 'Hello World') if __name__ == '__main__': show() when i execute t

Re: [IronPython] compiling exe

2006-09-22 Thread Martin Maly
: [IronPython] compiling exe   Anton! Look at Pyc sample: http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython&title=Samples Alexander. On 9/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: How to make exe a file? ipy -X:SaveAssemblies wfdemo.py wfdemo.exe not work.

Re: [IronPython] compiling exe

2006-09-22 Thread Alexander Shafranov
Anton!Look at Pyc sample:http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython&title=SamplesAlexander. On 9/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: How to make exe a file?ipy -X:SaveAssemblies wfdemo.pywfdemo.exe not work.Exception: Just-In-Time Debugging"An exception System.IO.

[IronPython] compiling exe

2006-09-21 Thread asu
How to make exe a file? ipy -X:SaveAssemblies wfdemo.py wfdemo.exe not work. Exception: Just-In-Time Debugging "An exception System.IO.FileNotFoundException..." Anton Orekhov ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com

Re: [IronPython] compiling standalone programs

2006-06-15 Thread Sanghyeon Seo
2006/6/16, jeff sacksteder <[EMAIL PROTECTED]>: > > That appears to still create a console window at runtime. Can that be > disabled? I know that Py2exe can create 'console' or 'windows' applications > optionally. This is the issue #346 and it seems that it will be fixed in 1.0 Beta 8. http://www

Re: [IronPython] compiling standalone programs

2006-06-15 Thread jeff sacksteder
And this will produce a source.exe file.  The executable, however, willstill need the IronPython.dll reference.That appears to still create a console window at runtime.  Can that be  disabled? I know that Py2exe can create 'console' or 'windows' applications optionally. ___

Re: [IronPython] compiling standalone programs

2006-06-15 Thread Kranar Drogin
To compile a Python source file to an executable, you can use the –X:SaveAssemblies option in the IronPython console. Given a file source.py, you would just do: IronPythonConsole –X:SaveAssemblies source.py And this will produce a source.exe file. The executable, however, will still need the

[IronPython] compiling standalone programs

2006-06-14 Thread jeff sacksteder
So what is the status of compiling to standalone IL programs? Last thing I heard was that it was rather experimental. ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Compiling in assemblies

2006-01-30 Thread Martin Maly
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fabio Sent: Sunday, January 29, 2006 7:20 PM To: IronPython Subject: [IronPython] Compiling in assemblies   When the IronPython library end the beta phase, we will can create assemblies? exe, dll, etc...   Regards Fabio

[IronPython] Compiling in assemblies

2006-01-29 Thread Fabio
When the IronPython library end the beta phase, we will can create assemblies? exe, dll, etc...   Regards Fabio ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com