<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16640" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>I currently use 
Python 2.5, Boa constructor 0.6.1 under Windows and Linux Mandrake. On a motion 
control CPU card, running Linux on Power PC, there is a Mono, C# dll server. To 
communicate with under Windows XP, I had to recompile the Python-Runtime project 
with VS C#. It works now fine under Boa: I can import clr and do the 
following:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
lib = 
clr.AddReference("PPmacClassLibrary")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
from PPmacClassLibrary import 
PPmacDeviceClass<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
self.pmac = PPmacDeviceClass(HOST, "PythonPmac", port)<BR><BR>Under Linux, it is 
not possible to do the same, I tryed to use clr.so and Python-Runtime.dll and 
the error message is : "impossible to load the assembly".<BR>Could you tell me 
how to solve that ? I am not familar with C# and Mono. Do I have to recompile 
under Mono and how to do ? I don't understand well how it works on 
Linux.<BR>Thanks a lot for your 
help<BR><BR>Serge</FONT><BR></FONT></DIV><!-- SPAMfighter Signature --><br><hr>J'utilise la version gratuite de SPAMfighter pour utilisateurs privés.<br />1619 e-mails spam ont été bloqués jusqu'à maintenant.<br /> Les utilisateurs payant n'ont pas ce message dans leurs e-mails.<br />Essayez <a href="http://www.spamfighter.com/lfr">SPAMfighter</a> gratuitement maintenant!<br /></BODY></HTML>