The Wayback Machine - https://web.archive.org/web/20221003052351/https://github.com/pythonnet/codecs
Skip to content

pythonnet/codecs

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

Extra marshaling codecs for Python.NET

Running tests manually

Set PYTHON_HOME and PYTHON_VERSION environment variables. If using Visual Studio, this has to be done before launching Visual Studio.

Alternatively, create LAUNCH.cs file in Codecs.Tests project, and add the following code there:

partial class TestsRuntimeConfig
{
    static TestsRuntimeConfig()
    {
        Environment.SetEnvironmentVariable("PYTHON_HOME", @"PATH/TO/PYHOME");
        Environment.SetEnvironmentVariable("PYTHON_VERSION", "3.5");
    }
}

Resources

Mailing list: https://mail.python.org/mailman/listinfo/pythondotnet Chat: https://gitter.im/pythonnet/pythonnet

About

Extra Python <-> .NET marshallers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages