On Jun 15, 2006, at 12:27 PM, uuellbee wrote: > I started going through the tutorials/examples (esp. the blog) to set > up a very basic test site. I'm pretty sure I got all the setup right. > > So I start the server and navigate to http://localhost:5000/. First I > see a completely blank, white page. When I hit reload the server dies > without giving any reason or even the slightest hint, except for a nice > new python.core file that shows up in the top-level project dir.
The only core dump of Pylons I've ever heard of was due to form input being re-read during an exception if it was a POST. This was fixed in Paste and 0.8.2 of Pylons requires the fixed version of Paste as well. Other than that, I've yet to hear of any way to core-dump quite like this. What OS are you running this on? I'm assuming you're using Pylons 0.8.2 as it was the last released one. - Ben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss -~----------~----~----~----~------~----~------~--~---
