Share

Python for .NET

Code

Programming Languages: Python, C#

License: Zope Public License

Repositories

browse code, statistics svn co https://pythonnet.svn.sourceforge.net/svnroot/pythonnet pythonnet

Show:

What's happening?

  • Integrating Python in VB.NET: memory problem reply

    Finally I have found the answer myself : you must use Dispose() on every Python object you have created.

    2010-01-06 14:16:25 UTC by nobody

  • Integrating Python in VB.NET: memory problem

    Hi, I'm programming with Visual Studio 2005 in VB.NET. My source code uses pythonnet-2.0-alpha2 (python2.5-UCS2) with Python 2.5.2 and Pyro 3.9.1 for remote objetcs. I have written this code : '-------------Begin code ' Python initialization PythonEngine.Initialize() ' Pyro module import pyro_module = PythonEngine.ImportModule("Pyro.core") ' Connect to Pyro server to create...

    2010-01-06 10:16:45 UTC by nobody

Our Numbers