[MonoDevelop] Python Support for MonoDevelop on OS X

Michael Hutchinson m.j.hutchinson at gmail.com
Fri May 22 17:12:15 EDT 2009


On Wed, May 6, 2009 at 4:17 PM, Michael Foord <fuzzyman at voidspace.org.uk> wrote:
>
>
> 2009/5/6 Michael Hutchinson <m.j.hutchinson at gmail.com>
>>
>> On Wed, May 6, 2009 at 11:03 AM, Michael Foord
>> <fuzzyman at voidspace.org.uk> wrote:
>> >
>> > Apparently there is now optional Python support for MonoDevelop, but it
>> > must
>> > be compiled in (my understanding).
>>
>> Nope, it can be built against an existing MonoDevelop.
>
> OK, so as an alternative I have checked out PyBinding from SVN. Attempting
> to load PyBinding.sln in MonoDevelop hangs. :-) (Most menu options are
> grayed out and it needs to be forcibly quit.)
>
> Where does MonoDevelop log to?

~/.config/MonoDevelop/log

If it hangs, send a kill -QUIT to the process, which will cause Mono
to dump stacktraces of all threads. These will be on the console (but
MD tees console output to the log).

> Is it feasible to even attempt to build PyBinding with Visual Studio?

Yes, if you have all the MD assemblies in a path from which VS
resolves assemblies.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list