Win 10
Anti Virus off
[image: image.png]
Any idea?
--
Martin Konopko
--
https://mail.python.org/mailman/listinfo/python-list
MUSATOV
--
http://mail.python.org/mailman/listinfo/python-list
Mike Meyer wrote:
> On Thu, 10 Jan 2008 22:36:56 -0500 Marty <[EMAIL PROTECTED]> wrote:
>> I recently faced a similar issue doing something like this:
>>
>> data_out = []
>> for i in range(len(data_in)):
>> data_out.append([])
>
&
Hrvoje Niksic wrote:
> Mike Meyer <[EMAIL PROTECTED]> writes:
>
>> It sounds to me like your counter variable actually has meaning,
>
> It depends how the code is written. In the example such as:
>
> for meaningless_variable in xrange(number_of_attempts):
> ...
>
> the loop variable really
I need to catch exceptions thrown by programs started by the os.system
function,
as indicated by a non-zero return code (e.g. the mount utility). For example,
if I get the following results in a bash shell:
$mount test
mount: can't find /home/marty/test in /etc/fstab or /etc/mtab
then I
On 9/11/06, Mike Owens <[EMAIL PROTECTED]> wrote:
> I coworker pointed me to this thread.
Joy for us.
>
> < snipped good information >
In all seriousness, the information you present here is great, and
much appreciated. Your sarcastic, condescending tone kind of gets in
the way of the message, t
What are some good free or inexpensive (<$50) IDE's for learning how to
program and create GUI's for Python? I'm pretty good with the simple
programming aspect of the language, but I'm a little mystified by the world
of GUI's, and the options available in python.
--
http://mail.python.org/m