Ok I think I got it. Thanks everybody. And sorry for the late reply. My
classes have just started so learned python unfortunately must be bumped
down on the priority list
On Thu, Aug 26, 2010 at 4:32 AM, Alan Gauld wrote:
>
> "Andrew Martin" wrote
>
> I want to compare ze
be retrieved by Projectile.getY. And how
do I call the getY using the instance?
On Wed, Aug 25, 2010 at 7:24 PM, Alan Gauld wrote:
>
> "Andrew Martin" wrote
>
>
> However, when I did so I got this error: "TypeError: unbound method getY()
>> must be call
I just starting programming and am trying to learn some python (ver 2.6). I
am reading Python Programming: An Introduction to Computer Science by John
Zelle. In chapter ten, the first programming exercise asks the reader to
modify code from the chapter (below) . The code I added is highlighted.
How
ins
> wrote:
> > 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
> &
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
Yeah ok I get it. I have to return something. I looked at the sample code
provided on the book's website and found out what I am supposed to return.
Thanks. I appreciate the responses, especially to this bonehead question.
___
Tutor maillist - Tutor@py
I am new to Blender and Python (2.6 on vista) and was trying to follow a
tutorial in the book Blender 2.49 Scripting by Michel Anders. I was trying
to write a script that would create a user interface where the user could
select various aspect of an insect and the code would create a polygonal
bug.
How exactly can I go about deleting __init__.pyc? Sorry, I am new to this so
I need everything spelled out for me.
On Wed, Jun 30, 2010 at 2:30 AM, Marc Tompkins wrote:
> On Tue, Jun 29, 2010 at 10:35 PM, Andrew Martin wrote:
>
>> I just downloaded Python 2.6.5 onto my windows vista
I just downloaded Python 2.6.5 onto my windows vista laptop. I am attempting
to install "escript version 3: Solution of Partial Differential Equations
(PDE) using Finite Elements (FEM)." I downloaded the files and manually
placed them in their appropriately place on my computer according to the
Rea
On Fri, Jun 18, 2010 at 7:13 PM, Andrew Martin wrote:
> Alright I got it. Although i didn't end up doing any typing. All I did was
> go to start/module docs and then press open browser.
>
> Thanks again and next time i will supply more info
Alright I got it. Although i didn't end up doing any typing. All I did was
go to start/module docs and then press open browser.
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/
Hey, everyone, I am new to programming and just downloaded Python 2.6 onto
my windows vista laptop. I am attempting to follow 4.11 of the tutorial
called "How to Think Like a Computer Scientist: Learning with Python v2nd
Edition documentation" (
http://openbookproject.net/thinkcs/python/english2e/c
Hey, everyone, I am new to programming and just downloaded Python 2.6 onto
my windows vista laptop. I am attempting to follow 4.11 of the tutorial
called "How to Think Like a Computer Scientist: Learning with Python v2nd
Edition documentation" (
http://openbookproject.net/thinkcs/python/english2e/c
13 matches
Mail list logo