Wolves Digest, Vol 51, Issue 2 [Wolves] List stats

h.berry at blueyonder.co.uk h.berry at blueyonder.co.uk
Mon Sep 6 13:45:12 BST 2004


Please keep the stats in. It's one of the few things I understand (Well, I get the general drift of it!)
Howard

-----Original Message-----
From:	wolves-bounces at mailman.lug.org.uk on behalf of wolves-request at mailman.lug.org.uk
Sent:	Mon 9/6/2004 12:15 PM
To:	wolves at mailman.lug.org.uk
Cc:	
Subject:	Wolves Digest, Vol 51, Issue 2
Send Wolves mailing list submissions to
	wolves at mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
	http://mailman.lug.org.uk/mailman/listinfo/wolves
or, via email, send a message with subject or body 'help' to
	wolves-request at mailman.lug.org.uk

You can reach the person managing the list at
	wolves-owner at mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Wolves digest..."


Today's Topics:

   1. python module query (sparkes)
   2. Re: List stats (Peter Cannon)
   3. List stats (MatthewRevell.3247378 at bloglines.com)
   4. Re: python module query (sparkes)
   5. Re: List stats (Old Dan)
   6. Re: List stats (Peter Cannon)
   7. RE: List stats (sean_spencer at blueyonder.co.uk)
   8. Re: List stats (David Goodwin)


----------------------------------------------------------------------

Message: 1
Date: Mon, 06 Sep 2004 10:38:45 +0100
From: sparkes <sparkes at westmids.biz>
Subject: [Wolves] python module query
To: Wolverhampton Linux User Group <wolves at mailman.lug.org.uk>
Message-ID: <413C3025.6050309 at westmids.biz>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I know I *should* be able to do this but for the life of me I can't see 
how to do it.

I want to load a module at runtime by passing it's name to a function.  
I just can't see how to load a module dynamically like this.  I am 
pretty sure it can be done but I can't work it out.

I thought sys.module might help but I can't work that out either ;-)

I am pretty sure it's one of those things that will seem easy once I 
know how to do it as well ;-)

sparkes

-- 
                   _      __
    ______      __(_)____/ /_ 
   / ___/ | /| / / / ___/ __ \
  (__  )| |/ |/ / (__  ) / / /
 /____/ |__/|__/_/____/_/ /_/
t:07005 968 999 f:07005 968 888
      www.swishdesign.com 



------------------------------

Message: 2
Date: Mon, 6 Sep 2004 10:46:00 +0100
From: Peter Cannon <peter at cannon-linux.freeserve.co.uk>
Subject: Re: [Wolves] List stats
To: Wolverhampton Linux User Group <wolves at mailman.lug.org.uk>
Message-ID: <200409061046.00432.peter at cannon-linux.freeserve.co.uk>
Content-Type: text/plain;  charset="iso-8859-1"

On Monday 06 Sep 2004 10:23, The wise and knowledgeable Old Dan proclaimed:


> I wasn't having a go at anyone, heaven forfend ( :) ), I just don't
> really see the point in it, is all.

1. Gives an idea of what is of real interest
2. Shows who is committed to promoting Linux
3. Demonstrates the level of activity
4. Illustrates the ratio of problems to idle chit chat
5. Highlights the progression of newbies (i.e. one or two post to full 
participation)

I could go on but I would obviously be wasting my time.

I thought members would be interested to see the results of their posts, 
obviously not!

I won't post stats any more OK! congrats you've killed a contribution, well 
done.

P.S. I might be able to  come to the meet this week. 

-- 

Regards

Peter Cannon

peter at cannon-linux.freeserve.co.uk

"There is every excuse for not knowing!"
"But there is no excuse for not asking!"


------------------------------

Message: 3
Date: 6 Sep 2004 09:59:28 -0000
From: MatthewRevell.3247378 at bloglines.com
Subject: [Wolves] List stats
To: wolves at mailman.lug.org.uk
Message-ID: <1094464768.2820111148.23120.sendItem at bloglines.com>
Content-Type: text/plain

> I thought members would be interested 

Maybe they are, no one has yet
said if they are or not.

> I won't post stats any more OK! 

I'd suggest
that's a little rash. I don't think that's what Dan was suggesting!


------------------------------

Message: 4
Date: Mon, 06 Sep 2004 10:56:16 +0100
From: sparkes <sparkes at westmids.biz>
Subject: Re: [Wolves] python module query
To: Wolverhampton Linux User Group <wolves at mailman.lug.org.uk>
Message-ID: <413C3440.4070301 at westmids.biz>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

sparkes wrote:

> I know I *should* be able to do this but for the life of me I can't 
> see how to do it.
>
> I want to load a module at runtime by passing it's name to a 
> function.  I just can't see how to load a module dynamically like 
> this.  I am pretty sure it can be done but I can't work it out.
>
> I thought sys.module might help but I can't work that out either ;-)
>
> I am pretty sure it's one of those things that will seem easy once I 
> know how to do it as well ;-)
>
> sparkes
>
exec 'import ' + <variable> + ' as my_mod'

thanks to Gareth Fleming GLLUG python study group ;-) posted here to 
save people time answering the question and to improve our mailing list 
archives

sparkes

