Peter Pearson wrote:
> When you type "python helloworld.py", python looks for helloworld.py
> in the current "working" directory, which is probably your personal
> default directory ("~"). For better results, either save helloworld.py
> to this directory, or copy it to this directory
> ("cp Doc
I got myself in jam trying to be too fancy with threading.Thread
Docs say / remind to call the base __init__
but I can't fighure out how.
---
def main()
.
ls.listen(5)
key = ' '
#while key != EXITCHARCTER:
while stop_serving == False:
cs, raddr
Anyone aware of something that I could test my new DSL modem with.
when I finally unlocked it ( Siemens 4200 ) some setting I saw
made me wonder if it is filtering at all, but tiberian sun internet play
was having problems. After going through the instructions at
{http://portforward.com/english/r
Hendrik van Rooyen wrote:
> "Jon Todd" wrote:
>
>
>>I'd like to have a button that when pressed executes a loop (this could be a
>>thread) and then stops execution when it's released (Push to Make - Single
>>Pole in electronics terms).
>>
>>I've tried the regular way of associating the procedur
George Sakkis wrote:
> Serge Orlov wrote:
>
>
>>Sambo wrote:
>>
>>>I have just (finally) realized that it is splitting and removing
>>>on single space but that seams useless, and split items
>>>1 and 2 are empty strings not spaces??
>>
>
I have couple of puzzles in my code.
def load_headers( group_info ):
if os.path.isfile( group_info.pointer_file ):
ptr_file = open( group_info.pointer_file, "r" )
else:
print group_info.mess_list
return
linecount = 0
ptr_file.seek( 512 )
print ptr_file.
Bruno Desthuilliers wrote:
> Sambo a écrit :
>
>> By accident I assigned int to a class member 'count' which was
>> initialized to (empty) string and had no error till I tried to use it
>> as string, obviously. Why was there no error on assignment( nea
By accident I assigned int to a class member 'count' which was initialized to
(empty) string and had no error till I tried to use it as string, obviously.
Why was there no error on assignment( near the end ).
class Cgroup_info:
group_name = ""
count = "0" #last time checked and proces
Roy Smith wrote:
> In article <[EMAIL PROTECTED]>, Sambo <[EMAIL PROTECTED]>
> wrote:
>
>
>>I have the following module:
>>---
>>import math
>>
>>def ac_add_a_ph( amp1, ph1, amp2, ph2 ):
>>
>>amp
I have the following module:
---
import math
def ac_add_a_ph( amp1, ph1, amp2, ph2 ):
amp3 = 0.0
ph3 = 0.0
ac1 = ( 0, 0j )
ac2 = ( 0, 0j )
ac3 = ( 0, 0j )
ac1 = complex( amp1 * math.cos( mat
>
> c:\temp1>msiexec /I c:\temp1\python-2.4c1.msi /L*v install.log
> /L*v ok here it is... before downloading and installin the VB
> scripting crap.( in case it starts closing apps
> trying to reboot and clear all this typing I've done hehe.
> install.log
> === Verbose logging started: 17/04
BartlebyScrivener wrote:
>
> You may want to try disabling any anti-virus software you have running
> as they
> frequently cause software installation failures.
NONE!!
>
> MSI Installers have a known issue with mapped network drives; please
> copy the
> installer to the c:\ root drive and try
BartlebyScrivener wrote:
>>>Not sure if the .msi installers were broken before,
>>>but they are now (on this installation)
>
>
> Are you installing from c:\ ?
almost never
>
> With administrator rights?
>
pretty sure "YES"
> Check other requirements. It chokes if you are installing from anothe
Some time ago I bought a newer computer with W2000 already on it so I moved my
old drive
to it as secondary( python was installed on non primary partition ).
Not sure if the .msi installers were broken before, but they are now (on this
installation)
and the reason I can't move to brand new instal
14 matches
Mail list logo