On Tuesday, February 22, 2011 8:31:43 PM UTC, mongoose wrote:
>
> want to get vim working with omnicomplete then perhaps i'll get into 
> it more. 
>
> I've added this to my vimrc file 
>
> filetype plugin on 
> set ofu=syntaxcomplete#Complete 
>
> when i try 
> :python print 'hello' 
> i get this error 
> "Could not load library python26.dll 
> The python library could not be loaded." 
>
> first of all i have python 2.7 installed. second how can i specify 
> where vim needs to look to find the dll? 
>
>
You'll need to compile vim with Python support, if it doesn't already have 
it. vim doesn't use the installed Python, it has to be compiled in.

--
DR. 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to