I'm teaching myself programming with Python and BBEdit after years developing websites. I've got BBEdit (I've been a happy BBEdit user for over a decade) configured as expected with one exception, pydoc.
Part of the problem is that I'm not exactly sure what Pydoc is supposed to look like inside BBEdit - I'm guessing its an HTML based layout with a search box. Find in Reference... works as expected, displaying the man page for the selected word in a script. Show Pydoc displays this is a new window: problem in /Volumes/bobdela/Documents/Python - Learning Programming/Head First My Files/Chapter 7/07 p234 gui.py - <type 'exceptions.ImportError'>: No module named tkinter The specific error message changes depending on the current script, but always essentially the same error. I found Patrick's message in the archives about configuring the GUI environment variables, and using RCEnvironment to set these two items as follows: PATH - /sw/bin:/sw/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/mysql/bin::/usr/X11R6/bin PYTHONDOCS - /Library/Frameworks/Python.framework/Versions/3.1/Resources/English.lproj/Documentation/index.html I set the PATH by using the same path that's used in my local terminal shell. Logout to reload the gui environment, and still no success. If the sketchy info presented here is enough to troubleshoot the problem, I'd appreciate any suggestions on what to try next. Thanks for reading this far! Bob -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. 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/bbedit?hl=en If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group.
