
On 27 September 2011 10:43, Roger <arelem@bigpond.com> wrote:
She says that python will not import gtk says there is no module...
In theory it should be possible to install extra modules in a non-standard directory and set PYTHONPATH environment variable (and maybe PATH if there are *.dll files) to point to this directory. It wouldn't surprise me if this is easier said then done however, especially for modules that are a mix of C + python (I assume this is the case for gtk). Unless the installer of the binary module somehow lets you install it in any directory you choose. Even if it is possible, if it is too complicated, may not be a good way of introducing new comers to python. I don't have a windows box, let alone a school restricted laptop, to test this on. -- Brian May <brian@microcomaustralia.com.au>