My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
HotwireDevelopment  
How to develop Hotwire
Updated Feb 4, 2010 by cgwalt...@gmail.com

This page has moved to BuildingFromSubversion.

Comment by rods...@gmail.com, 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 elv1...@gmail.com, Nov 9, 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 project member cgwalt...@gmail.com, Nov 9, 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 vpereto...@gmail.com, Dec 2, 2007

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

Comment by project member cgwalt...@gmail.com, Dec 2, 2007

vperetokin: Fixed, thanks!


Sign in to add a comment
Powered by Google Project Hosting