make bluefish t owork with zen coding


 
Thread Tools Search this Thread
Top Forums Web Development make bluefish t owork with zen coding
# 1  
Old 03-01-2012
make bluefish t owork with zen coding

Hi,

I have installed on bluefish on the computer that run windows 7 and the zen coding doesn't work.

I know that in order for zen coding to work it demand python.
I do have python 2.7 in the directory python27.


but when I check the built info I get:
Code:
This version of Bluefish was built with:
./configure  'CONFIG_SITE=win32/config.nsis'
gtk 2.24.8 (runtime gtk 2.24.8)
glib 2.28.8 (runtime 2.28.8)
with libenchant... yes
with libenchant >= 1.4... yes
with libgucharmap... no
with libgucharmap_2... yes
with python... no

How can I download version of bluefish that will be built with python?
So that the zen coding will work there.
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Bluefish: where are the preferences saved?

I have just tried out Bluefish as an alternative to my regular text editor. If I save the modified preferences and reboot, the preferences have to be reentered again. Does anyone know which file the preferences are saved in? The command find / -mmin -5 | grep bluefish yields zero hits. Thanks... (2 Replies)
Discussion started by: figaro
2 Replies

2. Gentoo

Creative Zen Sleek Photo...

Hi all, My thanks in advance for reading and any posts. Just wondering if anyone knows of anywhere where I can get a driver from for a creative zen sleek photo for redhad Fedora? I ordered it stupidly without making sure that it would work on Fedora, seems that it only works on WinXP. ... (2 Replies)
Discussion started by: B14speedfreak
2 Replies
Login or Register to Ask a Question
FASTDEP(1)						      General Commands Manual							FASTDEP(1)

NAME
fastdep -- fast dependency generator for C/C++ SYNOPSIS
fastdep [options] file DESCRIPTION
This manual page documents briefly the fastdep command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has html documentation in HTML format; see below. fastdep is a dependency generator for C and C++ files. It generates dependencies an order of magnitude faster than using gcc to do such. Example Makefile fragment: _depend: fastdep $(SOURCES) > _depend -include _depend OPTIONS
This programs follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -v --version Show version, author, license of program. SEE ALSO
make (1), cook (1), gcc (1), dep.pl (1), cvs (1), aegis (1). The program is documented fully at /usr/share/doc/fastdep/manual/fastdep.html. AUTHOR
This manual page was written by Zenaan Harkness zen@freedbms.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. FASTDEP(1)