Re: import fails in non-interactive interpreter

2012-01-26 Thread Brian Brinegar
JM, Thanks for the response, you're correct '' is pre-pended to the path in interactive mode. I've tried adding . to my PYTHONPATH and it doesn't solve the problem. When imported from interactive python the paste.deploy module is located at: >>> import paste.deploy >>> paste.deploy.__path__ ['/h

Re: import fails in non-interactive interpreter

2012-01-26 Thread Brian Brinegar
On Thu, Jan 26, 2012 at 8:49 AM, Jean-Michel Pichavant wrote: > Brian Brinegar wrote: >> >> JM, >> >> Thanks for the response, you're correct '' is pre-pended to the path >> in interactive mode. I've tried adding . to my PYTHONPATH and it &