Skip to content

Instantly share code, notes, and snippets.

@bjcubsfan
Created August 19, 2013 22:32
Show Gist options
  • Save bjcubsfan/6274990 to your computer and use it in GitHub Desktop.
Save bjcubsfan/6274990 to your computer and use it in GitHub Desktop.
Why isn't this working. i should be able to load the python module, since it's in PYTHONPATH.
_smon-rt_rfi@modok:~$ PATH=/bin:/usr/bin:/wmd/software/prod/tools/bin:/wmd/software/prod/tools/cron:/AppData/django/db_populators
_smon-rt_rfi@modok:~$ PYTHONPATH=/wmd/software/prod/tools/lib
_smon-rt_rfi@modok:~$ echo $PATH
/bin:/usr/bin:/wmd/software/prod/tools/bin:/wmd/software/prod/tools/cron:/AppData/django/db_populators
_smon-rt_rfi@modok:~$ echo $PYTHONPATH
/wmd/software/prod/tools/lib
_smon-rt_rfi@modok:~$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import waas
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named waas
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment