Re: Path/Environment problem (may be Mac-specific)

2007-04-04 Thread Will McCutchen
On Apr 4, 1:16 pm, "Richard Blumberg" <[EMAIL PROTECTED]> wrote: > ImportError: No module named django.db > > I can't figure out why it works from the standard python shell but not from > within BBEdit. Perhaps this is a question for the BBEdit list rather than > the Django list, but if anyone her

Path/Environment problem (may be Mac-specific)

2007-04-04 Thread Richard Blumberg
I've gotten used to using BBEdit as a kind of rough-and-ready IDE for python. Now I'm trying to develop a Django project, and I've run into a peculiar problem. I have a program called 'initialize', with which I want to populate a django database table with data from a tab-delimited file. My proj