Re: [Tutor] Difficulty Understanding Example Code for Blender Script

2010-07-21 Thread Marc Tompkins
On Wed, Jul 21, 2010 at 9:48 PM, Andrew Martin wrote: > This code was part of a Blender script to build a 3d bar graph, so I don't > know if understanding Blender is a prereq for understanding this code. The > function is for the axis labels. > > def label(text,position,orientation='z'): > txt

[Tutor] Difficulty Understanding Example Code for Blender Script

2010-07-21 Thread Andrew Martin
This code was part of a Blender script to build a 3d bar graph, so I don't know if understanding Blender is a prereq for understanding this code. The function is for the axis labels. def label(text,position,orientation='z'): txt=Text3d.New('label') txt.setText(text) ob=Scene.GetCurrent

Re: [Tutor] attachments?

2010-07-21 Thread Lang Hurst
Naw, didn't come through. On 07/21/2010 08:08 PM, Alex Hall wrote: -- There are no stupid questions, just stupid people. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tut

Re: [Tutor] SQLite database locked problem

2010-07-21 Thread Che M
Date: Tue, 20 Jul 2010 07:28:45 +0200 From: cwi...@compuscan.co.za To: pine...@hotmail.com CC: tutor@python.org Subject: Re: [Tutor] SQLite database locked problem On 20/07/2010 06:48, Che M wrote: I'm using an SQLite3 database (with Python 2.5) and every so often the applicatio

[Tutor] attachments?

2010-07-21 Thread Alex Hall
-- Have a great day, Alex (msg sent from GMail website) mehg...@gmail.com; http://www.facebook.com/mehgcap ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

[Tutor] Observer design pattern: request for feedback

2010-07-21 Thread chombee
Hi, I decided I wanted to use the Observer design pattern in my application. I did a little googling, but all the examples that I found of Observer in Python seemed over-complicated, so I wrote my own simple version. It doesn't have as many features as other Observer implementations might, but it'

Re: [Tutor] has it gone quiet or is it just me?

2010-07-21 Thread Robert Berman
Same. Robert > -Original Message- > From: tutor-bounces+bermanrl=cfl.rr@python.org [mailto:tutor- > bounces+bermanrl=cfl.rr@python.org] On Behalf Of Luke > Paireepinart > Sent: Wednesday, July 21, 2010 2:05 PM > To: Alan Gauld > Cc: tutor@python.org > Subject: Re: [Tutor] has it g

Re: [Tutor] has it gone quiet or is it just me?

2010-07-21 Thread Corey Richardson
The "SQLite Database locked problem" was yesterday at 12:48 AM, I'm guessing you didn't count that? ;) Alan Gauld wrote: I haven't had any tutor messages in 2 days. Do I have a problem or are things just very quiet suddenly? The archive isn't showing anything either which makes me suspicious.

Re: [Tutor] has it gone quiet or is it just me?

2010-07-21 Thread Lowell Tackett
You folks are just so good at what you do here that you've answered everybody's questions. Everyone's happy right now. >From the virtual desk of Lowell Tackett --- On Wed, 7/21/10, Alan Gauld wrote: > From: Alan Gauld > Subject: [Tutor] has it gone quiet or is it just me? > To: tutor@pyth

Re: [Tutor] has it gone quiet or is it just me?

2010-07-21 Thread Hugo Arts
Damnit guys, I was hoping everyone would stay real quiet so we could freak Alan out a bit ;-) On Wed, Jul 21, 2010 at 8:14 PM, Alan Gauld wrote: > OK, from the fact I got two replies and Luke hasn't had anything either > I'll assume all is ok and things are just quiet :-) > > > "Alan Gauld" wrot

Re: [Tutor] has it gone quiet or is it just me?

2010-07-21 Thread Shashwat Anand
On Wed, Jul 21, 2010 at 11:44 PM, Alan Gauld wrote: > OK, from the fact I got two replies and Luke hasn't had anything either > I'll assume all is ok and things are just quiet :-) > Yes. c-l-p is having decent traffic though. > > > "Alan Gauld" wrote in message > news:i27cac$uc...@dough.gmane.

Re: [Tutor] has it gone quiet or is it just me?

2010-07-21 Thread William Witteman
On Wed, Jul 21, 2010 at 06:55:25PM +0100, Alan Gauld wrote: >I haven't had any tutor messages in 2 days. >Do I have a problem or are things just very quiet suddenly? >The archive isn't showing anything either which makes me suspicious. It's not just you. I've been hearing crickets as well. -- y

Re: [Tutor] has it gone quiet or is it just me?

2010-07-21 Thread Alan Gauld
OK, from the fact I got two replies and Luke hasn't had anything either I'll assume all is ok and things are just quiet :-) "Alan Gauld" wrote in message news:i27cac$uc...@dough.gmane.org... I haven't had any tutor messages in 2 days. Do I have a problem or are things just very quiet suddenl

Re: [Tutor] has it gone quiet or is it just me?

2010-07-21 Thread David Abbott
On Wed, Jul 21, 2010 at 1:55 PM, Alan Gauld wrote: > I haven't had any tutor messages in 2 days. > Do I have a problem or are things just very quiet suddenly? > The archive isn't showing anything either which makes me suspicious. > Hi Alan, Sorry have not been paying attention, but did get this as

Re: [Tutor] has it gone quiet or is it just me?

2010-07-21 Thread Luke Paireepinart
Not sure Alan. I haven't gotten any messages either, but this one came through just fine. -Luke On Wed, Jul 21, 2010 at 12:55 PM, Alan Gauld wrote: > I haven't had any tutor messages in 2 days. > Do I have a problem or are things just very quiet suddenly? > The archive isn't showing anything eith

[Tutor] has it gone quiet or is it just me?

2010-07-21 Thread Alan Gauld
I haven't had any tutor messages in 2 days. Do I have a problem or are things just very quiet suddenly? The archive isn't showing anything either which makes me suspicious. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription op