[Zope-CVS] CVS: PythonNet - README.txt:1.11 makefile:1.11 makefile.mono:1.7

Brian Lloyd cvs-admin at zope.org
Mon Nov 17 21:54:02 EST 2003


Update of /cvs-repository/PythonNet
In directory cvs.zope.org:/tmp/cvs-serv14768

Modified Files:
	README.txt makefile makefile.mono 
Log Message:
fix dumb FreeHGlobal issue


=== PythonNet/README.txt 1.10 => 1.11 ===
--- PythonNet/README.txt:1.10	Mon Oct 27 23:00:44 2003
+++ PythonNet/README.txt	Mon Nov 17 21:53:30 2003
@@ -14,10 +14,10 @@
   <a href="http://mail.python.org/mailman/listinfo/pythondotnet">
   mailing list information</a> page.
 
-  The current released version of Python for .NET is 1.0 beta 1. You can 
+  The current released version of Python for .NET is 1.0 beta 2. You can 
   download the release at: 
-  <a href="/Members/Brian/PythonNet/Releases/PythonNet-1.0-beta1.tgz">
-  http://www.zope.org/Members/Brian/PythonNet/Releases/PythonNet-1.0-beta1.tgz
+  <a href="/Members/Brian/PythonNet/Releases/PythonNet-1.0-beta2.tgz">
+  http://www.zope.org/Members/Brian/PythonNet/Releases/PythonNet-1.0-beta2.tgz
   </a>
 
 
@@ -191,6 +191,11 @@
 
 	  from CLR.System.Windows.Forms import Form
 
+
+      Python for .NET uses the PYTHONPATH (sys.path) to look for assemblies 
+      to load, in addition to the usual application base and the GAC. To 
+      ensure that you can implicitly import an assembly, put the directory 
+      containing the assembly in 'sys.path'.
 
       To load assemblies with names that do not correspond with a namespace,
       you can use the standard mechanisms provided by the CLR::


=== PythonNet/makefile 1.10 => 1.11 ===
--- PythonNet/makefile:1.10	Wed Nov  5 22:35:09 2003
+++ PythonNet/makefile	Mon Nov 17 21:53:30 2003
@@ -1,7 +1,7 @@
 # Makefile for the PythonRuntime .NET assembly and tests. Thanks to
 # Camilo Uribe <kmilo at softhome.net> for contributing Mono support.
 
-RELEASE=PythonNet-1.0-beta1
+RELEASE=PythonNet-1.0-beta2
 RUNNER=
 ILDASM=ildasm
 ILASM=ilasm


=== PythonNet/makefile.mono 1.6 => 1.7 ===
--- PythonNet/makefile.mono:1.6	Wed Nov  5 22:35:09 2003
+++ PythonNet/makefile.mono	Mon Nov 17 21:53:30 2003
@@ -5,7 +5,7 @@
 # dll under mono, due to use of attributes that the mono assembler / 
 # disassembler doesn't yet support.
 
-RELEASE=PythonNet-1.0-beta1
+RELEASE=PythonNet-1.0-beta2
 RUNNER=mono
 ILDASM=monodis
 ILASM=ilasm




More information about the Zope-CVS mailing list