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

2006-05-25 Thread Tim Roberts
"Chris_147" <[EMAIL PROTECTED]> wrote: >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

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:\

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

2006-05-23 Thread Kent Johnson
Chris_147 wrote: > 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