Howdy,

I just upgraded from an ancient version (I believe it was .64) to 1.1
and started using it.  After a few updates I started getting an error
message saying "There is a syntax error in your configuration file:
invalid syntax (conf.py, line 13)".  I looked at the conf.py and saw
no errors there.  Then I found the problem in config.py line #198.

When I changed this line from

f = open(config_file, 'rb')

to

f = open(config_file)


The error went away.  In case other windows users are having the same
problem I wanted to share this with you.

Regards,

Fahri

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to