On Sat, 07 Nov 2009 16:59:29 -, Victor Subervi
wrote:
ImportError: No module named template
[snip]
I can import this just fine from the python command prompt. So, what
gives?
Is template.py in your current directory when you run the script from the
command line?
--
Rhodri James
My first thought:
Check if you have /usr/local/lib/svn-python/ in your PYTHONPATH
environment variable (echo $PYTHONPATH).
If its missing, set it in the environment.
export PYTHONPATH=$PYTHONPATH:/usr/local/lib/svn-python
-N
[EMAIL PROTECTED] wrote:
> Hi,
>
> i have a simple test which tries to