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
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
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?
_
* 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
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
[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
[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
* [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
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
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
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
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
> 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
* 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
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
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
16 matches
Mail list logo