On 19 mrt 2008, at 20:41, [EMAIL PROTECTED] wrote:
>
> When I'm running Script Editor, I can get Maya to draw a sphere by
> typing:
>
> tell application "Maya"
> execute "sphere"
> end tell
>
> When I try this using Python, I get this error message:
>
> IDLE 1.2.2
app('Maya').execute('
On 16 jun 2008, at 05:55, Jason Scheirer wrote:
On Jun 15, 7:53 pm, John Salerno <[EMAIL PROTECTED]> wrote:
Before I try this and destroy my computer :) I just wanted to see if
this would even work at all. Is it possible to read a binary file
such
as an mp3 or an avi, put its contents into a
On 30 jun 2008, at 18:55, [EMAIL PROTECTED] wrote:
Is there any way to type into a Tkinter frame window?
I want to use raw_input() within a Tkinter frame.
--
http://mail.python.org/mailman/listinfo/python-list
You could use the Tkinter.Entry option from dialog windows...
http://www.pythonwa
On 2 jul 2008, at 20:21, Dikkie Dik wrote:
If it so fast growing, I'd rather wait for a stable release...
LOL
--
yeah compare to what's happening with iPhone and iPod...
--
http://mail.python.org/mailman/listinfo/python-list
On 13 jul 2008, at 00:39, Alexnb wrote:
Hi All
I am wondering what I can do to turn a python app (.py) into a mac OSX
applicaiton (.app). Just like py2exe does.
i use these:
http://undefined.org/python/py2app.html
http://effbot.org/pyfaq/how-do-i-create-a-pyc-file.htm
But I am also wonder
oops didn't send it to the list...
On 31 jul 2008, at 23:28, Python.Arno wrote:
On 30 jul 2008, at 20:48, William McBrine wrote:
On Wed, 30 Jul 2008 16:57:35 +, I wrote:
[bundlebuidler] does put in a version-specific #! line, but if I
change
that to #!/usr/bin/env python, th
On 14 aug 2008, at 09:41, Bruno Desthuilliers wrote:
Fredrik Lundh a écrit :
(snip)
Oh, please. It's a fact that Python advocacy is a lot more low-key
than the advocacy of certain potentially competing technologies.
It's always been that way. Too many Europeans involved, most
likely.
On 2 mei 2008, at 11:19, Astan Chee wrote:
Hi,
Im not sure if this is more of a math question or a python question.
I have a variable in python:
>>> v = 10.0**n
is there a way to find the value of n if i know only v aside from
str(v).split('+')[1] ? that seems like too much of a hack and I