run scripts need to set PYTHONPATH now when there are packages and modules
[wifi-assistant] / package / src / gui.sh
index 1105bbf..0843a57 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 
+export PYTHONPATH=/opt/wifi-assistant/lib
 run-standalone.sh python2.5 /opt/wifi-assistant/lib/wifi_assistant/gui/main.py
\ No newline at end of file