0

I have a problem. I am using a python script that uses pygst library. I have no problem executing the script manually through command line. I also tried switching the user to _www and executing script (since a few path to a few libraries might not be set) but it seems to work fine... The problem is that i am not able to reproduce the error manually. I know i am missing something small.

File "/••••••.py", line 2, in <module>
    import os, sys, pygst
ImportError: No module named pygst

**edit The call to the script is made through php script ?? could this be the problem ?

2
  • Do any answers in something like this question help? Commented May 13, 2013 at 16:35
  • 1
    @summea thanks for the link ... my config was messed .. but i do hope they find a cleaner way to deal with PYTHONPATH .. :) Commented May 13, 2013 at 17:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.