Re: Python IDE

2004-12-14 Thread Tomas
Source Assistant feature of the professional version is very useful. As for projects, it doesn't support CVS or anything similar. Still, I don't miss this feature, because there are other excelent and free CVS clients. I use TortoiseCVS, http://www.tortoisecvs.org/, which integra

Re: lies about OOP

2004-12-14 Thread Tomas Christiansen
nguage automaticly chose the right one, frees your mind to other processes, but at the risk of some kind of run-time overhead. --- Tomas -- http://mail.python.org/mailman/listinfo/python-list

Simple TCP "relay" or "proxy"

2005-05-13 Thread Tomas Christiansen
t;relay" PCL and/or PostScript printjobs to a TCP/IP printer. Does anyone have some sugggestions on code-examples? I've tried googling around, but couldn'r find anythin usefull. --- Tomas -- http://mail.python.org/mailman/listinfo/python-list

Send all packets (socket programming)

2005-05-22 Thread Tomas Christiansen
nknown TCP/IP printer) and goes to an error-state. --- Tomas -- http://mail.python.org/mailman/listinfo/python-list

Using MAPI (simplemapi.py)

2006-03-22 Thread Tomas Brabenec
ne 206, in on_mnu_email simplemapi.SendMail("",self.tree.GetItemText(self.tree.GetSelection()),self.memo.GetValue(),"") File "C:\bra\Programs\Notebook\lib\simplemapi.py", line 141, in SendMail raise WindowsError, "MAPI error %i" % rc WindowsError: MAPI erro

Re: import random module

2006-03-22 Thread Tomas Brabenec
You must rename Your script. Your script doesn't same name as calling module. Tomas Brabenec http://brabenec.net DataSmash napsal(a): > Hi, > When I import the random module at the python interpreter, it works > fine: > >>>> import random >>>&