[modwsgi] mod_wsgi in django, import errors

2009-03-30 Thread Tim Valenta
Hello all-- I've been casually trying to get mod_wsgi working in a Ubuntu 8.10 sever, to run even the simplest of Django test projects. So far, I've had no dice getting the example Django wsgi scripts to work. Most simply, I'm having an import error, which is baffling me beyond my sanity. I've

[modwsgi] Re: mod_wsgi in django, import errors

2009-03-31 Thread Tim Valenta
for the reply. Tim On Mon, Mar 30, 2009 at 11:44 PM, Graham Dumpleton graham.dumple...@gmail.com wrote: 2009/3/31 Tim Valenta tonightslasts...@gmail.com: Hello all-- I've been casually trying to get mod_wsgi working in a Ubuntu 8.10 sever, to run even the simplest of Django test projects

[modwsgi] Re: mod_wsgi in django, import errors

2009-03-31 Thread Tim Valenta
to work through it-- I was clearly burned out yesterday, and my troubles were self-created! Tim On Tue, Mar 31, 2009 at 5:28 PM, Graham Dumpleton graham.dumple...@gmail.com wrote: 2009/4/1 Tim Valenta tonightslasts...@gmail.com: Yes, the file path was mysite/apache/django.wsgi . I

[modwsgi] Re: Django finally recommending mod_wsgi. :-)

2009-04-01 Thread Tim Valenta
Hopefully this will catch on to the rest of the documentation soon, as I see the web-preview of the second Django book ( http://djangobook.com/en/2.0/chapter12/) has a section Using Django with Apache and mod_python. There are a few comments already, though, that (in their view) mod_wsgi is what

[modwsgi] Re: Please test mod_wsgi 2.4 release candidate 2 and give feedback on any issues.

2009-04-07 Thread Tim Valenta
Hey, Graham-- I can try out the RC and see how it works. I don't run XP anywhere, but I have Vista and Windows 7, with (as you mentioned) Apache 2.2 and Python 2.6.x I'll dig it out tonight and give it a whirl. Tim On Tue, Apr 7, 2009 at 12:04 AM, Graham Dumpleton graham.dumple...@gmail.com

[modwsgi] Re: Please test mod_wsgi 2.4 release candidate 2 and give feedback on any issues.

2009-04-07 Thread Tim Valenta
trouble. Tim On Tue, Apr 7, 2009 at 9:51 AM, Tim Valenta tonightslasts...@gmail.comwrote: Hey, Graham-- I can try out the RC and see how it works. I don't run XP anywhere, but I have Vista and Windows 7, with (as you mentioned) Apache 2.2 and Python 2.6.x I'll dig it out tonight and give

[modwsgi] DLL load failed: specified module could not be found

2009-04-27 Thread Tim Valenta
I was doing some reading on this problem, since I've been having the exact behavior as described in the archives: http://www.mail-archive.com/modwsgi@googlegroups.com/msg01234.html Was there ever a decent solution, aside from compiling it myself as the thread later described? If not, I'm quick

[modwsgi] Re: DLL load failed: specified module could not be found

2009-04-28 Thread Tim Valenta
graham.dumple...@gmail.com wrote: 2009/4/28 Tim Valenta tonightslasts...@gmail.com: I was doing some reading on this problem, since I've been having the exact behavior as described in the archives: http://www.mail-archive.com/modwsgi@googlegroups.com/msg01234.html Was there ever a decent

[modwsgi] Re: serving favicon (django)

2009-04-29 Thread Tim Valenta
wrote: 2009/4/30 Tim Valenta tonightslasts...@gmail.com: That might be a little awkward for a Django project.. you're trying to give apache access to the root of the project, but that's not really safe, to allow apache to serve off of your project root. Huh, what are you talking about

[modwsgi] Re: serving favicon (django)

2009-04-29 Thread Tim Valenta
the favicon when using http://localhost/ When using http://myIP/ it doesn't work. Probably will be fine when I'll deploy with a domain name. Thanks On Thu, Apr 30, 2009 at 12:48 AM, Tim Valenta tonightslasts...@gmail.comwrote: I think my emphasis was on the keeping media in the media folder. Up

[modwsgi] Apache using lots of memory

2009-05-01 Thread Tim Valenta
Hello all-- I have yet to get down and dirty with my apache installation, so I'm not 100% sure of the issue yet. I have access to the server right now, but I'm a work currently and can't really just dedicate time to having a look until probably tomorrow. I thought I'd pitch it out here though,

[modwsgi] Re: Apache using lots of memory

2009-05-01 Thread Tim Valenta
:15 PM, Graham Dumpleton graham.dumple...@gmail.com wrote: 2009/5/2 Tim Valenta tonightslasts...@gmail.com: Hello all-- I have yet to get down and dirty with my apache installation, so I'm not 100% sure of the issue yet. I have access to the server right now, but I'm a work currently

[modwsgi] Re: WSGIPythonHome not doing much?

2011-04-03 Thread Tim Valenta
? Graham On 3 April 2011 18:27, Tim Valenta tonightslasts...@gmail.com wrote: Hello, I'm trying to leverage a python virtualenv to set up what happens to be a Django project.  To get things started, the virtualenv has just the basics: SVN checkout of Django trunk, pip, and the MySQLdb