Search found 3 matches

by madd
September 11th, 2009, 2:55 am
Forum: General Discussion
Topic: Different Python version causes conflicts with postprocessing?
Replies: 7
Views: 7556

Re: Different Python version causes conflicts with postprocessing?

I'm getting the same error using Snow Leopard. The post-processing scripts run perfectly fine if executed from command-line using ie Terminal. I just upgraded to Snow Leopard and tried to switch my postprocessing script from #!/usr/bin/python2.5 to #!/usr/bin/python2.6 and this error came up:     'i...
by madd
September 11th, 2009, 2:53 am
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 166586

Re: [Linux, MacOSX, Windows] Media Processing + XBMC Updater

After further investigation I think the problem is with SABnzbd and Python execution. The script runs perfectly fine if run by command-line from eg. Terminal. I have this same problem on my Mac running Snow Leopard (default Python install). Any ideas on how to fix it? I had a working script but sudd...
by madd
September 7th, 2009, 9:05 am
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 166586

Re: [Linux, MacOSX, Windows] Media Processing + XBMC Updater

I had a working script but suddenly I started getting:     'import site' failed; use -v for traceback Traceback (most recent call last):   File "/Users/1/sabnzbd/media_process.py", line 3, in     import os ImportError: No module named os I'm no Python expert - any idea on what might be cau...