Antonios Katsikadamos schrieb: > hi all folks. i am running python2.4 on suse linux and i would like to > install the module mx.DateTime. does anyone know how i can install it?
If you want to install it from the source code, you need a C compiler and the Python development package. I don't know exactly, how these packages are called on suse, but I expect something like "gcc" and "python-devel" or "python-dev". Then it's the usual unpacking and "python setup.py install". But probably suse already has rpm packages for mxDateTime. Probably it is called something like egenix-mxdatetime or egenix-extensions. Do you have any specific need for mx.DateTime? Nowadays you can do almost everything you can do with mx.DateTime with the standard library module "datetime" and "dateutil" from http://labix.org/python-dateutil Chris _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor