Re: [Tutor] removing an image from a tkinter label

2006-11-14 Thread Orri Ganel
Orri Ganel wrote: Hello all, As part of a tkinter program that displays the currently playing track's information (including artwork) from iTunes, I have a label with an image in it (the artwork). However, when the song played doesn't have artwork, I'd like to remove artwork of the old song

[Tutor] removing an image from a tkinter label

2006-11-14 Thread Orri Ganel
Hello all, As part of a tkinter program that displays the currently playing track's information (including artwork) from iTunes, I have a label with an image in it (the artwork).  However, when the song played doesn't have artwork, I'd like to remove artwork of the old song and replace it with

Re: [Tutor] Alternatives to PY2EXE

2006-11-14 Thread tomd
I used PyInstaller, it was simple, but the app I used it for was rather simple too. http://pyinstaller.hpcf.upr.edu/ -- Tom, http://www.vscripts.net/ on Tue, 14 Nov 2006 19:25:17 +, you wrote: > Are there any "simple" alternatives to PY2EXE for > shipping Python apps to Windows machines? _

Re: [Tutor] free IDE for Python?

2006-11-14 Thread Tim Johnson
* William O'Higgins Witteman <[EMAIL PROTECTED]> [061114 09:05]: > On Tue, Nov 14, 2006 at 12:28:02PM -0500, Richard Querin wrote: > > On 11/14/06, Tim Johnson <[EMAIL PROTECTED]> wrote: > > > > I've used vim in the past for python and recommend it for ease of > > use and support. I a

[Tutor] Alternatives to PY2EXE

2006-11-14 Thread Etrade Griffiths
Hi just finished developing my first app with wxPython and matplotlib and now trying to create an EXE file using PY2EXE for distribution. However, this is proving to be an extremely frustrating experience and I am making very little progress. Are there any "simple" alternatives to PY2EXE for

Re: [Tutor] sleep command in python?

2006-11-14 Thread Kent Johnson
[EMAIL PROTECTED] wrote: > Is there a "sleep" command in python like the bash's sleep? time.sleep() http://docs.python.org/lib/module-time.html Kent ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] sleep command in python?

2006-11-14 Thread Bob Gailer
[EMAIL PROTECTED] wrote: > Is there a "sleep" command in python like the bash's sleep? import time time.sleep(secs) "Suspend execution for the given number of seconds. The argument may be a floating point number to indicate a more precise sleep time. The actual suspension time may be less than th

Re: [Tutor] sleep command in python?

2006-11-14 Thread Andreas Kostyrka
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [061114 20:07]: > Is there a "sleep" command in python like the bash's sleep? import time time.sleep(0.5) Andreas ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] sleep command in python?

2006-11-14 Thread paulino1
Is there a "sleep" command in python like the bash's sleep? ___ O SAPO já está livre de vírus com a Panda Software, fique você também! Clique em: http://antivirus.sapo.pt ___ Tutor maillist

Re: [Tutor] free IDE for Python?

2006-11-14 Thread William O'Higgins Witteman
On Tue, Nov 14, 2006 at 12:28:02PM -0500, Richard Querin wrote: > On 11/14/06, Tim Johnson <[EMAIL PROTECTED]> wrote: > > I've used vim in the past for python and recommend it for ease of > use and support. I also use emacs, which may be found harder to > > I have to chuckle when yo

[Tutor] review of beginner's code requested

2006-11-14 Thread James Cunningham
Hello. I'm new to Python; for a project to get to know the language I wrote up an api for representing finite topologies, and for subsets of topologies for which the orbit (the number of ways to use closure, interior, and complement operators to get separate sets) is fourteen. It can be used like t

Re: [Tutor] free IDE for Python?

2006-11-14 Thread Richard Querin
On 11/14/06, Tim Johnson <[EMAIL PROTECTED]> wrote:   I've used vim in the past for python and recommend it for ease of  use and support. I also use emacs, which may be found harder to  learn but has the advantage of being able to evaluate code directly  in the editor.   timI have to chuckle when y

Re: [Tutor] free IDE for Python?

2006-11-14 Thread wesley chun
> A newbie to Python. What is the free IDE for Python development activities? > ActiveState's Komodo IDE needs a license and a fee. lifting this list straight out of Core Python (and removing the commercial ones): Open Source === IDLE (comes with Python distribution) http://www.python

Re: [Tutor] free IDE for Python?

2006-11-14 Thread Tim Johnson
* Matthew Gordon <[EMAIL PROTECTED]> [061113 14:54]: > agreed. if you plan on programming in a few different languages, i > would suggest picking up vim, emacs, or another multi-language > environment. you can get a plugin (at least for emacs) that highlights > syntax, indents, etc. I've used v

Re: [Tutor] free IDE for Python?

2006-11-14 Thread Basil Shubin
Vadhri, Srinivas пишет: > Hi > > > > A newbie to Python. What is the free IDE for Python development > activities? ActiveState’s Komodo IDE needs a license and a fee. > > > > Any recommendations? You can look at GNU Emacs + python-mode or even try out ECB (Emacs Code Browser - IDE for Em

[Tutor] need help for using ssl in python

2006-11-14 Thread Akanksha Govil
Hi,I need to create an ssl socket. But i am getting the folowing error:Traceback (most recent call last):  File "client-Nextone.py", line 35, in ?    resp = port.editCallPlanConfig(req)  File "/home/nabanita/new_soap_zsi/NexToneSubnet_services.py", line 38, in editCallPlanConfig    self.binding.Sen