Tag Archive: python
I recently refactor the KermIT project to get a completely dynamic project and have the ability to add plugins. Here I’m going to show you how to check for “installed plugins” and automatically configure the urls. First of all you have to configure a Django app, named for example plugins and correctly link it up …
Continue reading »
Permanent link to this article: http://blog.mornati.net/2012/11/07/django-automatically-import-sub-modules-urls/
After some requests from Nikos on the Trac post I noticed that the article I wrote to use Trac on BlueHost cannot work anymore. As I said in this post BlueHost decided to remove the Python 2.6 installed by default, and the previous guide was based on that version of Python. Anyway thanks to Nikos for …
Continue reading »
Permanent link to this article: http://blog.mornati.net/2012/01/13/trac-0-12-on-bluehost-with-python-2-7/
After I discovered the presence of Python 2.6 on BlueHost, they decided to remove this installation by default. Fortunately it’s really simple to build Python from sources and install it (and naturally, the good thing is that all required packages to build Python are installed on BlueHost servers). So here the steps to follow to …
Continue reading »
Permanent link to this article: http://blog.mornati.net/2011/11/30/install-python-2-7-on-bluehost/
If you have an XChat instance running on a server 24 hours a day and you access it once a day (or less like me), you should receive lot of private messages (or Direct Messages using IRC naming) that you will see after days. So, to allow you to directly receive a notify for any …
Continue reading »
Permanent link to this article: http://blog.mornati.net/2011/10/04/xchat2-script-post-to-twitter/
I’m going ahead testing installation of tools I need on my shared host. Today I take my time to test Trac 0.12, an enhanced wiki and issue tracking system for software development. Naturally, using this version require Python 2.6 (that fortunately I’ve ready-to-use on BlueHost), and, like the Trac guide says, you need Genshi and Babel installed …
Continue reading »
Permanent link to this article: http://blog.mornati.net/2011/09/06/install-trac-0-12-in-shared-host/