Re: [Ironpython-users] ShowDialog Hangs

2015-02-25 Thread Andrew Ayre
no message loop on your thread for it to pump so > that is probably why it hangs. > > Regards > > Andy graham > > -Original Message- From: Andrew Ayre > Sent: Wednesday, February 25, 2015 4:41 PM > To: [email protected] > Subject: Re: [Ironpython-

Re: [Ironpython-users] ShowDialog Hangs

2015-02-25 Thread Andrew Ayre
to make sure the thread was started as an STAThread I believe, > otherwise the common windows controls (OpenFileDialog being one of them) > won't work correctly. > > On Wed Feb 25 2015 at 2:02:32 AM Andrew Ayre <mailto:[email protected]>> wrote: > > I

Re: [Ironpython-users] GUI Toolkits

2014-12-03 Thread Andrew Ayre
disclosure > or distribution of the material in this e-mail is strictly forbidden. > >> -----Ursprüngliche Nachricht- >> Von: Markus Schaber >> Gesendet: Dienstag, 2. Dezember 2014 17:17 >> An: 'Andrew Ayre'; [email protected] >> Betreff: AW: [Iron

Re: [Ironpython-users] GUI Toolkits

2014-11-20 Thread Andrew Ayre
Hi Haymo, Thanks for responding. Sorry, I should have clarified something. I never run IronPython standalone. I only use it embedded in my C# applications. For me that is the single biggest advantage of IronPython. I understand what you are saying. I'm a professional software developer fami

[Ironpython-users] GUI Toolkits

2014-11-19 Thread Andrew Ayre
Hi, Which GUI toolkits can be made to work with embedded IronPython? For my users understanding CLR/WinForms/.NET types is too much of a learning curve, so I need something much simpler that uses only python types, for example. This page: https://ironpython-test.readthedocs.org/en/latest/fa

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-11 Thread Andrew Ayre
d a cp: https://ironpython.codeplex.com/workitem/35116 > I have a fix, but before push request I need to check if it doesn't > break something else. > It needs a to be reviewed and hopefully it is not to late for 2.7.5. > --pawel > > > On Thu, Apr 10, 2014 at 9:44 AM, Andr

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-10 Thread Andrew Ayre
from .assumptions import * > from .polys import * > > > > On Wed, Apr 9, 2014 at 10:07 AM, Andrew Ayre wrote: >> OK. Is there a workaround I can use? >> >> Andy >> >> On 4/8/2014 8:04 PM, Pawel Jasinski wrote: >>> It looks like the import bug,

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-09 Thread Andrew Ayre
t; > On Tue, Apr 8, 2014 at 11:51 AM, Andrew Ayre wrote: >> On 4/8/2014 10:28 AM, Jeff Hardy wrote: >>> On Tue, Apr 8, 2014 at 9:08 AM, Andrew Ayre wrote: >>>> Thanks. Making progress... Now it can't find sympy.sets.fancysets. I've >>&

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-08 Thread Andrew Ayre
On 4/8/2014 10:28 AM, Jeff Hardy wrote: > On Tue, Apr 8, 2014 at 9:08 AM, Andrew Ayre wrote: >> Thanks. Making progress... Now it can't find sympy.sets.fancysets. I've >> added the folder where the modu

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-08 Thread Andrew Ayre
On 4/7/2014 11:32 PM, Jeff Hardy wrote: > On Mon, Apr 7, 2014 at 10:16 PM, Andrew Ayre wrote: >> Thanks. Unfortunately I still get the error: >> >> = >>>>> import sympy >> >> Traceback (most recent ca

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-07 Thread Andrew Ayre
asinski wrote: > this looks like https://ironpython.codeplex.com/workitem/34551 which > is fixed post 2.7.4. > Can you try 2.7.5b1 https://ironpython.codeplex.com/releases/view/115611 ? > > On Mon, Apr 7, 2014 at 12:03 PM, Andrew Ayre wrote: >> Hello, >> >> I

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-07 Thread Andrew Ayre
port, but I tried to port the basic concept of using an > iterator to model a process. > > Sincerely, > Andreas > > -Ursprüngliche Nachricht- > Von: Ironpython-users > [mailto:[email protected]] > Im Auftrag von Andrew Ay

[Ironpython-users] SymPy and IronPython 2.7.4

2014-04-07 Thread Andrew Ayre
Hello, I have embedded IronPython 2.7.4 into a .NET 4.0 C# application. I can enter and run scripts and I also have an interactive console. It's working great and I have no issues... until I tried to use SymPy. I've asked for help from the SymPy people but they don't have any experience with Iron