[Python.NET] .NET 2 and hang with AcquireLock

2006-06-06 Thread Matthew Pontefract
and the call that hangs. Has anyone else had this problem?   I am using Python 2.4   Regards Matthew   Dr Matthew Pontefract Credaris Portfolio Management   [EMAIL PROTECTED] T : (44) 207 925 8365 F : (44) 207 925 8399   CPM Advisers

Re: [Python.NET] .NET 2 and hang with AcquireLock

2006-06-06 Thread Matthew Pontefract
; } finally { PythonEngine.ReleaseLock(gs); } } } Regards Matthew -Original Message- From: Brian Lloyd [mailto:[EMAIL PROTECTED] Sent: 06 J

Re: [Python.NET] .NET 2 and hang with AcquireLock

2006-06-06 Thread Matthew Pontefract
ed in simultaneous calls to the function). Needless to say, this did nothing to help matters! Regards Matthew -Original Message- From: Brian Lloyd [mailto:[EMAIL PROTECTED] Sent: 06 June 2006 16:51 To: Matthew Pontefract; pythondotnet@python.org Subject: RE: [Python.NET] .NET 2 and hang

Re: [Python.NET] exposing modules

2006-06-14 Thread Matthew Pontefract
Hi Haran It sounds almost as though the Python.Runtime.dll, though added to your project, is not listed as a reference for the code you're compiling. In Visual Studio 2005 (the only one of which I have experience) you'd click References and add a new one (navigating to the dll). If using nant, the

Re: [Python.NET] exposing modules

2006-06-15 Thread Matthew Pontefract
to go down this route in .NET 2. If you're using .NET 1 then the binaries are available all ready packaged and you shouldn't need to do any compilation. Regards Matthew -Original Message- From: Srivatsa, Radhika [mailto:[EMAIL PROTECTED] Sent: 14 June 2006 14:47 To: Matthew Pon

Re: [Python.NET] Class Member completion

2006-06-23 Thread Matthew Pontefract
This sort of code-completion/intellisense behaviour is not a feature of the language, of course, but a feature of the IDE that you choose to use. However, the degree of help that can be provided is determined to some extent by the features of the particular language being programmed. There are exce