king kikapu wrote:
> Hi to all folks here,
>
> i just bought a book and started reading about this language.
> I want to ask what options do we have to deploy a python program to
> users that do not have the labguage installed ??
>
> I mean, can i make an executable file, or something that contains
Thanks for the reply.
you are indeed right, they were included from different places.
from C:\Python24\Lib and D:\mydir
But the strange thing is:
anywhere on C: the file from C:\Python24\Lib was included.
in D:\mydir the one from that directory
BUT: anywhere else on D: apparantly the one from D:\
but it seems to depend on from where I start the Python shell.
so I've got a module selfservicelabels.py with some variables defined,
like this:
BtnSave = "link=label.save"
DeliveryAutomaat= "//[EMAIL PROTECTED]'deliveryMethod' and @value='AU']"
This module is in the Lib directory.