-- 
                   _      __
    ______      __(_)____/ /_ 
   / ___/ | /| / / / ___/ __ \
  (__  )| |/ |/ / (__  ) / / /
 /____/ |__/|__/_/____/_/ /_/
t:07005 968 999 f:07005 968 888
      www.swishdesign.com 



------------------------------

Message: 5
Date: Mon, 06 Sep 2004 11:03:40 +0100
From: Old Dan <dan at dannyboy.dnsalias.org>
Subject: Re: [Wolves] List stats
To: Wolverhampton Linux User Group <wolves at mailman.lug.org.uk>
Message-ID: <413C35FC.6070902 at dannyboy.dnsalias.org>
Content-Type: text/plain; charset=us-ascii; format=flowed

MatthewRevell.3247378 at bloglines.com wrote:
>>I won't post stats any more OK! 
> I'd suggest
> that's a little rash. I don't think that's what Dan was suggesting!

Quite.

It was meant as it read:  A simple query.

-- 
Dan


------------------------------

Message: 6
Date: Mon, 6 Sep 2004 11:08:09 +0100
From: Peter Cannon <peter at cannon-linux.freeserve.co.uk>
Subject: Re: [Wolves] List stats
To: Wolverhampton Linux User Group <wolves at mailman.lug.org.uk>
Message-ID: <200409061108.09643.peter at cannon-linux.freeserve.co.uk>
Content-Type: text/plain;  charset="utf-8"

On Monday 06 Sep 2004 10:59, The wise and knowledgeable 
MatthewRevell.3247378 at bloglines.com proclaimed:

> > I thought members would be interested
>
> Maybe they are, no one has yet
> said if they are or not.

Nobodys said they are?

> > I won't post stats any more OK!
>
> I'd suggest
> that's a little rash. I don't think that's what Dan was suggesting!

Feeling a little bit tetchy this morning. :-)

-- 

Regards

Peter Cannon

peter at cannon-linux.freeserve.co.uk

"There is every excuse for not knowing!"
"But there is no excuse for not asking!"


------------------------------

Message: 7
Date: Mon, 6 Sep 2004 11:57:53 +0100
From: <sean_spencer at blueyonder.co.uk>
Subject: RE: [Wolves] List stats
To: "Wolverhampton Linux User Group" <wolves at mailman.lug.org.uk>
Message-ID:
	<FADAB4F3B16B6B43B5B84261A743A824029E6CE2 at ECOWV01M.Telewest.Internal>
Content-Type: text/plain; charset="utf-8"

Blimey...I aint seen the list this lively since I started off World War III with the spam......
 
;)
 
Keep smiling.
 
Sean Spencer

	-----Original Message----- 
	From: wolves-bounces at mailman.lug.org.uk on behalf of Peter Cannon 
	Sent: Mon 06/09/2004 11:08 
	To: Wolverhampton Linux User Group 
	Cc: 
	Subject: Re: [Wolves] List stats
	
	

	On Monday 06 Sep 2004 10:59, The wise and knowledgeable
	MatthewRevell.3247378 at bloglines.com proclaimed:
	
	> > I thought members would be interested
	>
	> Maybe they are, no one has yet
	> said if they are or not.
	
	Nobodys said they are?
	
	> > I won't post stats any more OK!
	>
	> I'd suggest
	> that's a little rash. I don't think that's what Dan was suggesting!
	
	Feeling a little bit tetchy this morning. :-)
	
	--
	
	Regards
	
	Peter Cannon
	
	peter at cannon-linux.freeserve.co.uk
	
	"There is every excuse for not knowing!"
	"But there is no excuse for not asking!"
	
	_______________________________________________
	Wolves LUG mailing list
	Homepage: http://www.wolveslug.org.uk/
	Mailing list: Wolves at mailman.lug.org.uk
	Mailing list home: http://mailman.lug.org.uk/mailman/listinfo/wolves
	
	
	

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 4870 bytes
Desc: not available
Url : http://mailman.lug.org.uk/pipermail/wolves/attachments/20040906/353dcc7c/attachment-0001.bin

------------------------------

Message: 8
Date: Mon, 06 Sep 2004 12:09:35 +0100
From: David Goodwin <david at openminds.co.uk>
Subject: Re: [Wolves] List stats
To: Wolverhampton Linux User Group <wolves at mailman.lug.org.uk>
Message-ID: <413C456F.80306 at openminds.co.uk>
Content-Type: text/plain; charset=us-ascii; format=flowed


> P.S. I might be able to  come to the meet this week. 
> 

If you want a lift (e.g. to allow you to drink etc) then I can give you 
one.. bear in mind Kat & I tend to leave at about 11 (as we're not 
really late night people) so you may miss some of the more in depth 
discussions / rants / raves etc.

David.

-- 
David Goodwin
Open Minds High Availability Solutions
T: +44 (0) 121 313 3947
E: david.goodwin at openminds.co.uk


------------------------------

_______________________________________________
Wolves mailing list
Wolves at mailman.lug.org.uk
http://mailman.lug.org.uk/mailman/listinfo/wolves

End of Wolves Digest, Vol 51, Issue 2
*************************************





-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 6679 bytes
Desc: not available
Url : http://mailman.lug.org.uk/pipermail/wolves/attachments/20040906/bb66c78b/attachment.bin


More information about the Wolves mailing list