Hi, On Mon, Dec 1, 2008 at 11:46 AM, minglee <[EMAIL PROTECTED]> wrote: > ConfigParser.MissingSectionHeaderError: File contains no section > headers. > file: D:\pylons_ex\SimpleSite\development.ini, line: 1 > '\xef\xbb\xbf#\n' ... > Code in development.ini are: > # > # SimpleSite - Pylons development environment configuration It looks like you are using some strange editor that adds some garbage to file. That garbage actually is UTF-8 header (http://www.google.lt/search?q=ef+bb+bf). Since you are beginner just turn off this feature in your editor.
-- Dalius http://blog.sandbox.lt --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
