<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to call python code in talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2293407#M66384</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Do you run python script? If so, please make sure that you can execute your python script successfully&amp;nbsp; from command prompt.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2017 09:22:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-18T09:22:34Z</dc:date>
    <item>
      <title>how to call python code in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2293404#M66381</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to call python code in talend? Any Idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shree&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2293404#M66381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to call python code in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2293405#M66382</link>
      <description>&lt;P&gt;You can use a&amp;nbsp;&lt;A href="https://help.talend.com/reader/KxYC_yokfFOVJLgkUibUIA/KJVCp5nes9VjKDbJdckuow" target="_self" rel="nofollow noopener noreferrer"&gt;tSystem&lt;/A&gt;&amp;nbsp;component to do that, as long as its a script on the filesystem.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 13:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2293405#M66382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-13T13:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to call python code in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2293406#M66383</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you show me screen shot how to call python script in window machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shree&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 10:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2293406#M66383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-16T10:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to call python code in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2293407#M66384</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Do you run python script? If so, please make sure that you can execute your python script successfully&amp;nbsp; from command prompt.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 09:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2293407#M66384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-18T09:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to call python code in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2293408#M66385</link>
      <description>&lt;P&gt;I am trying to do the same but not able to run python code from talend but not able to do that!&lt;/P&gt; 
&lt;P&gt;Hello, I am trying to do call a python script from tSystem component but not able to do it successfully:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am getting different kinds of errors as I am changing the script path in Command field:&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Command: “python \ C:\\Users\\user\\PycharmProjects\\AWS_Projects\\S3_Copy_to_other_bucket.py”&lt;BR /&gt;Error: Invalid escape sequence&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Command: “python \\ C:\\Users\\user\\PycharmProjects\\AWS_Projects\\S3_Copy_to_other_bucket.py”&lt;BR /&gt;Error: C:\Users\user\AppData\Local\Continuum\anaconda3\python.exe: can’t find ‘__main__’ module in ‘\\’&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Command: “python C:\\Users\\user\\PycharmProjects\\AWS_Projects\\S3_Copy_to_other_bucket.py”&lt;BR /&gt;Error: File “C:\Users\agarg\PycharmProjects\AWS_Projects-ART\S3_Copy_to_other_bucket.py”, line 1, in&lt;BR /&gt;import boto3&lt;BR /&gt;ModuleNotFoundError: No module named ‘boto3’&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please let me know if&amp;nbsp;any of you faced similar issues while you were executing this.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 01:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2293408#M66385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-05T01:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to call python code in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2293409#M66386</link>
      <description>&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;I was able to run python script successfully with below command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"C:\\Users\\LLfund-VM2\\AppData\\Local\\Programs\\Python\\Python37\\python C:\\Users\\LLfund-VM2\\AppData\\Local\\Programs\\Python\\Python37\\archive\\col_3.py"&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 09:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2293409#M66386</guid>
      <dc:creator>AnilCharanPabba</dc:creator>
      <dc:date>2021-03-29T09:32:01Z</dc:date>
    </item>
  </channel>
</rss>

