.mktime_tz(date_tuple))
if date:
... # valid date found
Somehow this looks too complicated. Any chance to integrate the datetime module
into the email module?
related:
http://stackoverflow.com/questions/1790795/python-parsing-date-with-timezone-from-an-email
--
Thomas Guettler, http://
On 04.07.2011 13:20, Peter Otten wrote:
> Thomas Guettler wrote:
>
>> On 04.07.2011 11:51, Peter Otten wrote:
>>> Thomas Guettler wrote:
>>>
>>>> I get a HeaderParseError during decode_header(), but Thunderbird can
>>>> display the nam
On 04.07.2011 11:51, Peter Otten wrote:
> Thomas Guettler wrote:
>
>> I get a HeaderParseError during decode_header(), but Thunderbird can
>> display the name.
>>
>>>>> from email.header import decode_header
>>>>>
> decode_header('=?i
"", line 1, in
File "/usr/lib64/python2.6/email/header.py", line 101, in decode_header
raise HeaderParseError
email.errors.HeaderParseError
How can I parse this in Python?
Thomas
Same question on Stackoverflow:
http://stackoverflow.com/questions/6568596/heade
responsible *please* fix this? I am willing to provide
> assistance, see also my suggestion in
> <news:5337093.9j7nak4...@pointedears.de>.
Hi,
Who is responsible?
I think in the past there were not many broken threads. I wonder what
changed this.
Thomas
--
Thomas Guettler, http
don't have a nice HTML output for every python source file.
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
h about CSS and Javascript.
I guess you need buy two books :-)
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
Thank you, I was blind:
See "condensed":
http://docs.python.org/library/hashlib.html
Stefan Sonnenberg-Carstens wrote:
> Am 29.11.2010 14:50, schrieb Thomas Guettler:
>> Hi,
>>
>> I think it would be nice if you could use the hashlib in one line:
>>
>&g
Hi,
I think it would be nice if you could use the hashlib in one line:
hashlib.sha256().update('abc').hexdigest()
Unfortunately update() returns None.
Is there a way to convert a string to the hexdigest of sha256 in one line?
Thomas
--
Thomas Guettler, http://www.thomas-guet
John Nagle wrote:
> On 7/23/2010 1:45 AM, Thomas Guettler wrote:
>> Hi,
>>
>> I use non-blocking io to check for timeouts. Sometimes I get EAGAIN
>> (Resource temporarily unavailable)
>> on write(). My working code looks like this. But I am unsure how many
>>
lt)
else:
raise Exception('Too many EAGAIN on write %s %s' % (cmd, exc),
exc_info=True)
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
ject, and/or
> how I can clean up the file structure and imports to avoid problems
> like this in the future? Thanks in advance for any help, and I
> apologize for the broken link the other day.
>
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guet
.load_pkcs7('secKey.pkcs7')
try:
print s.verify(p7, File(open(file)))
except (M2Crypto.SMIME.PKCS7_Error, M2Crypto.SMIME.SMIME_Error), exc:
print '%s failed: %s' % (file, str(exc).strip())
return False
return True
}}}
--
Thomas Guettler, h
e!
You retrieve the whole message (you don't save bandwith), but maybe that's
what you want.
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
ook at the open file descriptors of
a running process like this:
ls -l /proc/PID/fd/
But I guess it is a limitation of your filesystem. What do you use?
I once had this problem with ext2. It has a low limit for
subdirectories.
With xfs the limits are much greater.
Thomas
--
Thomas Guettler, h
50-8BITMIME
250-BINARYMIME
250 CHUNKING
The same happens if I use TLS.
Any hints?
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
/tmp/t.py", line 1, in
class Foo(object):
File "/home/user/tmp/t.py", line 5, in Foo
bar.myattr='test'
TypeError: 'classmethod' object has only read-only attributes (assign to
.myattr)
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettl
Looks like your pygtk package does not fit to the installed python package.
> from glib._glib import *
> ImportError: /usr/lib/python2.6/site-packages/gtk-2.0/glib/_glib.so:
> undefined symbol: PyUnicodeUCS4_DecodeUTF8
--
Thomas Guettler, http://www.thomas-guettler.d
In one of the first chapters of "Advanced programming in the unix
environment (second edition)" there is explained how a unix shell works.
You could write you own shell using python. This way the python
interpreter gets stared only once, and not for every call to "ls".
Have fun,
Thomas
nickn
the ls command natively
> from the shell (not via python). I display the ouput via python by
> using the print function on the variable that accepts the os.popen
> ().read() function.
...
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
caling to fit my screen?
> How is its performance? Is there any other possibilities that I've
> missed? Thanks.
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
Diez B. Roggisch schrieb:
> Thomas Guettler wrote:
>
>> Hi,
>>
>> I need to write some simple workflows with web interface.
>>
>> For the web stuff I will use django, but I am not sure how
>> to do the workflow part.
>
> Did you consider using
I
prefer python.
Feedback welcome,
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
ers. It would not be difficult to
implement this as a class with all fancy methods like startswith() ...
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
Stefan Behnel schrieb:
> Thomas Guettler wrote:
>> My quick fix is this:
>>
>> class MyFormatter(logging.Formatter):
>> def format(self, record):
>> msg=logging.Formatter.format(self, record)
>> if isinstance(msg, str):
>>
see any logging messages.
Thomas
Thomas Guettler schrieb:
> Hi,
>
> I have bug in my code, which results in the same error has this one:
> ...
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
;view=markup
I think msg.encode("UTF-8", 'backslashreplace') would be better here.
What do you think?
Should I fill a bugreport?
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
magic of all web apps into one chapter.
GUI-apps: You can use tkinter, qt or gtk again it would be hard
to put something useable into one chapter.
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
arallel, in that I'd
> like to have multiple processes each access a unique group of files from the
> given dir as fast as possible.
>
> So.. Any thoughts/pointers/comments would be greatly appreciated. Any
> pointers to academic research, etc.. would be useful.
>
> tha
t.
But the page looks like it is not ready for public. But it looks
promising.
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
http://trac.edgewall.org/wiki/MultipleRepositorySupport
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
Paul Rubin schrieb:
> Thomas Guettler writes:
>> 1. The user pushes a button in the web app.
>> 2. Webserver sends signed python code to the client with own mime type
>> 3. IE sends code to the python application.
>> 4. Signature gets checked, Python code on the client
guess that's not very easy, since I am not used to windows
programming.
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
Bryan Olson schrieb:
> Thomas Guettler wrote:
>> Sorry, I described my problem not well. Here is more information:
>
> Actually you did pretty well.
>
> [...]
>> The main application is the intranet web application used with IE (ms
>> windows client).
>
>
pp.
2. Webserver sends signed python code to the client with own mime type
3. IE sends code to the python application.
4. Signature gets checked, Python code on the client gets executed.
5. Maybe send some data to the server with http.
Thomas
Server runs Linux with Django and Postgres.
Thomas Gue
refer to use some open source project, if it
exists.
Thanks in advance,
Thomas Güttler
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
"/localhome/modw/django/forms/models.py", line 315, in save
if self.instance.pk is None:
File "/localhome/modw/django/db/models/base.py", line 292, in _get_pk_val
return getattr(self, meta.pk.attname)
AttributeError: 'MyAction' object has no attribute
now where.
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
07 is octal. That's way 08 is invalid. Try this:
===> python
>>> print 011
9
>>> print int('011')
11
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
anted to see grouped up but couldn't find?
The API is not good documented. It was very hard for me to understand
what was going on the source.
> - what would you like to see in a book about matplotlib?
How to use the API.
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de
Hussein B schrieb:
> Hey,
> Which Adapter to use with PostgreSQL:
> PyPgSQL, psycopg or PyGreSQL?
> Thanks.
I think psycopg2 is a good choice. Never tried anything else.
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler
t really wants this:
>>> urllib.urlencode({'key': ['value1', 'value2']})
'key=%5B%27value1%27%2C+%27value2%27%5D'
I think this is what most people want:
>>> urllib.urlencode({'key': ['value1', 'value2']}, doseq
y
>
> It works fine aside from link in href.
>
> Example:
>
> String to parse:
> elognormal text
>
> Output:
> [[['elog', 'normal text']]]
>
> as you can see it misses the info about href...
> how can get this information 'vaff
ay to overload the Ghostcript function in the
> EpsImagePlugin.py file or to overload the plugin or to write a custom
> plugin without interfering with the PIL?
> The question hopefully seems trivial to a python programmer..
Hi,
you can call gs yourself with e.g. the module subprocess.
Th
I'm
looking for alternatives.
Please explain what you want to do. Maybe the spread toolkit
can help you:
http://www.spread.org/index.html
HTH,
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
;www.microsoft.com'
p = subprocess.Popen(["tracert", '-d', '-w', '100', host],
stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
while True:
line = p.stdout.readline()
if not line: break
print '-->',line,
p.wait()
--
Thomas Guettler,
ost recent call last):
File "one.py", line 1, in
from two import testtwo
File "/mnt/home/tguettler/tmp/rec/two.py", line 1, in
import one
File "/mnt/home/tguettler/tmp/rec/one.py", line 1, in
from two import testtwo
ImportError: cannot import name tes
Hi,
why does Python only raise ImportError if it fails caused by a recursive import?
I know what's wrong. But I guess many beginner don't know what's wrong. I don't
want much, just "RecursiveImportError" instead of "ImportError". Is this
possi
witched from ZODB to Postgres.
HTH,
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
eturn self.cursor.execute(sql)
What do you think?
Thomas
Thomas Guettler schrieb:
> Hi,
>
> I discovered this:
>
> import psycopg2
> connection=psycopg2.connect("dbname='...' user='...'")
> cursor=connection.cursor()
> cursor.execute(
#x27; ''', ()) # Does fail
Traceback (most recent call last):
File "/localhome/modw/tmp/t.py", line 5, in
cursor.execute('''SELECT '%' ''', ()) # Does fail
IndexError: tuple index out of range
Is this a bug in psycopg2?
How d
Phillip B Oldham schrieb:
Is there a standard library for parsing emails that can cope with the
different way email clients quote?
What do you mean with "quote" here?
1. Encode utf8/latin1 to ascii
2. Prefix of quoted text like your text above in my mail
Thomas
--
Thomas Guet
I just got this link in a german newsgroup:
http://pywinauto.openqa.org/
Seems to be what I was looking for. Nevertheless feedback still welcome.
Thomas Guettler schrieb:
Hi,
I need to script SAP GUI running on MS-Windows:
Open SAP GUI window, if it is not already open, and then batch input
.
- pyHook
- user pywin32 and SetWindowsHookEx
I develop with python since seven years, but only on linux.
Any hints?
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
Weinhandl Herbert schrieb:
Thomas Guettler schrieb:
Hi,
I tried PIL for image batch processing. But somehow I don't like it
- Font-Selection: You need to give the name of the font file.
- Drawing on an image needs a different object that pasting and saving.
- The handbook is from Dec.
there are these alternatives:
- Python binding for image magick
- python-gtk
- python-gdk-imlib
- call convert (imagemagick) with subprocess. This is how I did
it up to now. But I want to avoid it.
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-gue
Stefan Behnel schrieb:
Thomas Guettler wrote:
I think the documentation of xml.etree is missing something[1].
{{{
find(path)
Finds the first toplevel element with given tag. Same as
getroot().find(path). path is the element to look for.
}}}
According to the source etree has limited
documented
what 'path' should look like to.
[1]
http://docs.python.org/lib/elementtree-elementtree-objects.html
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
y the real error is hard
to find. Sometimes I help myself and change (in this example)
ImportError to e.g. IOError and then I can see the real root
of the problem. But maybe there is a way to get the inner
exception and its traceback. This could be displayed in the
debug view.
Thomas
--
Thomas Guet
'fd')
for file in os.listdir(fd_dir):
try:
link=os.readlink(os.path.join(fd_dir, file))
except OSError:
continue
print pid, link
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
Duncan Booth schrieb:
> [*] except of course for things like power failure. You simply cannot
> catch *all* terminations.
And 'kill -SIGKILL' can't be caught, since this signal never reaches the
process. The os just removes the processes.
Thomas
--
Thomas Guettl
...
Thank you for your answers. I tried to parse the wsdl with two
libraries. (axis2 (java) and SOAPPy). Both fail because there
is no entry for 'service'.
The wsdl is from SAP XI.
Has someone hints?
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli
ith
my eyes and make a fitting soap call...
Any thoughts?
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
ted seems to be able to do a lot, so probably not the simple thing
> I'm looking for. CherryPy looks promising, however it is still 89
> files (including some that can be removed).
>
> If CGIHTTPServer is a good answer, could you point me to a good
> (nontrivial) example?
>
a, but it's good:
http://pleac.sourceforge.net/
The Perl Cookbook gets translated to several other languages.
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] schrieb:
> On Feb 19, 8:06 am, Thomas Guettler <[EMAIL PROTECTED]> wrote:
>> Any suggestions?
>
> If you don't mind trying out some beta quality software, you can try
> my pg_proboscis driver. It has a DBAPI2 interface, but for you to use
&
> Doesn't PostGres come with Export/Import apps ? That would be easiest
> (and faster).
Yes, you can use "pg_dump production ... | psql testdb", but
this can lead to dead locks, if you call this during
a python script which is in the middle of a transaction. The python
script locks a table, so tha
Hi,
I want to copy data from a production database to
a testing database. Up to now I used psycopg2 and
copy_from and copy_to with two cursors and a temporary file.
This works, but it would be better, if the data
gets piped from one cursor to the next without a temporary
file.
The psycopg2 metho
Hi,
with mod_wsgi (apache2) a process created with os.system()
has a modified signal mask, that SIGPWR gets ignored.
A small wrapper (see bottom) resets the signal mask and uses execv to
run the programm.
Unfortunately python does not support sigprocmask. Is there
any other way to reset the sign
Graham Dumpleton schrieb:
> What example did you use to test it? What version of Python are you
> using?
Yes, this changed. Python 2.3 includes the half imported module. Python 2.4
does not.
But the traceback of the exception contains the needed information:
Here are the two example files:
# fo
raham Dumpleton schrieb:
> On Nov 28, 12:35 am, Thomas Guettler <[EMAIL PROTECTED]> wrote:
>> If you look at this code, you see there are two kind of ImportErrors:
>>
>> 1. app_name has no attribute or file managment.py: That's OK.
>> 2. managment.py exis
Istvan Albert schrieb:
> It will be awesome if mod_wsgi can run CGI without invoking python on
> each access.
For SCGI there is something like this: cgi2scgi: it is small executable written
in C,
which connects to a running SCGI server.
Executing this small binary on every request is no big over
Hi,
I want to write a small tcp traceroute script. I works, but how
can I get the IP of the hop that send 'no route to host'?
Result:
python tmp/tcptraceroute.py a.b.c.d 80
ttl=01: (113, 'No route to host')
ttl=02: (113, 'No route to host')
ttl=03: (113, 'No route to host')
ttl=04: timed out
ttl=
If you look at this code, you see there are two kind of ImportErrors:
1. app_name has no attribute or file managment.py: That's OK.
2. managment.py exists, but raises an ImportError: That's not OK: reraise
# Import the 'management' module within each installed app, to register
# d
Hi,
if I use part.get_filename() with the following email part:
--_=_NextPart_001_01C81B11.52AB8006
Content-Type: application/vnd.ms-excel;
name="=?iso-8859-1?Q?30102007=28aktualisiert=29=5FK=FCndigungen_enviaM=5FErdgas?=
=?iso-8859-1?Q?_S=FCds__GmbH=2Exls?="
Content-Disposit
-CGIHTTPServer.html
[2]http://trac.saddi.com/flup
--
Thomas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
of comp.lang.python users can only be guessed.
BTW: I think django is popular. There is a lot of traffic on the list. I
like django, too.
Thomas
--
Thomas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
Diez B. Roggisch wrote:
> Thomas Guettler wrote:
>
>> Hi,
>>
>> how can you list the attributes of an object if you catch an
>> AttributeError?
>>
>> I couldn't find a reference in the exception object, which
>> points to the object.
>&
g the stacktrace?
Thomas
--
Thomas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
le to loop over all strings the interpreter has parsed?
Pure ascii strings are OK.
Thomas
--
Thomas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
ocrad')
> si.write(frame)
> si.close()
> messagetext += so.read()
If you use popen you should use *one* filehandle. The app
hangs because the buffer is full. See
http://docs.python.org/lib/popen2-flow-control.html
--
Thomas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
tler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
)
self.fd.flush()
oldstdout = sys.stdout
sys.stdout = FlushFile(sys.stdout)
for i in range(5):
print "Hello",
time.sleep(0.5)
print
--
Thomas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
application.
> Usually the behavior is not as expected and I cannot understand why. I
> am wondering that it could be a constraint from the use of GTK
> (mainloop() existence ???).
> Is somebody aware about conflict between GTK use and unix mechanism.
>
> Thanks for you help
-
an image format,
please use PNG. Jpeg is for images from a digital camera.
Thomas
--
Thomas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
why I like this language.
HTH,
Thomas
--
Thomas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
g with ethereal (wireshark) what
other applications (KMail, getmail) do.
getmail is like fetchmail, but written in Python. I found some hints
by looking at its source.
HTH,
Thomas
--
Thomas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + d
-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
one else who can do this) will decide to choose one
soon.
Thomas
--
Thomas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
#x27;t use
it with a different webserver.
I use quixote with plain old CGI. It is fast enough for my stuff. If
there is heavy load, I would try SCGI.
Thomas
--
Thomas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL
code.
--
Thomas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
homas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
called if there are no actions in the
event-loop.
HTH,
Thomas
--
Thomas Güttler, http://www.thomas-guettler.de/ http://www.tbz-pariv.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
On Fri, 01 Sep 2006 21:43:46 +0530
Ritesh Raj Sarraf <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a small application, written in Python, that uses threads.
> The application uses function foo() to download files from the web. As it
> reads
> data from the web server, it runs a progress bar by ca
Am Wed, 09 Aug 2006 22:19:24 -0700 schrieb placid:
> Hi all,
>
>
> Im using the cmd module and i have command that loops and keeps on
> printing text, what i want to be able to do is loop until the user
> presses a particular key, say Q/q ? I tried the following code;
>
There is a portable get
Am Mon, 07 Aug 2006 14:43:04 -0700 schrieb infidel:
> Where are they-who-hate-us-for-our-whitespace? Are "they" really that
> stupid/petty? Are "they" really out there at all? "They" almost sound
> like a mythical caste of tasteless heathens that "we" have invented.
> It just sounds like so muc
improve?
There are some things in Python I don't know very well: Decorators and
generators. But somehow I don't think that I really need them.
Thomas
--
Thomas Güttler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]
--
http:
1 - 100 of 194 matches
Mail list logo