ator)
I use Win7 64bit myself, but I didn't have any such problems and I
cannot reproduce this problem on any of my machines (Win7, Ubuntu).
Thanks for any help,
Igor Brejc
___
Ironpython-users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users
not sure if it's a bug in IronPython, or if there's a squirrelly
> COM object on the user's machine that causes IronPython to break, but
> my guess is the latter.
>
> - Jeff
>
> P.S. I saw your SO question before this, but feel free to keep the
> discussion where
_Main dir.
Thanks,
Igor
On Mon, Aug 8, 2011 at 7:17 PM, Igor Brejc wrote:
> Hi Jeff,
>
> Thanks for responding. I'll update the SO question if/when someone (I guess
> it will probably have to be me) figures out what the problem is.
>
> One update: we did some more d
{
_comTypeCache[type.GUID] = type;
}
}
}
}
#endif
}
On Mon, Aug 8, 2011 at 8:35 PM, Jeff Hardy wrote:
> IronPython_2_6 should be all you need. The rest is the start of 2.7
> that later got moved to GitHub.
>
> - Jeff
>
> On Mon, Aug
the CLR
> if it's crashing in mscorwks, you can do:
>
> lm v mmscorwks
>
> To get that. And finally if it is a CLR bug someone might want a crash
> dump which you could get
> with:
>
> .dump /mfh somelocation.dmp
>
> but just hold onto that for now - it's just in
(no company name yet) - I'm the author (Igor Brejc)
Maperitive [currently free + commercial version in the future]
http://maperitive.net
A desktop GIS/cartography software written in C#, running on Win, Linux and
Mac (using Mono). Primarily oriented towards use of free geography sources
on
API? Sandcastle seems a bit too .NETish, is there something that would
resemble sphinx's generated documentation?
Thanks for any hints,
Igor Brejc
___
Ironpython-users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users
Great, thanks for the hint. If I manage to produce something, I'll try to
publish it as a reusable tool.
Igor
On Thu, Sep 1, 2011 at 2:06 PM, Michael Foord wrote:
> On 01/09/2011 10:04, Igor Brejc wrote:
>
> Hi,
>
> I plan to write a wrapper API in C# that will b
Hi Bruce,
I have not done any WPF myself, but there are a lot of resources on the web:
- http://www.ironpython.info/index.php/WPF_Example
- google "ironpython wpf"
I can also recommend "IronPython in Action" book, it has a chapter on WPF.
As for "label1.contents", shouldn't it be "label1.C
the scope variables in general. Any info would be appreciated.
Thanks,
Igor Brejc
___
Ironpython-users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users
On Fri, Feb 10, 2012 at 7:15 PM, Jeff Hardy wrote:
>
> I believe if you run the code in a separate AppDomain you can unload
> the AppDomain and the code will be collected, which should take
> everything else with it.
>
>
> Yes, I've seen the
http://stackoverflow.com/questions/1664567/embedded-iro
On Fri, Feb 10, 2012 at 7:46 PM, Dino Viehland wrote:
>
>
> Jeff wrote:
> > I'm taking a stab off the top of my head based on my limited knowledge
> of the
> > internals, but I do know that debug code is not collectable.
> > It's possible that the code itself may be holding references that keep
>
> release their resources. Also they can be used with the “with” statement
> so that their Dispose methods are eagerly called.
>
> ** **
>
> *From:* Igor Brejc [mailto:[email protected]]
> *Sent:* Friday, February 10, 2012 10:51 AM
> *To:* Dino Viehland
> *Cc:* Jeff Ha
;
> ** **
>
> *Keith Rome*
>
> *Senior Consultant and Architect*
>
> MCPD-EAD, MCSD, MCDBA, MCTS-WPF, MCTS-TFS, MCTS-WSS
>
> Wintellect | 770.617.4016 | [email protected]
>
> www.wintellect.com****
>
> ** **
>
> *From:* ironpython-users-bounces+ro
Hi,
I'm developing a C# API that will be exposed to users via IronPython. I'm a
bit confused on what types of collections should the API provide through
its public interface (both as input and output parameters of methods and as
properties).
For example, what type is most suitable for exposing li
Hi,
Maperitive uses IronPython for embedded scripting. What I did for
Maperitive (I'm not using MSI installations, I just have a ZIP package) is
to simply include the IronPython DLLs and some of the libraries from
CPython (copy pasted into the package). It works on Windows, Linux and Mac.
Igor
O
16 matches
Mail list logo