What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Jan 28, 2008 by cgwalters
HotwireDevelopment  
How to develop Hotwire

This page has moved to BuildingFromSubversion.


Comment by rodseth, Oct 31, 2007

At the top of ui/hotwire, please add:

try:
    import psyco
    psyco.full() 
except:
    pass

It really speeds up the whole program.

Comment by elv1313, Nov 09, 2007

Hi, this project have a great potential, but, for me, actually it is useless. I use some .sh script that use the command read. I also log as other user with password. In both case hotwire don't let me answer question. It would be an interesting feature to be able to interact with command intuitively and not just type some.

Comment by cgwalters, Nov 09, 2007

elv1313: In version 0.600 you can give input: see HotwireCommandInput. We're in the process of improving this further. Remember though, you can always create a terminal with Ctrl-Shift-T for situations like su, but still use Hotwire for file management etc. as your normal user.

Comment by vperetokin, Dec 02, 2007

For Ubuntu 7.10, you need the package "python-pygtksourceview", there is no "python-gtksourceview".

Comment by cgwalters, Dec 02, 2007

vperetokin: Fixed, thanks!


Sign in to add a comment