active questions tagged mod-python - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T22:43:18Z http://stackoverflow.com/feeds/tag/mod-python http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/480665/django-apache-modpython-admin-css-not-appearing-with-admin-tables 2 Django Apache/mod_python Admin CSS not appearing with admin tables Ana 2009-01-26T17:42:29Z 2009-11-23T16:18:25Z <p>Hello, </p> <p>I have Windows XP/Django/apache/mod_python working on localhost. All parts are working with the exception of the admin CSS not rendering. The admin works, but no html formatting. I've made additions in SETTINGS.PY INSTALLED_APPS 'django.contrib.admin',</p> <p>URL.PY from django.contrib import admin admin.autodiscover() (r'^admin/(.*)', admin.site.root),</p> <p>conf/http.conf</p> <p> SetHandler python-program PythonPath "['C:/django'] + sys.path" PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE mysite.settings PythonDebug On </p> <p> SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE myapplication.settings PythonInterpreter /myapplication PythonDebug On </p> <p>I'm stumped. Is there more code I should have added somewhere.</p> <p>Thanks for any help.</p> <p>May</p> http://stackoverflow.com/questions/1584322/how-to-redirect-to-new-page-with-javascript-after-submit-html-form 0 how to redirect to new page with javascript , after submit html form ? mahmoud 2009-10-18T08:06:06Z 2009-11-23T15:00:05Z <p>hi all, </p> <p>i'm using html , javascript &amp; mod_python</p> <p>i want to submit html form </p> <p>i used </p> <p>document.formName.submit();</p> <p>after submitting</p> <p>i want to redirect to new page </p> <p>--i tried location="newpage.html" <em>NOT working</em></p> http://stackoverflow.com/questions/1190200/how-to-compile-modpython-3-3-1-for-python-2-6-and-apache-2-2-on-windows 0 How to Compile Mod_Python 3.3.1 for Python 2.6 and Apache 2.2 on Windows? John 2009-07-27T19:40:19Z 2009-11-10T21:00:02Z <p>I have no experience compiling code other than using Visual Studio's Build command. I am hoping we can create a step by step guide for compiling mod_python on windows. Please be as descriptive as possible.</p> <p>This is what I've done so far:</p> <ol> <li>Download and install <a href="http://www.python.org/ftp/python/2.6.2/python-2.6.2.msi" rel="nofollow">python 2.6.2</a></li> <li>Download and install <a href="http://apache.mirrors.tds.net/httpd/binaries/win32/apache%5F2.2.11-win32-x86-openssl-0.9.8i.msi" rel="nofollow">apache 2.2.11</a></li> <li>Download the most recent source code for mod_python from <a href="https://svn.apache.org/repos/asf/quetzalcoatl/mod%5Fpython/trunk/" rel="nofollow">svn</a></li> </ol> <p>From here I'm lost to what the next step is. I've downloaded Microsoft Visual C++ 2008 Express Edition.</p> <p>As mentioned by Hao I've already tried the tutorial mentioned in that link. Here is the error messages I'm receiving with that tutorial.</p> <p>C:\mod_python\dist>build_installer.bat Could Not Find C:\mod_python\src*.obj running bdist_wininst running build running build_py creating build creating build\lib.win32-2.6 creating build\lib.win32-2.6\mod_python copying C:\mod_python\lib\python\mod_python\apache.py -> build\lib.win32-2.6\mod _python copying C:\mod_python\lib\python\mod_python\cache.py -> build\lib.win32-2.6\mod_ python copying C:\mod_python\lib\python\mod_python\cgihandler.py -> build\lib.win32-2.6 \mod_python copying C:\mod_python\lib\python\mod_python\Cookie.py -> build\lib.win32-2.6\mod _python copying C:\mod_python\lib\python\mod_python\importer.py -> build\lib.win32-2.6\m od_python copying C:\mod_python\lib\python\mod_python\psp.py -> build\lib.win32-2.6\mod_py thon copying C:\mod_python\lib\python\mod_python\publisher.py -> build\lib.win32-2.6\ mod_python copying C:\mod_python\lib\python\mod_python\python22.py -> build\lib.win32-2.6\m od_python copying C:\mod_python\lib\python\mod_python\Session.py -> build\lib.win32-2.6\mo d_python copying C:\mod_python\lib\python\mod_python\testhandler.py -> build\lib.win32-2. 6\mod_python copying C:\mod_python\lib\python\mod_python\util.py -> build\lib.win32-2.6\mod_p ython copying C:\mod_python\lib\python\mod_python__init__.py -> build\lib.win32-2.6\m od_python running build_ext building 'mod_python_so' extension creating build\temp.win32-2.6 creating build\temp.win32-2.6\Release creating build\temp.win32-2.6\Release\mod_python creating build\temp.win32-2.6\Release\mod_python\src C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W 3 /GS- /DNDEBUG -DWIN32 -DNDEBUG -D_WINDOWS -IC:\mod_python\src\include -Ic:\apa che\include -IC:\Python26\include -IC:\Python26\PC /TcC:\mod_python\src\mod_pyth on.c /Fobuild\temp.win32-2.6\Release\mod_python\src\mod_python.obj mod_python.c c:\apache\include\ap_config.h(25) : fatal error C1083: Cannot open include file: 'apr.h': No such file or directory error: command '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe"' fa iled with exit status 2</p> http://stackoverflow.com/questions/1616431/installing-modpython-on-snow-leopard 0 Installing mod_python on Snow Leopard Stephen Cox 2009-10-23T23:25:49Z 2009-11-10T12:14:08Z <p>I'd rather not use Macports. Simply cause Macport replaces (installs another Apache in /opt/local/bin) the default installation of Apache. And that would mean having ports install/replace PHP too. I'd rather use the default installation included in Snow Leopard.</p> <p>Been searching the net, and all I get is old instructions using Darwin Ports (older version of Macports) or instruction for Leopard (which hasn't panned out for me).</p> <p>Can anyone point me in the right direction? Thanks.</p> <p>PS: By the way mod_python for 1.6 or 3.1 is fine.</p> http://stackoverflow.com/questions/641750/django-modpython-error 0 Django MOD_PYTHON ERROR Cato Johnston 2009-03-13T07:28:19Z 2009-11-09T05:00:03Z <p>I have had django running with mod_python for awhile now but today I get the following error</p> <pre><code>MOD_PYTHON ERROR ProcessId: 4551 Interpreter: 'thatch' ServerName: 'thatch' DocumentRoot: '/var/www/thatch' URI: '/' Location: '/' Directory: None Filename: '/var/www/thatch/' PathInfo: '' Phase: 'PythonHandler' Handler: 'django.core.handlers.modpython' Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch default=default_handler, arg=req, silent=hlist.silent) File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1202, in _process_target module = import_module(module_name, path=path) File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 304, in import_module return __import__(module_name, {}, {}, ['*']) ImportError: No module named django.core.handlers.modpython </code></pre> <p>This is my virtual host configuration</p> <pre><code>&lt;VirtualHost *:80&gt; ServerName thatch DocumentRoot /var/www/thatch &lt;Location "/"&gt; SetHandler python-program PythonPath "['/var/www/thatch'] + sys.path" PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE thatch.settings PythonOption django.root /var/www/thatch PythonDebug On &lt;/Location&gt; &lt;Location "/media"&gt; SetHandler None &lt;/Location&gt; &lt;LocationMatch "\.(jpg|gif|png|css|js)$"&gt; SetHandler None &lt;/LocationMatch&gt; &lt;/VirtualHost&gt; </code></pre> <p>Any ideas why this is happening?</p> http://stackoverflow.com/questions/1689861/browser-detection-python-modpython 1 Browser Detection Python / mod_python? cka 2009-11-06T19:38:41Z 2009-11-06T19:42:11Z <p>I want to keep some statistics about users and locations in a database. For instance, I would like to store "Mozilla","Firefox","Safari","Chrome","IE", etc... as well as the versions, and possibly the operating system. </p> <p>What I am trying to locate from Python is this string;</p> <p>Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009090216 Ubuntu/9.04 (jaunty) Firefox/3.0.14 </p> <p>Is there an efficient way to use Python or mod_python to detect the http user agent/browser?</p> http://stackoverflow.com/questions/1663291/modpython-req-subprocessenv-not-seeing-pythonoptions 0 mod_python req.subprocess_env not "seeing" PythonOptions helwig.bz 2009-11-02T19:50:50Z 2009-11-02T21:22:27Z <p>I'm having trouble getting an environmental variable out of apache config. (don't ask why it's being done this way, I didn't originally code it)</p> <p>This is what I have in the apache config.</p> <pre><code>&lt;Location "/var/www"&gt; SetHandler python-program PythonHandler mod_python.publisher PythonOption MYSQL_PWD ########### PythonDebug On &lt;/Location&gt; </code></pre> <p>This is the problem code...</p> <pre><code>#this is the problem code in question. def index(req): req.add_common_vars() os.environ["MYSQL_PWD"] = req.subprocess_env["MYSQL_PWD"] req.content_type = "text/html" statText = getStatText() </code></pre> <p>here is the traceback I'm getting from executing this.</p> <pre><code>Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch default=default_handler, arg=req, silent=hlist.silent) File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1229, in _process_target result = _execute_target(config, req, object, arg) File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1128, in _execute_target result = object(arg) File "/usr/lib/python2.5/site-packages/mod_python/publisher.py", line 213, in handler published = publish_object(req, object) File "/usr/lib/python2.5/site-packages/mod_python/publisher.py", line 425, in publish_object return publish_object(req,util.apply_fs_data(object, req.form, req=req)) File "/usr/lib/python2.5/site-packages/mod_python/util.py", line 554, in apply_fs_data return object(**args) File "/var/www/admin/Stat.py", line 299, in index os.environ["MYSQL_PWD"] = req.subprocess_env["MYSQL_PWD"] KeyError: 'MYSQL_PWD' </code></pre> http://stackoverflow.com/questions/1606374/psycopg2-and-modpython-import-error 0 psycopg2 and mod_python import error Discodancer 2009-10-22T10:41:24Z 2009-11-02T11:29:24Z <p>I am trying to setup <a href="http://pypi.python.org/pypi/roundup" rel="nofollow">roundup</a> on a windows XP machine. I use psycopg2 v2.0.13 and when i import the psycopg2 module from the shell it all works fine, but when mod_python tries to do it, I get this error:</p> <pre><code>MOD_PYTHON ERROR ProcessId: 3464 Interpreter: 'roundup' ServerName: 'roundup' DocumentRoot: 'C:/Dev/roundup/tracker' URI: '/index.html/' Location: None Directory: 'C:/Dev/roundup/tracker/' Filename: 'C:/Dev/roundup/tracker/dummy.py' PathInfo: '/index.html/' Phase: 'PythonHandler' Handler: 'roundup.cgi.apache' Traceback (most recent call last): File "C:\Python25\lib\site-packages\mod_python\importer.py", line 1537, in HandlerDispatch default=default_handler, arg=req, silent=hlist.silent) File "C:\Python25\lib\site-packages\mod_python\importer.py", line 1229, in _process_target result = _execute_target(config, req, object, arg) File "C:\Python25\lib\site-packages\mod_python\importer.py", line 1128, in _execute_target result = object(arg) File "C:\Python25\lib\site-packages\roundup\cgi\apache.py", line 107, in handler _tracker = roundup.instance.open(_home, optimize=0) File "C:\Python25\lib\site-packages\roundup\instance.py", line 300, in open return Tracker(tracker_home, optimize=optimize) File "C:\Python25\lib\site-packages\roundup\instance.py", line 59, in __init__ self.backend = backends.get_backend(self.get_backend_name()) File "C:\Python25\lib\site-packages\roundup\backends\__init__.py", line 46, in get_backend module = __import__(module_name, vars) File "C:\Python25\lib\site-packages\roundup\backends\back_postgresql.py", line 18, in &lt;module&gt; from psycopg2 import psycopg1 as psycopg File "C:\Python25\lib\site-packages\psycopg2\__init__.py", line 59, in &lt;module&gt; from _psycopg import BINARY, NUMBER, STRING, DATETIME, ROWID ImportError: DLL load failed: The specified module could not be found. </code></pre> <p>Help will be very appreciated.</p> http://stackoverflow.com/questions/1646017/setting-modpythons-interperter 1 Setting mod_python's interperter Joe Cannatti 2009-10-29T19:29:51Z 2009-10-29T20:50:51Z <p>I have mod_python installed on a debian box with python 2.4 and 2.6 installed. I want mod_python to use 2.6 but it is finding 2.4. How can set it to use the other version. </p> http://stackoverflow.com/questions/166418/modpython-on-centos-under-httpd-and-hsphere 0 mod_python on CentOS under httpd and hsphere Simon 2008-10-03T11:31:59Z 2009-10-20T16:00:03Z <p>I have asked our hosting provider to add mod_python to our httpd server. The server appears to be in an hsphere cluster and they appear to use yum to administer it. He is reporting some dependencies missing and I do't quite understand how that could have come about.</p> <p>versions (this is as much as I have been given): CentOS 5 apache - 2 (but he's not sure about the exact version) mod_python - 3.3.1 numpy - 1.1.1 scipy - 0.6.0 yum - 3.2.8 hsphere - 3.1 patch 1</p> <p>The error he is reporting is as follows:</p> <pre><code>yum install mod_python ... Package mod_python.i386 0:3.2.8-3.1 set to be updated Processing Dependency: httpd &gt;- 2.0.40 for package: mod_python Processing Dependency: httpd-mmn = 20051115 for package: mod_python Finished Dependency Resolution Error: Missing Dependency: httpd &gt;= 2.0.40 is needed by package mod_python Error: Missing Dependency: httpd-mmn = 20051115 is needed by package mod_python </code></pre> <p>Not being a UNIX admin I only have a naive guess about this, but the message would seem to suggest that there is a version mismatch between httpd and mod_python rather than the dependencies being missing completely. </p> <p>So my question is, what should I ask/tell the Administrator to do?</p> <p>Is there something obviously wrong with the combination of components above?</p> http://stackoverflow.com/questions/1554673/problem-to-make-an-apache-server-run-correctly-under-modpython 0 Problem to make an apache server run correctly under mod_python Frédéric Lambotte 2009-10-12T13:46:00Z 2009-10-12T15:41:46Z <p>Hello to all,</p> <p>We try to migrate our old server to a new one but we experienced some problems with mod_python.</p> <p>The problem is under this web page: </p> <p><a href="http://auction.tinyerp.org/auction-in-europe.com/aie/" rel="nofollow">http://auction.tinyerp.org/auction-in-europe.com/aie/</a> </p> <p>Here is our apache2 configuration:</p> <pre><code>NameVirtualHost * &lt;VirtualHost *&gt; DocumentRoot /var/www/ &lt;Directory /&gt; Options FollowSymLinks AllowOverride all &lt;/Directory&gt; &lt;Directory "/var/www/auction-in-europe.com/aie"&gt; Options Indexes FollowSymLinks MultiViews #AddHandler mod_python .py PythonOption mod_python.legacy.importer * SetHandler mod_python PythonHandler mod_python.publisher PythonDebug On AllowOverride all Order allow,deny allow from all # This directive allows us to have apache2's default start page # in /apache2-default/, but still have / go to the right place &lt;/Directory&gt; ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ &lt;Directory "/usr/lib/cgi-bin"&gt; AllowOverride None Options ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all &lt;/Directory&gt; ScriptAlias /bin/ /home/www/auction-in-europe.com/aie/bin/ ServerAdmin teamwork19@gmail.com ErrorLog /home/logs/auction-in-europe.com/error_log CustomLog /home/logs/auction-in-europe.com/access_log combined ServerName auction-in-europe.com ServerAlias www.auction-in-europe.com antique-in-europe.com www.antique-in-europe.com art-in-europe.com www.art-in-europe.com en.art-in-europe.com ServerAlias en.antique-in-europe.com en.auction-in-europe.com fr.antique-in-europe.com fr.art-in-europe.com fr.auction-in-europe.com auction.tinyerp.org #RewriteEngine on #RewriteRule ^/(.*)\.html /index.py [E=pg:$1] ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/access.log combined ServerSignature On Alias /doc/ "/usr/share/doc/" &lt;Directory "/usr/share/doc/"&gt; Options Indexes MultiViews FollowSymLinks AllowOverride None Order deny,allow Deny from all Allow from 127.0.0.0/255.0.0.0 ::1/128 &lt;/Directory&gt; &lt;Directory /home/www/postfixadmin&gt; &lt;/Directory&gt; &lt;/VirtualHost&gt; </code></pre> <p>Logs are quite empty:</p> <pre><code>[Mon Oct 12 13:25:58 2009] [notice] mod_python: (Re)importing module 'mod_python.publisher' [Mon Oct 12 13:25:58 2009] [notice] [client 212.166.58.166] Publisher loading page /home/www/auction-in-europe.com/aie/index.py </code></pre> <p>I really have no idea where to start.</p> <p>Please help!</p> http://stackoverflow.com/questions/673936/error-while-deploying-django-on-apache 0 Error while deploying Django on Apache KarlsFriend 2009-03-23T15:52:46Z 2009-10-07T19:34:19Z <p>I have a small Django website which I am trying to run on an Apache 2.2 HTTP-Server. The application is running fine using "python manage.py runserver".</p> <p>Django Version: 1.0.2 final <br /> Python: 2.5<br /> OS: Windows 2000<br /></p> <p>I wen't through the steps described in the <a href="http://docs.djangoproject.com/en/dev//howto/deployment/modpython/" rel="nofollow">documentation</a> and after some fiddling, came out with the following in my httpd.conf.</p> <pre><code>&lt;Location "/therap/"&gt; SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE settings PythonOption django.root /therap PythonDebug On PythonPath "['D:/therap/therap'] + sys.path" &lt;/Location&gt; MaxRequestsPerChild 1 </code></pre> <p>D:\therap\therap beeing the place where my manage.py is.</p> <p>When I try to open in my browser, I see an error in the style used by Django (as opposed to black courier on white background.)</p> <pre><code>ImportError at / No module named therap.urls Request Method: GET Request URL: http://****:8080/ Exception Type: ImportError Exception Value: No module named therap.urls Exception Location: C:\python25\lib\site-packages\django\core\urlresolvers.py in _get_urlconf_module, line 200 Python Executable: C:\Programme\Apache Software Foundation\Apache2.2\bin\httpd.exe Python Version: 2.5.1 Python Path: ['D:/therap/therap', 'C:\\WINNT\\system32\\python25.zip', 'C:\\Python25\\Lib', 'C:\\Python25\\DLLs', 'C:\\Python25\\Lib\\lib-tk', 'C:\\Programme\\Apache Software Foundation\\Apache2.2', 'C:\\Programme\\Apache Software Foundation\\Apache2.2\\bin', 'C:\\Python25', 'C:\\Python25\\lib\\site-packages', 'C:\\Python25\\lib\\site-packages\\pyserial-2.2', 'C:\\Python25\\lib\\site-packages\\win32', 'C:\\Python25\\lib\\site-packages\\win32\\lib', 'C:\\Python25\\lib\\site-packages\\Pythonwin', 'C:\\Python25\\lib\\site-packages\\wx-2.8-msw-unicode'] Server time: Mo, 23 Mär 2009 16:27:03 +0100 </code></pre> <p>There is a urls.py in D:\therap\therap. However there is none in D:\therap\therap\main where most of my code is.</p> <p>I then tried using the parent folder</p> <pre><code>&lt;Location "/therap/"&gt; SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE therap.settings PythonOption django.root /therap PythonDebug On PythonPath "['D:/therap'] + sys.path" &lt;/Location&gt; MaxRequestsPerChild 1 </code></pre> <p>Which gave me a different error:</p> <pre><code>MOD_PYTHON ERROR ProcessId: 2424 Interpreter: '***' ServerName: '****' DocumentRoot: 'C:/Programme/Apache Software Foundation/Apache2.2/htdocs' URI: '/therap/' Location: '/therap/' Directory: None Filename: 'C:/Programme/Apache Software Foundation/Apache2.2/htdocs/therap' PathInfo: '/' Phase: 'PythonHandler' Handler: 'django.core.handlers.modpython' Traceback (most recent call last): File "C:\Python25\Lib\site-packages\mod_python\importer.py", line 1537, in HandlerDispatch default=default_handler, arg=req, silent=hlist.silent) File "C:\Python25\Lib\site-packages\mod_python\importer.py", line 1229, in _process_target result = _execute_target(config, req, object, arg) File "C:\Python25\Lib\site-packages\mod_python\importer.py", line 1128, in _execute_target result = object(arg) File "C:\Python25\lib\site-packages\django\core\handlers\modpython.py", line 228, in handler return ModPythonHandler()(req) File "C:\Python25\lib\site-packages\django\core\handlers\modpython.py", line 201, in __call__ response = self.get_response(request) File "C:\python25\Lib\site-packages\django\core\handlers\base.py", line 67, in get_response response = middleware_method(request) File "C:\python25\Lib\site-packages\django\middleware\locale.py", line 17, in process_request translation.activate(language) File "C:\python25\Lib\site-packages\django\utils\translation\__init__.py", line 73, in activate return real_activate(language) File "C:\python25\Lib\site-packages\django\utils\translation\trans_real.py", line 209, in activate _active[currentThread()] = translation(language) File "C:\python25\Lib\site-packages\django\utils\translation\trans_real.py", line 198, in translation default_translation = _fetch(settings.LANGUAGE_CODE) File "C:\python25\Lib\site-packages\django\utils\translation\trans_real.py", line 183, in _fetch app = __import__(appname, {}, {}, []) ImportError: No module named main </code></pre> <p>I do use the internationalization module, but I do not see why it causes a problem at this point.</p> <p>"main" is the name of the only Django app (containing views, models, forms and such). The full path is D:\therap\therap\main.</p> <p>I put <code>__init__.py</code>-files everywhere from the main folder to d:\therap.</p> <p>Now I don't know what else I could do. Any ideas?</p> http://stackoverflow.com/questions/1508406/modpython-produces-no-output 1 Mod_python produces no output Christoffer 2009-10-02T08:51:43Z 2009-10-02T23:08:41Z <p>Hi,</p> <p>Just installed and configured mod_python 3.2.8 on a CentOS 5 (Apache 2.2.3) server with Python 2.4.3. It is loaded fine by Apache.</p> <p>I activated the mpinfo test page and it works. So I wrote a simple "Hello World" with the following code:</p> <pre><code>from mod_python import apache def handler(req): req.content_type = 'text/plain' req.write("Hello World!") req.flush() return apache.OK </code></pre> <p>It outputs a blank page, with no text and no source. If I consciously create a syntax error I get the error output on the URL, for example (when I put a space before "def"):</p> <pre><code>Mod_python error: "PythonHandler mod_python.cgihandler" Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch result = object(req) File "/usr/lib/python2.4/site-packages/mod_python/cgihandler.py", line 96, in handler imp.load_module(module_name, fd, path, desc) File "/var/www/vhosts/localhost/httpdocs/mptest.py", line 3 def handler(req): ^ SyntaxError: invalid syntax </code></pre> <p>I have spent about five hours browsing different tutorials, faqs and trouble shooting guides but can't find a description of this exakt issue.</p> <p>What do you think could be the issue/cause?</p> <p><b>EDIT:</b> Here is the Apache configuration for the site...</p> <pre><code>&lt;Directory /&gt; Options FollowSymLinks AllowOverride None AddHandler mod_python .py PythonHandler mptest PythonDebug On &lt;/Directory&gt; </code></pre> <p><b>EDIT 2:</b> Ah, another thing I forgot to mention is that I intend to use mod_python to write Apache extensions. The application itself is written in PHP but I need to make some security tweeks on the server :)</p> http://stackoverflow.com/questions/1471602/making-http-authentication-optional-with-mod-python 0 making HTTP authentication optional with mod-python skrebbel 2009-09-24T13:10:42Z 2009-09-24T13:10:42Z <p>Hi all,</p> <p>I've a web application that accesses multiple controller classes based on the parameters it is passed. For some of the controllers, I want users to authenticate themselves (by simple HTTP authentication), and for some I want public access.</p> <p>Is there a way to make this happen? In my .htaccess file, I now have</p> <pre><code>AddHandler mod_python .py PythonHandler handler PythonAuthenHandler handler PythonDebug On AuthType Basic AuthName "My Realm" AuthBasicAuthoritative Off require valid-user </code></pre> <p>The authenhandler is called correctly, but even when I just do</p> <pre><code>def authenhandler(req): return apache.OK </code></pre> <p>the user is asked for a password (though any password that is entered is accepted)</p> <p>I tried removing the Auth* stuff (and the require directive) from the .htaccess entirely, and just did the following in the normal handler for those cases where I <em>do</em> want authentication (and it was not found):</p> <pre><code>request.err_headers_out.add('WWW-Authenticate', 'Basic realm="My Realm") return apache.HTTP_UNAUTHORIZED </code></pre> <p>which is what I understand what the server should do when not receiving correct authentication. That did not work either, however.</p> <p>I come from a PHP background and I know that the latter is how it's done in PHP - but PHP sometimes does extra little pieces of undocumented magic to make this stuff actually work. Is this one of those cases? </p> <p>Is there any way to optionally request authentication, depending on the URL passed, from the same handler?</p> http://stackoverflow.com/questions/1465364/modpython-interpreters-cache-not-getting-reset-on-script-change 0 mod_python interpreter's cache not getting reset on script change? Arie Skliarouk 2009-09-23T11:14:03Z 2009-09-23T12:21:54Z <p>I use mod_python.publisher to run Python code and discovered a problem: When I update a script the update doesn't always work right away and I get the same error I fixed with the update until I restart Apache.</p> <p>Sometimes it works right away, but sometimes not...but restarting Apache definitely always catches it up. It's a pain to have to restart Apache so much and I would think there is a better way to do this -- but what is it?</p> http://stackoverflow.com/questions/1216340/django-newbie-deployment-question-importerror-could-not-import-settings-setti 1 Django newbie deployment question - ImportError: Could not import settings 'settings' versesane 2009-08-01T10:34:27Z 2009-09-01T17:43:45Z <p>Hello folks,</p> <p>The app runs fine using django internal server however when I use apache + mod_python I get the below error </p> <p><hr /></p> <pre><code> File "/usr/local/lib/python2.6/dist-packages/django/conf/__init__.py", line 75, in __init__ raise ImportError, "Could not import settings '%s' (Is it on sys.path? Does it have syntax errors?): %s" % (self.SETTINGS_MODULE, e) ImportError: Could not import settings 'settings' (Is it on sys.path? Does it have syntax errors?): No module named settings </code></pre> <p><hr /></p> <p>Here is the needed information </p> <p>1) Project directory: /root/djangoprojects/mysite</p> <p>2) directory listing of /root/djangoprojects/mysite</p> <pre><code>ls -ltr total 28 -rw-r--r-- 1 root root 546 Aug 1 08:34 manage.py -rw-r--r-- 1 root root 0 Aug 1 08:34 __init__.py -rw-r--r-- 1 root root 136 Aug 1 08:35 __init__.pyc -rw-r--r-- 1 root root 2773 Aug 1 08:39 settings.py -rw-r--r-- 1 root root 1660 Aug 1 08:53 settings.pyc drwxr-xr-x 2 root root 4096 Aug 1 09:04 polls -rw-r--r-- 1 root root 581 Aug 1 10:06 urls.py -rw-r--r-- 1 root root 314 Aug 1 10:07 urls.pyc </code></pre> <p>3) App directory : /root/djangoprojects/mysite/polls</p> <p>4) directory listing of /root/djangoprojects/mysite/polls </p> <pre><code>ls -ltr total 20 -rw-r--r-- 1 root root 514 Aug 1 08:53 tests.py -rw-r--r-- 1 root root 57 Aug 1 08:53 models.py -rw-r--r-- 1 root root 0 Aug 1 08:53 __init__.py -rw-r--r-- 1 root root 128 Aug 1 09:02 views.py -rw-r--r-- 1 root root 375 Aug 1 09:04 views.pyc -rw-r--r-- 1 root root 132 Aug 1 09:04 __init__.pyc </code></pre> <p>5) Anywhere in the filesystem running import django in python interpreter works fine</p> <p>6) content of httpd.conf</p> <pre><code>&lt;Location "/mysite"&gt; SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE settings PythonOption django.root /mysite PythonPath "['/root/djangoprojects/', '/root/djangoprojects/mysite','/root/djangoprojects/mysite/polls', '/var/www'] + sys.path" PythonDebug On &lt;/Location&gt; </code></pre> <p>7) PYTHONPATH variable is set to </p> <pre><code>echo $PYTHONPATH /root/djangoprojects/mysite </code></pre> <p>8) DJANGO_SETTINGS_MODULE is set to</p> <pre><code>echo $DJANGO_SETTINGS_MODULE mysite.settings </code></pre> <p>9) content of sys.path is </p> <pre><code>import sys &gt;&gt;&gt; sys.path ['', '/root/djangoprojects/mysite', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/local/lib/python2.6/dist-packages'] </code></pre> <p>How do I add settings location to sys.path such that it persistent across sessions ? </p> <p>I have read umpteen no of post with people having the same issue it and I have tried a lot completely beats me as to what I need to do.</p> <p>Looking for some help.</p> <p>Thanks in advance Ankur Gupta</p> http://stackoverflow.com/questions/1338101/configure-django-project-in-a-subdirectory-using-modpython-admin-not-working 0 Configure Django project in a subdirectory using mod_python. Admin not working. David 2009-08-26T23:19:57Z 2009-08-27T00:00:23Z <p>HI guys. I was trying to configure my django project in a subdirectory of the root, but didn't get things working.(LOcally it works perfect). I followed the django official django documentarion to deploy a project with mod_python. The real problem is that I am getting "Page not found" errors, whenever I try to go to the admin or any view of my apps. </p> <p>Here is my python.conf file located in /etc/httpd/conf.d/ in Fedora 7</p> <p>LoadModule python_module modules/mod_python.so</p> <p></p> <pre><code>SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE mysite.settings PythonOption django.root /mysite PythonDebug On PythonPath "['/var/www/vhosts/mysite.com/httpdocs','/var/www/vhosts/mysite.com/httpdocs/mysite'] + sys.path" </code></pre> <p></p> <p>I know /var/www/ is not the best place to put my django project, but I just want to send a demo of my work in progress to my customer, later I will change the location.</p> <p>For example. If I go to www.domain.com/mysite/ I get the index view I configured in mysite.urls. But I cannot access to my app.urls (www.domain.com/mysite/app/) and any of the admin.urls.(www.domain.com/mysite/admin/) </p> <p>Here is mysite.urls: </p> <p>urlpatterns = patterns('',</p> <pre><code>url(r'^admin/password_reset/$', 'django.contrib.auth.views.password_reset', name='password_reset'), (r'^password_reset/done/$', 'django.contrib.auth.views.password_reset_done'), (r'^reset/(?P&lt;uidb36&gt;[0-9A-Za-z]+)-(?P&lt;token&gt;.+)/$', 'django.contrib.auth.views.password_reset_confirm'), (r'^reset/done/$', 'django.contrib.auth.views.password_reset_complete'), (r'^$', 'app.views.index'), (r'^admin/', include(admin.site.urls)), (r'^app/', include('mysite.app.urls')), (r'^photologue/', include('photologue.urls')), </code></pre> <p>)</p> <p>I also tried changing admin.site.urls with ''django.contrib.admin.urls' , but it didn't worked. I googled a lot to solve this problem and read how other developers configure their django project, but didn't find too much information to deploy django in a subdirectory. I have the admin enabled in INSTALLED_APPS and the settings.py is ok. </p> <p>Please if you have any guide or telling me what I am doing wrong it will be much appreciated.</p> <p>THanks.</p> http://stackoverflow.com/questions/1329701/how-many-high-profile-sites-are-using-modwsgi 0 How many high-profile sites are using mod_wsgi ? [closed] Beachy 2009-08-25T17:22:58Z 2009-08-25T20:36:23Z <p>I've been investigating modwsgi for our Django-based sites and am quite impressed by the performance and other features compared to mod_python, which we currently use.</p> <p>However in order to switch I'll have to convince our CTO of the advantages of doing so. While I can show benchmarks and blog articles, what would really convince him would be a list of sites, especially high-profile (or at least high-volume) ones that use modwsgi (especially with Django). Googling has however provided no results.</p> <p>Is anyone here got any positive (or negative) experiences using modwsgi for large sites as opposed to mod_python or other solutions (Fastcgi etc) ? </p> http://stackoverflow.com/questions/1301000/modpython-problem 0 mod_python problem? Dan Bair 2009-08-19T16:08:45Z 2009-08-19T17:34:23Z <p>I have been working on a website using mod_python, python, and SQL Alchemy when I ran into a strange problem: When I query the database for all of the records, it returns the correct result set; however, when I refresh the page, it returns me a result set with that same result set appended to it. I get more result sets "stacked" on top of eachother as I refresh the page more.</p> <p><strong>For example:</strong></p> <p>First page load: 10 results</p> <p>Second page load: 20 results (two of each)</p> <p>Third page load: 30 results (three of each)</p> <p><em>etc...</em></p> <p>Is this some underlying problem with mod_python? I don't recall running into this when using mod_wsgi.</p> http://stackoverflow.com/questions/1283856/stackless-python-stopped-modpython-apache-from-working 0 Stackless python stopped mod_python/apache from working. Zayatzz 2009-08-16T09:14:18Z 2009-08-16T15:46:07Z <p>Hello</p> <p>I installed stackless pyton 2.6.2 after reading several sites that said its fully compatible with vanilla python. After installing i found that my django applications do not work any more.</p> <p>I did reinstall django (1.1) again and now im kind of lost. The error that i get is 500:</p> <p>Internal Server Error</p> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p> <p>More information about this error may be available in the server error log. Apache/2.2.11 (Ubuntu) DAV/2 PHP/5.2.6-3ubuntu4.1 with Suhosin-Patch mod_python/3.3.1 Python/2.6.2 mod_ruby/1.2.6 Ruby/1.8.7(2008-08-11) mod_ssl/2.2.11 OpenSSL/0.9.8g Server at 127.0.0.1 Port 80</p> <p>What else, could or should i do?</p> <p>Edit: From 1st comment i understand that the problem is not in django but mod_python &amp; apache? so i edited my question title.</p> <p>Edit2: I think something is wrong with some paths setup. I tried going from mod_python to mod_wsgi, managed to finally set it up correctly only to get next error: [Sun Aug 16 12:38:22 2009] [error] [client 127.0.0.1] raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) [Sun Aug 16 12:38:22 2009] [error] [client 127.0.0.1] ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb</p> <p>Alan</p> http://stackoverflow.com/questions/1275270/how-to-use-staticgenerator-with-django-apache-modpython 1 How to use Staticgenerator with Django + Apache + mod_python zenx 2009-08-13T23:35:37Z 2009-08-13T23:48:10Z <p>I have currently an enviroment with Django + Apache via mod_python. How can I use <a href="http://superjared.com/projects/static-generator/" rel="nofollow" title="Staticgenerator">Staticgenerator</a> without nginx, just with Apache and mod_python? Thank you.</p> http://stackoverflow.com/questions/1272325/alternatives-to-modpythons-cgi-handler 0 Alternatives to mod_python's CGI handler diciu 2009-08-13T14:29:51Z 2009-08-13T15:08:43Z <p>I'm looking for the simplest way of using python and SQLAlchemy to produce some XML for a jQuery based HTTP client. Right now I'm using mod_python's CGI handler but I'm unhappy with the fact that I can't persist stuff like the SQLAlchemy session.</p> <p>The mod_python publisher handler that is apparently capable of persisting stuff does not allow requests with XML content type (as used by jQuery's ajax stuff) so I can't use it.</p> <p>What other options are there?</p> http://stackoverflow.com/questions/1254591/exclude-path-from-urls-py-in-django 0 Exclude path from urls.py in django thopil 2009-08-10T12:30:22Z 2009-08-12T00:33:35Z <p>I have set django.root to the root path in the url after the slash. But I want to have a download dialog in a subfolder of the root url which should not be accessed by urls.py. Is there any possibility to avoid access on urls.py and use instead the location of the apache configuration. Sorry, but this problem is very tricky and I hope you can understand my problem.</p> <p>Thanks and greetz, thopil</p> http://stackoverflow.com/questions/1239246/how-to-co-host-django-app-with-php5-on-apache2-with-modpython 0 How to co host django app with php5 on apache2 with mod_python ? versesane 2009-08-06T14:27:04Z 2009-08-07T00:51:06Z <p>Hi folks,</p> <p>I have django+python+apache2+mod_python installed hosted and working on ubuntu server/ linode VPS. php5 is installed and configured. We don't have a domain name as in example.com. Just IP address. So my apache .conf file looks like this</p> <p> ServerAdmin webmaster@localhost DocumentRoot /var/www</p> <pre><code> &lt;Location "/"&gt; SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE mysite.settings PythonOption django.root /mysite PythonPath "['/var/www/djangoprojects',] + sys.path" PythonDebug On &lt;/Location&gt; </code></pre> <p></p> <p>I want to install vtiger so if I change my .conf file like say this </p> <pre><code>&lt;VirtualHost *:80&gt; DocumentRoot /var/www/vtigercrm/ ErrorLog /var/log/apache2/vtiger.error_log CustomLog /var/log/apache2/vtiger.access_log combined &lt;Directory /var/www/vtigercrm&gt; Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all &lt;/Directory&gt; </code></pre> <p></p> <p>This way vtiger the php based app works fine and ofcourse django app is not accessible. How do I make both co-exist in one file. i cannot use virtual host/subdomains. I can do with a diff port no thou.</p> <p>Any clue guys ?</p> <p>Regards Ankur Gupta </p> http://stackoverflow.com/questions/1224978/how-to-setup-modpython-configuration-variables 0 How to setup mod_python configuration variables? Daniel Lew 2009-08-03T22:44:52Z 2009-08-04T10:33:33Z <p>I'm running a Python server with mod_python, and I've run into some issues with configuration variables. This is actually two questions rolled into one, because I think they are highly related:</p> <ol> <li><p>I need a way to configure variables that will be available in Python while running. I currently just have a module that sets some name-value pairs that I import into other modules, but I was reading up on <a href="http://www.modpython.org/live/current/doc-html/dir-other-po.html" rel="nofollow">PythonOption</a> recently and was wondering what advantages would be gained from using that instead.</p></li> <li><p>I need a way to store state on the server. I've got access to an API that's limited to running X number of times a day, and once it hits that limit, I need to revert to my (lesser) code. I'm wondering how I can keep track of how many times I've run the query in a day.</p></li> </ol> <p>I thought about using a file or the database, but I'm afraid I will slow down requests by having everyone try to access the same file or row at once. Is there a better way to set this up in mod_python?</p> http://stackoverflow.com/questions/1087909/django-apache-mod-python-setup-vista 0 Django apache mod-python setup (vista) Eeyore 2009-07-06T16:24:35Z 2009-07-27T03:50:17Z <p>I am trying to setup my development environment on my local vista machine (django+apache+mod-python+postgres) and for some reason I can't load the settings. </p> <p>Everything works on the built-in server but not under apache.</p> <p><strong>Here is my httpd.conf</strong></p> <pre><code>&lt;Location "/"&gt; SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE movies.settings PythonOption django.root /movies PythonDebug On PythonPath "['C:/django'] + sys.path" &lt;/Location&gt; </code></pre> <p><strong>And Error:</strong></p> <pre><code>ImportError at / No module named main.urls Request Method: GET Request URL: http://localhost/ Exception Type: ImportError Exception Value: No module named main.urls Exception Location: C:\Python25\lib\site-packages\django\utils\importlib.py in import_module, line 35 Python Executable: C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin\httpd.exe Python Version: 2.5.4 Python Path: ['C:/django', 'C:\\Windows\\system32\\python25.zip', 'C:\\Python25\\Lib', 'C:\\Python25\\DLLs', 'C:\\Python25\\Lib\\lib-tk', 'C:\\Program Files (x86)\\Apache Software Foundation\\Apache2.2', 'C:\\Program Files (x86)\\Apache Software Foundation\\Apache2.2\\bin', 'C:\\Python25', 'C:\\Python25\\lib\\site-packages', 'C:\\Program Files (x86)\\Apache Software Foundation\\Apache2.2/_externals'] </code></pre> http://stackoverflow.com/questions/1173184/python-server-pages-implementations 1 Python Server Pages Implementations DLH 2009-07-23T17:09:22Z 2009-07-23T17:13:52Z <p>I've been a PHP developer for quite awhile, and I've heard good things about using Python for web scripting. After a bit of research, I found mod_python, which integrates with Apache to allow Python Server Pages, which seem very similar to the PHP pages I'm used to. I also found a mod_wsgi which looks similar.</p> <p>I was wondering which implementation the good people of Stack Overflow would recommend for someone who wants good integration with Apache and MySQL and similar functionality to PHP.</p> http://stackoverflow.com/questions/1132773/apache-svn-and-modpython 0 Apache, SVN and mod_python Simon D 2009-07-15T17:26:40Z 2009-07-17T00:04:41Z <p>We are using Apache 2.2 to server SVN (1.6.2) repositories on Windows. We use SSPI for authentication, and that's working. We have a number of different repositories, and use SVNParentPath in the httpd.conf to serve them. Something like:</p> <pre><code>&lt;Location /&gt; DAV svn SVNParentPath c:\repos [SSPI stuff] &lt;/Location&gt; </code></pre> <p>So from a client I can browse to <a href="http://svn/repo1" rel="nofollow">http://svn/repo1</a> or <a href="http://svn/repo2" rel="nofollow">http://svn/repo2</a> (whatever repos are in c:\repos) and then see what's in the repositories.</p> <p>However I now want to use mod_python to run python scripts in another URL, say <a href="http://svn/mpinfo" rel="nofollow">http://svn/mpinfo</a> .</p> <p>I've tried adding a new location at the end of httpd.conf as follows:</p> <pre><code>&lt;Location /mpinfo&gt; SetHandler mod_python PythonHandler mod_python.testhandler &lt;/Location&gt; </code></pre> <p>as suggested at <a href="http://www.modpython.org/live/current/doc-html/inst-trouble.html" rel="nofollow">http://www.modpython.org/live/current/doc-html/inst-trouble.html</a> . However when I browse to <a href="http://svn/mpinfo" rel="nofollow">http://svn/mpinfo</a> I get the following error:</p> <pre><code>&lt;D:error&gt; &lt;C:error/&gt; &lt;m:human-readable errcode="720003"&gt; Could not open the requested SVN filesystem &lt;/m:human-readable&gt; &lt;/D:error&gt; </code></pre> <p>If I change the location / url of the repositories to, for example, /svn, then I can browse to <a href="http://svn/mpinfo" rel="nofollow">http://svn/mpinfo</a> .</p> <p><strong>Question:</strong></p> <p>Is there anyway to have the repositories accessible from <a href="http://svn/reponame" rel="nofollow">http://svn/reponame</a>, but to have a special directory <a href="http://svn/mpinfo/" rel="nofollow">http://svn/mpinfo/</a> not parsed by svn, but instead parsed by mod_python.</p> http://stackoverflow.com/questions/1138111/execution-of-script-using-popen-fails 0 Execution of script using Popen fails.... Ron 2009-07-16T14:42:42Z 2009-07-16T15:18:35Z <p>I need to execute a script in the background through a service.</p> <p>The service kicks off the script using Popen.</p> <pre><code>p = Popen('/path/to/script/script.py', shell=True) </code></pre> <p>Why doesn't the following script work when I include the file writes in the for loop?</p> <pre><code>#!/usr/bin/python import os import time def run(): fd = open('/home/dilleyjrr/testOutput.txt', 'w') fd.write('Start:\n') fd.flush() for x in (1,2,3,4,5): fd.write(x + '\n') fd.flush() time.sleep(1) fd.write('Done!!!!\n') fd.flush() fd.close() if __name__ == '__main__': run() </code></pre> http://stackoverflow.com/questions/487224/reducing-django-memory-usage-low-hanging-fruit 32 Reducing Django Memory Usage. Low hanging fruit? andybak 2009-01-28T10:52:19Z 2009-07-08T11:49:08Z <p>My memory usage increases over time and restarting Django is not kind to users.</p> <p>I am unsure how to go about profiling the memory usage but some tips on how to start measuring would be useful.</p> <p>I have a feeling that there are some simple steps that could produce big gains. Ensuring 'debug' is set to 'False' is an obvious biggie.</p> <p>Can anyone suggest others? How much improvement would caching on low-traffic sites?</p> <p>In this case I'm running under Apache 2.x with mod_python. I've heard mod_wsgi is a bit leaner but it would be tricky to switch at this stage unless I know the gains would be significant.</p> <p>Edit: Thanks for the tips so far. Any suggestions how to discover what's using up the memory? Are there any guides to Python memory profiling?</p> <p>Also as mentioned there's a few things that will make it tricky to switch to mod_wsgi so I'd like to have some idea of the gains I could expect before ploughing forwards in that direction. </p> <p><b>Edit:</b> Carl posted a slightly more detailed reply here that is worth reading: <a href="http://stackoverflow.com/questions/488864/django-deployment-cutting-apaches-overhead">http://stackoverflow.com/questions/488864/django-deployment-cutting-apaches-overhead</a></p> <p><b>Edit:</b> <a href="http://blog.dscpl.com.au/2009/03/load-spikes-and-excessive-memory-usage.html" rel="nofollow">Graham Dumpleton's article</a> is the best I've found on the MPM and mod_wsgi related stuff. I am rather disappointed that no-one could provide any info on debugging the memory usage in the app itself though. </p> <p><b>Final Edit:</b> Well I have been discussing this with Webfaction to see if they could assist with recompiling Apache and this is their word on the matter:</p> <blockquote>"I really don't think that you will get much of a benefit by switching to an MPM Worker + mod_wsgi setup. I estimate that you might be able to save around 20MB, but probably not much more than that."</blockquote> <p>So! This brings me back to my original question (which I am still none the wiser about). How does one go about identifying where the problems lies? It's a well known maxim that you don't optimize without testing to see where you need to optimize but there is very little in the way of tutorials on measuring Python memory usage and none at all specific to Django.</p> <p>Thanks for everyone's assistance but I think this question is still open!</p> <p><strong>Another final edit ;-)</strong></p> <p>I asked this on the django-users list and got some <a href="http://groups.google.com/group/django-users/browse%5Fthread/thread/1d56d48fc192ceed?fwc=1&amp;pli=1" rel="nofollow"><em>very</em> helpful replies</a></p> <p><strong>Honestly the last update ever!</strong></p> <p>This was just released. Could be the best solution yet: <a href="http://www.rkblog.rk.edu.pl/w/p/profiling-django-object-size-and-memory-usage-pympler/" rel="nofollow">Profiling Django object size and memory usage with Pympler</a></p>