On Tue, 2008-01-22 at 11:38 -0800, Mike Orr wrote:
> On Jan 22, 2008 8:53 AM, walterbyrd <[EMAIL PROTECTED]> wrote:
> >
> > I have been trying to follow the install instructions here.
> >
> > http://wiki.pylonshq.com/display/pylonsdocs/Home
> >
> > Everything was going okay until I tried this:
> >
> > wb:/var/www/helloworld# paster serve --reload development.ini
> > Starting subprocess with file monitor
> > Starting server in PID 3751.
> > 09:45:52,844 INFO  [paste.httpserver.ThreadPool] Cannot use
> > kill_thread_limit as ctypes/killthread is not available
> > serving on 0.0.0.0:5000 view at http://127.0.0.1:5000
> >
> > I am not doing this on my local system. I am using VPS hosting. I
> > think the problem is with the 127.0.0.1 address. But I am not sure how
> > to fix it.
> 
> The message means your platform doesn't have a certain threading
> feature, or possibly that a C file was misconfigured at compilation.

It looks like he doesn't have ctypes for some reason (probably Python
2.4).

As an aside, once you've fixed this you'll start getting a different
INFO message on occassion informing you that 0 threads were killed =)

Regards,
Cliff


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

Reply via email to