Ben Bangert wrote: > 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
OS is FreeBSD 5.4. I used this install method last night: 1. Download the easy install file from http://pylonshq.com/files/ez_setup.py 2. python ez_setup.py -f http://pylonshq.com/download/ "Pylons==0.8.2" ~wyatt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
