Re: Python deployment options.

2006-11-08 Thread Chris_147
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

Re: can't figure out error: module has no attribute...

2006-05-23 Thread Chris_147
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:\

can't figure out error: module has no attribute...

2006-05-23 Thread Chris_147
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.