[Python.NET] Build guide for Python.NET using Mono on Linux?

Denis Akhiyarov denis.akhiyarov at gmail.com
Thu Sep 10 23:35:47 CEST 2015


You need to change the configuration of build to Mono from Win. Maybe
MonoDevelop supports this for solution/project files? If you build using
setup.py what is the result?

On Thu, Sep 10, 2015, 4:28 PM Jonno <jonnojohnson at gmail.com> wrote:

> I'm very unfamiliar with Mono & C#. Is there a guide or instructions
> anywhere for building using Mono on Linux?
>
> I'm using Anaconda64 on Ubuntu with Mono 4.0.12
>
> If I try to build the whole solution in Mono (same results with 2.0,
> master & develop zips from Github) I get 2 errors:
>
> Error CS1566: Error reading resource file
> `/home/mj-ubuntu/Public/pythonnet-develop/src/console/$(PythonBuildDir)/Python.Runtime.dll'
> (CS1566) (Console)
>
> /home/mj-ubuntu/Public/pythonnet-develop/src/clrmodule/ClrModule.cs(6,6):
> Error CS0246: The type or namespace name `RGiesecke' could not be found.
> Are you missing an assembly reference? (CS0246) (clrmodule)
>
> Any thoughts/suggestions/ideas?
> _________________________________________________
> Python.NET mailing list - PythonDotNet at python.org
> https://mail.python.org/mailman/listinfo/pythondotnet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythondotnet/attachments/20150910/f6817de5/attachment.html>


More information about the PythonDotNet mailing list