Re: [Ironpython-users] Running IronPython WPF app on seperate thread

2012-12-14 Thread Jackie Sproat
Question: How do I run the IronPython wpf app on its own thread so I can check class variables (self.age, self._textBox1) while the application is running? Is it easier to use IronPython decorator (my Python @run_async doesn't work) or .NET Threading or IronPython threading (are STATHREADs suppo

[Ironpython-users] ctypes/struct: Why does this not work?

2012-12-14 Thread Michael van der Kolff
For background, I'm trying to port paramiko to IronPython. With the IronPyCrypto, we seem to have everything working apart from Pageant support. The question is, why does this not work? This is a simplified version of what Paramiko does - but the point is, run it on CPython and we have different

[Ironpython-users] Can't get download from codeplex

2012-12-14 Thread duane . mccollum
I can't seem to get Iron Python to download from codeplex. is there any reason why it's not downloading in either Firefox 10 or IE 8 on WinXP ? ___ Ironpython-users mailing list [email protected] http://mail.python.org/mailman/listinfo/ironpyt

Re: [Ironpython-users] Can't get download from codeplex

2012-12-14 Thread Michael van der Kolff
You are actually trying http://ironpython.codeplex.com/downloads/get/423690right? In any case, works for me. Cheers, Michael On Sat, Dec 15, 2012 at 5:05 PM, wrote: > I can't seem to get Iron Python to download from codeplex. is there any > reason why it's not downloading in either Firefox 1