Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

oober_freak

macrumors regular
Original poster
Apr 5, 2005
196
0
Indian Ocean
Hey guys..

I've been trying to get BitTornado to work on OS X. Now, I got it to launch from terminal with the command 'pythonw btdownloadgui.py' in /Applications/BitTornado-CVS/.

My question is: How do I make an application that automates this and launches the BitTornado GUI?
 

oober_freak

macrumors regular
Original poster
Apr 5, 2005
196
0
Indian Ocean
did you want to make it start during startup?

No. I want to make a .app file, so that when I double click it, it automatically launches the BitTornado GUI instead of I keying in the command in Terminal each time.

I used this guide to install: http://forums.degreez.net/viewtopic.php?p=21875#21875

It just doesn't open when I build it with /Developers/Applications/Utilities/Mac-Python/BuildApplet.app

The guy has mentioned some changes to the btdownloadgui.py file there to make it work this way, but I can't make head or tail of Python.
 

oober_freak

macrumors regular
Original poster
Apr 5, 2005
196
0
Indian Ocean
Woohoo! A newer version of MacPython did the trick! I'm running BitTornado now. I guess that'll spare me from having to use Azureus, for a while. :)
 

cazlar

macrumors 6502
Oct 2, 2003
492
11
Sydney, Australia
It's been a while since I used this, but you can write a script (basically your commands in Terminal, preceded by a #!/bin/bash or whatever) and name it with a .command extension, and when you double-click it should launch terminal and run the script.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.