Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
MahiwalVinit
Creator
Creator

talend tsystem Issue

I am running gpload.py -f gpload.yml command from command line in the directory "C:/Users/Administrator/Documents"
I have created tsystem to automate the process 
I  have set home directory in tsystem setting as "C:/Users/Administrator/Documents"
Using single command "cmd /c gpload.py -f gpload.yml" to run the script
But I am getting Error : gpload was unable to import The PyGreSQL Python module (pg.py) - No module named pygresql




Tsystem is working fine for other python program. Please help to debug the error.
0683p000009MGJk.png

Labels (3)
2 Replies
vapukov
Master II
Master II

dose the command 

gpload.py -f gpload.yml

run fine from CMD window?
the error look like python code error, but not Talend run-time
MahiwalVinit
Creator
Creator
Author

vapukov wrote:
dose the command 

gpload.py -f gpload.yml

run fine from CMD window?
the error look like python code error, but not Talend run-time

gpload.py -f gpload.yml run well from command line only Issue I am facing when I am trying to run from the talend