Category Archives: Python
Aditam v0.1 released
I’m happy to announce the first offcial release of Aditam. Download version 0.1 Get Aditam What is Aditam ? It’s a remote task scheduler which facilitates mass task managing over heterogeneous network. Due to a splited architecture, ADITAM is easily … Continue reading
Tips : Debian unstable (sid) switch to Python 2.4 by default
Edit /usr/share/python/debian_defaults You should have something like this : [DEFAULT] # the default python version default-version = python2.4 # all supported python versions supported-versions = python2.4, python2.5 # formerly supported python versions old-versions = python2.3 # unsupported versions, including older … Continue reading
Configure Mailman on Debian Etch with a Postfix
Install a Mailman with a Postfix on Debian apt-get install postfix mailman Configure Mailman Add or change these lines in /etc/mailman/mm_cfg.py (example vhost : lists.example.net) : DEFAULT_EMAIL_HOST = ‘lists.example.net’ DEFAULT_URL_HOST = ‘lists.example.net’ DEFAULT_URL_PATTERN = ‘http://%s/’ Configure Postfix Example with (domain … Continue reading
Install Quills using buildout
Warning : this configuration is base on the development version of Quills please change it if you want a stable version. First step edit your buildout.cfg. The buildout section must look like this : [buildout] parts = plone zope2 productdistros … Continue reading
Pida un IDE Python
Pida est un ide Python qui intègre les éditeurs Vim et Emacs ! C’est pour moi une excellente chose car c’est vraiment le point faible des ide type Eclipse, Visual, Kdevelop, … Vim est clairement un éditeur extrêmement puissant utilisable … Continue reading
Python doc sidebar for Mozilla
Edgewall (the creator of trac) create a Python Sidebar for Mozilla. I really like it. I think it’s the best way to read the Python documentation.