Search found 29 matches

by comedian
Fri Oct 15, 2010 10:38 pm
Forum: Mac OS
Topic: Remove Mac as supported paltform
Replies: 27
Views: 20984

Re: Remove Mac as supported paltform

To extend the arguments here, the only *supported* platform is Windows then.

The code base for linux is a source-only release. All the "installers" on the download page are from external groups who have re-packaged the source for their respective native platform(s).
by comedian
Fri Oct 15, 2010 10:35 pm
Forum: Mac OS
Topic: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins
Replies: 40
Views: 39754

Re: Tutorial: Deluge 1.2.0 and flexget up and running in 30m

Has anyone tried to install 1.3.0 yet? I removed 1.2.3 and updated to the latest version but can't get it to work correctly. :( The first problem was that the .egg files in "deluge/plugins" wasn't created after python setup.py install. I tried to create them myself and then move the .egg'...
by comedian
Mon May 10, 2010 5:31 pm
Forum: Mac OS
Topic: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins
Replies: 40
Views: 39754

Re: Tutorial: Deluge 1.2.0 and flexget up and running in 30m

A tiny issue with both v. 1.2.1 and 1.2.3 that I noticed is that the download of a torrent often stops at 99.97% or something close to that and won't finish until a restart of deluge. Anyone else have that problem? I've had that problem once or twice, but not consistently. Sometimes a "Force R...
by comedian
Mon Apr 12, 2010 11:03 pm
Forum: Mac OS
Topic: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins
Replies: 40
Views: 39754

Re: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins

@fancyclown - your error has nothing to do with the hicolor theme. The "can't find hicolor icon" error is innocuous, and Deluge will run in spite of it if properly configured. The pertinent part of your error is Fatal Python error: Interpreter not initialized (version mismatch?) which typi...
by comedian
Mon Feb 01, 2010 5:23 am
Forum: Mac OS
Topic: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins
Replies: 40
Views: 39754

Re: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins

Your path does not include /opt/local/bin in precedence before /usr/bin, therefore you are running OSX gcc instead of MacPorts gcc.

export PATH=/opt/local/bin:$PATH

should fix your problem.
by comedian
Fri Jan 22, 2010 7:58 pm
Forum: Mac OS
Topic: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins
Replies: 40
Views: 39754

Re: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins

Allright, I followed xml's instructions and had the same problem as Gravey did in my old thread. sudo install_name_tool -change /System/Library/Frameworks/Python.framework/Versions/2.6/Python /opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python /opt/local/lib/libboost_python-mt.dylib f...
by comedian
Fri Jan 22, 2010 7:18 pm
Forum: Mac OS
Topic: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins
Replies: 40
Views: 39754

Re: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins

"mkvirtualenv deluge" isn't working for me. There doesn't seem to be any such executable even after easy_install'ing it. That generally means the executable is not in your path. Check to make sure "echo $PATH" contains /opt/local/Library/Frameworks/Python.framework/Versions/2.6/...
by comedian
Fri Jan 22, 2010 6:17 pm
Forum: Mac OS
Topic: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins
Replies: 40
Views: 39754

Re: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins

I got nothin' then. Sorry. I haven't used this method to install yet.
by comedian
Fri Jan 22, 2010 6:50 am
Forum: Mac OS
Topic: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins
Replies: 40
Views: 39754

Re: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins

It *looks* to me like a 32/64 bitness issue. Like you're running 64-bit Snow kernel and the py26 compile is trying for i386 (32-bit) mode. What's the output of "uname -a" (from a terminal prompt) look like? If it ends in x86_64, try rebooting and holding down the "3" and "2&...
by comedian
Tue Jan 19, 2010 4:38 pm
Forum: Mac OS
Topic: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins
Replies: 40
Views: 39754

Re: Tutorial: Deluge 1.2.0 and flexget up and running in 30mins

have you done a "workon deluge"?