Re: [IronPython] Seattle IronPython Meetup

2011-06-10 Thread Brian Curtin
On Fri, Jun 10, 2011 at 12:42, Jeff Hardy jdha...@gmail.com wrote: Hi all, Is anyone in the Seattle area interested in an IronPython meetup, or even a sprint? Anybody fancy a hands-on crash course in how IronPython works? Let me know! If enough people are interested, I'll work something out

Re: [IronPython] matplotlib anyone?

2011-05-15 Thread Brian Curtin
On Sun, May 15, 2011 at 12:03, Chad Brockman cha...@slb.com wrote: Is anyone aware of any efforts to allow usage of matplotlib from IronPython? http://matplotlib.sourceforge.net/ I've never heard of any. I don't think any of the backends (tk, wx, Qt) work with IronPython, and they have a

Re: [IronPython] Creating Symbolic Links via IronPython

2011-04-01 Thread Brian Curtin
On Fri, Apr 1, 2011 at 20:32, Vernon Cole vernondc...@gmail.com wrote: Just to make sure we are all on the same page here, the original post said: I've been trying to find a solution for creating Symbolic Links via IronPython scripting, [...snip...] [Interop.DllImport(kernel32.dll,

Re: [IronPython] Building IronPython/IronRuby for Mono?

2011-03-22 Thread Brian Curtin
On Tue, Mar 22, 2011 at 10:24, Jeff Hardy jdha...@gmail.com wrote: On Tue, Mar 22, 2011 at 9:19 AM, Doug Blank doug.bl...@gmail.com wrote: Is there a place on IronPython's codeplex site that we could document this information? Currently, there are many assumptions on:

Re: [IronPython] C# replacement wrapper for ipy.exe

2011-03-22 Thread Brian Curtin
On Tue, Mar 22, 2011 at 14:06, Doug Blank doug.bl...@gmail.com wrote: I'm using the following C# code as a replacement for ipy.exe myscript.py. One reason for doing this is that this can be run in the background on Unix/Mac OSX under Mono, whereas ipy.exe can not. I don't know if there are

Re: [IronPython] IronPython @ PyCon 2011

2011-03-07 Thread Brian Curtin
On Mon, Mar 7, 2011 at 10:42, Jeff Hardy jdha...@gmail.com wrote: I'll be there, and so will Dino (with something very cool to show off). Anybody else? - Jeff I'll be there Wednesday night through Tuesday night. ___ Users mailing list

Re: [IronPython] Arright dangit! Where is the OFFICIAL IronPython source code?

2011-02-21 Thread Brian Curtin
On Sun, Feb 20, 2011 at 23:39, Vernon Cole vernondc...@gmail.com wrote: Thanks! That worked great. Now here's my first direct contribution. see http://ironpython.codeplex.com/workitem/30218 for a version of webbrowser.py which actually works on cli. (and therefore import antigravity also

Re: [IronPython] Additional modules to ship with IronPython 2.7.1?

2011-02-16 Thread Brian Curtin
On Wed, Feb 16, 2011 at 08:30, Jeff Hardy jdha...@gmail.com wrote: On Wed, Feb 9, 2011 at 12:47 PM, Vernon Cole vernondc...@gmail.com wrote: Dear Group: I would like to start a discussion about adding modules to the IronPython distribution which are not in the C-Python standard

Re: [IronPython] IRC

2011-02-03 Thread Brian Curtin
On Thu, Feb 3, 2011 at 13:35, Jeff Hardy jdha...@gmail.com wrote: Is there any interest in an IronPython IRC channel? Is there already one in existence somewhere? I've never been a fan of IRC, personally, but if others are it would round out our communication channels. - Jeff It looks like

Re: [IronPython] IRC

2011-02-03 Thread Brian Curtin
On Thu, Feb 3, 2011 at 14:20, Brian Curtin brian.cur...@gmail.com wrote: On Thu, Feb 3, 2011 at 13:35, Jeff Hardy jdha...@gmail.com wrote: Is there any interest in an IronPython IRC channel? Is there already one in existence somewhere? I've never been a fan of IRC, personally, but if others

