|
|
HotwireDevelopment
How to develop Hotwire
This page has moved to BuildingFromSubversion.
Sign in to add a comment
![]() |
|
|
|
|
|
|
|---|
|
Search
|
|
|
This page has moved to BuildingFromSubversion.
Sign in to add a comment
At the top of ui/hotwire, please add:
try: import psyco psyco.full() except: passIt really speeds up the whole program.
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.
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.
For Ubuntu 7.10, you need the package "python-pygtksourceview", there is no "python-gtksourceview".
vperetokin: Fixed, thanks!