From Pierre.Zeeman at psitek.com Thu Jul 6 11:54:25 2006 From: Pierre.Zeeman at psitek.com (Pierre Zeeman) Date: Thu, 6 Jul 2006 11:54:25 +0200 Subject: [Python.NET] Treeview weirdness Message-ID: Hi, This is probably an obscure question but has anyone here managed to display images in a dotnet treeview control in a form referenced by an exe created by py2exe? It works fine if I just run the .py script - I can see and change node images - but as soon as I run the .exe the nodes no longer display images. The images still display (and I can switch them around, remove them, etc) in other controls, though, so it's not like the reference is being lost in the bundling process. Any ideas? Thanks in advance, Pierre From fcorreia at gmail.com Mon Jul 10 19:27:24 2006 From: fcorreia at gmail.com (Filipe Correia) Date: Mon, 10 Jul 2006 18:27:24 +0100 Subject: [Python.NET] Python.net with Mono and *nix Message-ID: <4ff60e1c0607101027s7a0620ccr4984cf24c4a5df7c@mail.gmail.com> Hi all, I've followed the installation notes to use python.net with mono on a linux box but haven't quite got it working yet. The "readme" that comes with the python.net package says the following: "Note that if you are running under Mono on a *nix system, you will need to have a compatible version of Python installed. You will also need to create a symbolic link to the copy of libpython2.x.so (in your existing Python installation) in the PythonNet directory. This is needed to ensure that the mono interop dll loader will find it by name. For example: ln -s /usr/lib/libpython2.4.so ./python24.so" I did so, but the following exception turned up: "Unhandled Exception: System.DllNotFoundException: python23 in (wrapper managed-to-native) Python.Runtime.Runtime:Py_Initialize () in <0x00028> Python.Runtime.Runtime:Initialize () in <0x00013> Python.Runtime.PythonEngine:Initialize () in <0x00017> Python.Runtime.PythonConsole:Main (System.String[] args)" Does this mean python23 is mandatory for running on a *nix environment? It's true that I only have python24 installed... thanks in advance, Filipe From Brian.Lloyd at revolution.com Wed Jul 12 15:04:15 2006 From: Brian.Lloyd at revolution.com (Brian Lloyd) Date: Wed, 12 Jul 2006 09:04:15 -0400 Subject: [Python.NET] Python.net with Mono and *nix Message-ID: <65531D426735784F854EE658938A585304A2D3D6@MI8NYCMAIL03.Mi8.com> Note that the PythonNet 1.x releases are packaged as distinct releases for Python 2.3 and 2.4. Perhaps you installed the 2.3 release by mistake? -Brian > -----Original Message----- > From: pythondotnet-bounces at python.org > [mailto:pythondotnet-bounces at python.org] On Behalf Of Filipe Correia > Sent: Monday, July 10, 2006 1:27 PM > To: pythondotnet at python.org > Subject: [Python.NET] Python.net with Mono and *nix > > Hi all, > > I've followed the installation notes to use python.net with > mono on a linux box but haven't quite got it working yet. The > "readme" that comes with the python.net package says the following: > > "Note that if you are running under Mono on a *nix system, > you will need to have a compatible version of Python > installed. You will also need to create a symbolic link to > the copy of libpython2.x.so (in your existing Python > installation) in the PythonNet directory. This is needed to > ensure that the mono interop dll loader will find it by name. > For example: > ln -s /usr/lib/libpython2.4.so ./python24.so" > > I did so, but the following exception turned up: > "Unhandled Exception: System.DllNotFoundException: python23 > in (wrapper managed-to-native) > Python.Runtime.Runtime:Py_Initialize () in <0x00028> > Python.Runtime.Runtime:Initialize () in <0x00013> > Python.Runtime.PythonEngine:Initialize () in <0x00017> > Python.Runtime.PythonConsole:Main (System.String[] args)" > > Does this mean python23 is mandatory for running on a *nix > environment? It's true that I only have python24 installed... > > thanks in advance, > Filipe > _________________________________________________ > Python.NET mailing list - PythonDotNet at python.org > http://mail.python.org/mailman/listinfo/pythondotnet > > From difloyd at frontiernet.net Sat Jul 22 01:17:10 2006 From: difloyd at frontiernet.net (Diana Floyd) Date: Fri, 21 Jul 2006 19:17:10 -0400 Subject: [Python.NET] How to get 'None' from .NET? Message-ID: hey how are you doing