"Please be aware that you must send your mails to the pyclewn mailing
list as I may not answer to further mails sent to me privately."
sorry, I didn't aware of it. Thanks for Xavier's quick reply.
the content of /home/free/bin/pyclewn is:
#!/usr/bin/python
import clewn.vim as vim
vim.main()
however, I found a method is set PYTHONPATH:
export PYTHONPATH=$HOME/lib/python:$PYTHONPATH
and pyclewn can work now normally anyhow. but I don't know why.
But I come across a new problem is when I use :Cfile appname to load it .
ex. this app include "scanf" system call, but when I debugging it, I can't
input
any parameter in processing. Anyway, it don't popping a window that let me
input sth.
Any problem when I installed? Thank you for you help for advance.
On Sat, Jun 15, 2013 at 3:56 PM, Xavier de Gaye <[email protected]> wrote:
> On Fri, Jun 14, 2013 at 3:52 PM, Freewanting wrote:
> > then I use pyclewn to start, it says:
> > free@free-Aspire-V3-571G:~/SaveProgram/fileSend$ pyclewn
> > Traceback (most recent call last):
> > File "/home/free/bin/pyclewn", line 3, in <module>
> > import clewn.vim as vim
> > ImportError: No module named clewn.vim
> >
> > I think it maybe helpful.
>
>
> Please be aware that you must send your mails to the pyclewn mailing
> list as I may not answer to further mails sent to me privately.
>
> The import error occurs at line 3,, so it probably means that the pyclewn
> script at /home/free/bin/pyclewn has not been built with:
>
> vimdir=$HOME/.vim python setup.py install --force --home=$HOME
>
> What is the content of this script ?
>
> --
> Xavier
>
> Les Chemins de Lokoti: http://lokoti.alwaysdata.net
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general