a.py is importing SimpleSqlClient.py which again is importing System.Data which implements the .NET SQL support.<br><br>So I tried to import System.Data also in a.py and in the main application. Unfortunatelly I still get the error message:<br>
<br>SystemError: Fehler bei der Anforderung des Berechtigungstyps System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.<br><br>I have notived that languages like C# have special constructs to request access grand to system functions. How do I request full access to System.Data in python?<br>
<br><br><div class="gmail_quote">2010/4/15 Bruce Bromberek <span dir="ltr"><<a href="mailto:bruce.bromberek@gmail.com">bruce.bromberek@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Does a.py have any module imports? I always find I have to mess around with standard python modules being available in order for my DLL's to work when I distribute exe's. But then I'm usually using ODBC connections to *.mdb files<div>
<div></div><div class="h5"><br>
<br></div></div></blockquote></div><br>