I am using django on Mac OS X 10.9. Python 2.3 and 2.4 are installed.  
The server is hosting a simple web site. The site is not mission  
critical.

I followed the instructions at <http://code.djangoproject.com/wiki/ 
OsxFcgi>. When I ran the command...
        django-fcgi.py --settings=myproject.settings --host 127.0.0.1 --port  
8882 --daemon
python threw an exception...
        ImportError: No module named flup.server.fcgi_fork

 From the command line when I invoke "python" the version launched is  
2.4.3. The import works here.
When I invoke "python2.3" the import fails.

I changed python directive the file django-fcgi, from...
        #!/usr/bin/python
to...
        #!/usr/local/bin/python2.4
and it worked.

Just to see what would happened I made a similar change in  
django.fcgi; but no joy.

Even if that last change had worked, changing the directive doesn't  
seem like a good idea. I assume the original directive is in many  
django files.

I hadn't changed the links in /usr/bin for fear of upsetting some  
other application on the server. I am not sure what to do in this case.

Advice from this list would be greatly appreciated.

  - Mark

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to