27;POLLNVAL', 'POLLOUT', 'POLLPRI',
'POLLRDBAND', 'POLLRDNORM', 'POLLWRBAND', 'POLLWRNORM', '__doc__',
'__file__', '__name__', 'error', 'poll', 'select']
is there anything specific to do to the python installation before
compiling.
i am using the itools library from http://www.ikaaro.org/itools which
uses this python module
thanks
--
Norman Khine
--
http://mail.python.org/mailman/listinfo/python-list
tions such as http://destinationsflybe.com as an example.
for the mysql you can use the csv module.
for now it has not been ported on window$, try gentoo or freebsd
--
Norman Khine
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
I have a strange result on a Gentoo machine in that, after I run
./configure and then type make, the make goes in circles.
checking for c++... c++
configure: WARNING:
By default, distutils will build C++ extension modules with "c++".
If this is not intended, then set CXX on the config
Hello,
I have a csv file which is has a field that has something like:
text.csv
"text (xxx)"
"text (text) (yyy)"
"text (text) (text) (zzz)"
I would like to split the last '(text)' out and put it in a new column,
so that I get:
new_test.csv
"text","(xxx)"
"text (text)","(yyy)"
"text (text) (tex
Hello,
What is the best way to generate a long authentication string and email
this so that the user can reply and verify that the email address they
have provided is authentic, similar I guess to the way Bugzilla works?
Should this be server side or client?
How would one tackle an expiry limit o
Hello,
I am writing an application using python that allows the user to upload
an image to a folder on the server.
Is there a way to get the size of the file before it has been uploaded
onto the server and give an error if the size does not comply to the
maximum size.
So far, my apps loads the im