Re: [IronPython] Bug Weekend prior to 2.7

2011-02-03 Thread Brian Curtin
On Feb 3, 2011 4:56 PM, Daniel D. dvdotse...@gmail.com wrote: Is there a analyse on how one can participate in bug sprint? Wouldn't want to go over same bugs others already reviewed. Do we mark each bug with yep, still a problem comment? Do we make a list and post it somewhere on shared Google

Re: [IronPython] Working towards IronPython 2.7 RTM

2011-01-18 Thread Brian Curtin
On Tue, Jan 18, 2011 at 22:45, Jeff Hardy jdha...@gmail.com wrote: Hi all, I've been thinking about what we need to do to get IronPython 2.7 to RTM status, and the biggest stumbling block I have is that I don't really know what people think of Beta 1. Most of the issues with B1 specifically

Re: [IronPython] Issue Triage

2011-01-16 Thread Brian Curtin
On Sun, Jan 16, 2011 at 16:06, Richard Nienaber rjniena...@gmail.comwrote: Having said that, I'm still looking for a guideline about what to do in the scenario where the behaviour of IronPython is more 'correct' than CPython. Richard I would suggest creating issues on the CPython bug

Re: [IronPython] Announcing IronPython 2.7 Beta 1

2010-10-22 Thread Brian Curtin
On Fri, Oct 22, 2010 at 09:59, Lukas Cenovsky cenov...@bakalari.cz wrote: I think there is an option to register .py extensions in the CPython installer. But it is hidden under some Extra settings button. -- -- Lukáš It's currently an option during the customization step, right after you

Re: [IronPython] JSON vs. IronPython

2010-07-09 Thread Brian Curtin
On Fri, Jul 9, 2010 at 13:05, Marcin Krol mrk...@gmail.com wrote: Hello everyone, I have successfully used JSON as serialization protocol between various clients and servers in 2 projects, incl. Java app talking to Python servers, so I would like to use JSON in my upcoming C/S project as

Re: [IronPython] How can I exit from Python Script File?

