2015年8月31日(月) 19:08 Bill Bedford <[email protected]>: > > If it's true, you must remove the path that is pointing to Sphinx > directory. > > > > BTW, why does your `Sphinx` directory name is capitalized? > > How do you install Sphinx? > > There was a './Sphinx' entry in a 'easy-install.pth' file. Now that has > been removed sphinx is working as it should > > Thanks for your help >
Sounds good :) I guess you are using easy_install. I suggest you should use `pip` instead of easy_install if you can. note: using easy_install and pip at the same time is dangerous, in some case. Please take care. -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
