what happens if you type: python
at the Cygwin shell prompt? And what does it say if you type: which python On Tue, Feb 22, 2011 at 3:31 PM, mongoose <darrenma1...@gmail.com> 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? > > > On Feb 22, 5:20 pm, Bill Freeman <ke1g...@gmail.com> wrote: >> You *could* use Tidy, then post process with a sed script to convert >> the '%20's to spaces. >> >> There may be comparable Windows tool, but if you want sed, you can >> install Cygwin. >> >> But if you install Cygwin, you could edit with vim. >> >> Since you're editing templates, you probably have python installed. >> If there isn't already a python based template reformatter, that >> sounds like an obvious project. It would still be outside your >> editor, however. I really want formatting aid inside my editor >> (spoiled emacs user). Perhaps an extension to IDLE? >> >> On Tue, Feb 22, 2011 at 9:55 AM, mongoose <darrenma1...@gmail.com> wrote: >> > hi all, >> >> > I'm using notepad++ a lot and really missing a code formatter (vim >> > would be = to format). >> > Anyone know of anyway to format my html nicely? I've tried HTML Tidy >> > but it keeps adding a 20% where I have a space for example >> > "{{%20MEDIA_URL%20}}css/styles.css". >> >> > -- >> > 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 >> > athttp://groups.google.com/group/django-users?hl=en. > > -- > 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. > > -- 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.