2010-05-06 Thread Brian Curtin
On Thu, May 6, 2010 at 10:58, Thomas Gagne tgga...@gmail.com wrote: My question is simpler, how do I exit a regular script? If ARGV.length != 1 puts usage: Process.exit end I get an error calling Process.exit (private member) Process.Exit (method does not exist) sys.Exit

Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-02 Thread Brian Curtin
On Sun, May 2, 2010 at 07:34, Lukáš Duběda loo...@duber.cz wrote: Hi there everyone, first off, congratulations for pushing the IPy Tools out! KUDOS! Now, I have a problem installing it, unfortunately :( I'm sure I'm doing something wrong as I have almost zero experience with Visual

Re: [IronPython] IronPy Tools for VS - Projects

2010-05-02 Thread Brian Curtin
On Sat, May 1, 2010 at 23:45, Steve Dower s.j.do...@gmail.com wrote: My own 'Python tools' (for VS2008, never made it beyond private use) automatically adds the package name to the caption of __init__.py files (as shown in http://zooba.byteclub.net/files/2010/05/ipytool-initname.png) through

Re: [IronPython] How to find import in ipy

2010-03-11 Thread Brian Curtin
On Thu, Mar 11, 2010 at 11:11, Ken MacDonald drken...@gmail.com wrote: Hi, I have an app with a popup containing a listbox. I want to dynamically add a few items to the listbox and found code in a number of places which does something like: listbox.Items.Add(ListItem(Special,

Re: [IronPython] Importing standard Python libs

2010-02-20 Thread Brian Curtin
On Sat, Feb 20, 2010 at 13:20, Lukas Cenovsky cenov...@bakalari.cz wrote: Lukáš Duběda wrote: Hi there everyone, I'm having problems importing a module, concretely win32com, from within IronPython. The problem is, when I run IronPython as a console, and add a path to the standard

Re: [IronPython] A good dotNET gui designer, plus IronPython VS2008 integration?

2010-02-02 Thread Brian Curtin
On Tue, Feb 2, 2010 at 15:00, Lukáš Duběda loo...@duber.cz wrote: Hi there everybody, I'd really appretiate if anyone could share their experience with any good dotNET GUI designer. I'd love to have such functionality I can get out of QtDesigner, where I visually design my forms and buttons

Re: [IronPython] IronPython in Visual Studio 2008

2010-01-19 Thread Brian Curtin
On Tue, Jan 19, 2010 at 18:25, Joshua Kramer j...@globalherald.net wrote: Hello Vicent, Regarding IronPython in Visual Studio 2008: don't try this. Visual Studio 2008 is hopelessly broken when it comes to Python, and it will mangle your Python code. At least that's the way it was when I

[IronPython] Overriding .NET methods within IronPython

2009-10-23 Thread Brian Curtin
Hey list, I think I got this right, and it seems to work, but I just feel like there is probably a better way to override a method in IP. Some time spent googling doesn't bring anything up except for IP/C# code examples containing the override keyword. For example, I want to override the Form

Re: [IronPython] Overriding .NET methods within IronPython

2009-10-23 Thread Brian Curtin
I'm not sure what I was doing wrong when this clearly simpler way wasn't working, but this pretty much answers my question: do this - Form.OnLoad(self, evt_args) Sorry for the noise. On Fri, Oct 23, 2009 at 13:45, Brian Curtin brian.cur...@gmail.com wrote: Hey list, I think I got this right

Re: [IronPython] Default install location and site-packages

2009-10-06 Thread Brian Curtin
On Tue, Oct 6, 2009 at 06:45, Michael Foord fuzzy...@voidspace.org.ukwrote: Hello guys, The msi installer installs by default into C:\Program Files\IronPython 2.6. It also creates a Lib\site-packages folder. Presumably the intention is that site-packages is for installed modules /

Re: [IronPython] CallTargetX delegates

2009-09-14 Thread Brian Curtin
How would someone replace CallTargetX with Func... within a script? For example, how would you change the Invoke calls in onChanged and onRenamed here: http://www.ironpython.info/index.php/Invoking_onto_the_GUI_%28Control%29_Thread I've never seen how to use Func within an IP script, just within

Re: [IronPython] SQLite

2009-07-29 Thread Brian Curtin
On Wed, Jul 29, 2009 at 12:51, Kelie kf9...@gmail.com wrote: Hello, Is SQLite currently supported in IronPython? If not, is SQLite .NET from http://sqlite.phxsoftware.com/ the best alternative? Thanks. sqlite3 is implemented as a C extension, and as such, does not currently work. I've

Re: [IronPython] How to capture a 'Carriage Return' in a windows form ?

2009-07-01 Thread Brian Curtin
On Wed, Jul 1, 2009 at 09:31, Sivaguru Perambalam itssivag...@gmail.comwrote: Hello , I have a Windows form with a text box and a button. What I want to implement it, when the user hits the 'Enter' key in the text box, the function that's linked to the ButtonClick event has to be invoked.

Re: [IronPython] Documentation

2009-06-26 Thread Brian Curtin
On Fri, Jun 26, 2009 at 09:54, Echavarria Gregory, Maria Angelica m.echavarriagreg...@umiami.edu wrote: What to use for my GUI - very automatic please M. Angelica Echavarria-Gregory, M.Sc., E.I. Ph.D Candidate University of Miami Phone 305 284-3611 Although this is not very

Re: [IronPython] Need for third-party embeddable Iron Python Editor

2009-06-11 Thread Brian Curtin
Check out http://code.google.com/p/davysironpythoneditor/ I haven't used this, but it might be worth a shot. Works with 2.0 and the 2.6 beta. Michael Foord has also done work to get some nifty IronPython functionality working in the Wing IDE, which might be worth looking at if you have Wing

Re: [IronPython] VS Support/Intelllisense for IronPython

2009-06-11 Thread Brian Curtin
IronPython Studio is abandonware. The forms editor seemed nice at first, but minor changes to the source it generated caused the forms editor to no longer render what the form should look like ever again (in my experience). I believe this was more of a showcase of the VS SDK than a tool you can