<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to RemoteEngines</title><link>https://sourceforge.net/p/pyscripter/wiki/RemoteEngines/</link><description>Recent changes to RemoteEngines</description><atom:link href="https://sourceforge.net/p/pyscripter/wiki/RemoteEngines/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 21 Mar 2017 11:16:29 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pyscripter/wiki/RemoteEngines/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for RemoteEngines page</title><link>https://sourceforge.net/p/pyscripter/wiki/RemoteEngines/?limit=25#4e04</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, I am running Python 2.7.13 and PyScripter 2.6.0.0 x86&lt;br/&gt;
Whenever I try to load either of the Tk or Wx remote engines I get the message "Could not connect to the remote python engine server. The remote interpreter and debugger is not available".&lt;br/&gt;
Is there a way to fix this or is it a perma-problem? I could not find any workaround myself and am a newb. Thank you.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Spyros Fakiridis</dc:creator><pubDate>Tue, 21 Mar 2017 11:16:29 -0000</pubDate><guid>https://sourceforge.net39b7bf6cf98a85422e840651bdfa01acb2c9233f</guid></item><item><title>Discussion for RemoteEngines page</title><link>https://sourceforge.net/p/pyscripter/wiki/RemoteEngines/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: &lt;a class="" href="http://code.google.com/u/111471940399203516147" rel="nofollow"&gt;shepa...@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have a python script that runs fine if I run it straight from Windows Explorer (just double click) or from Visual Studio (using the pytools plugin). However, many of my users have pyscripter installed so I would like to be able to run it from there too. The problem is that when I run it I get an error 'ImportError&lt;a class="" href="/p/pyscripter/w/edit/ImportError"&gt;?&lt;/a&gt;: DLL load failed: %1 is not a valid Win32 application'. The file that pyscripter then loads is numpy and it highlights 'import multiarray'. I get that there can be problems with 32 v 64-bit applications, but I don't get why I can run this succesfully from Windows Explorer, but it fails in pyscripter. I tried changing the Engine options but those all gave me the same error. Any ideas? Is there a way to check which .exe pyscripter is using to run the script? Would it be any different than the default .exe? &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 20 Mar 2015 12:41:17 -0000</pubDate><guid>https://sourceforge.net1ebe06c8ef4a7801f45be54d4a5c1f9d15b5ce8f</guid></item><item><title>Discussion for RemoteEngines page</title><link>https://sourceforge.net/p/pyscripter/wiki/RemoteEngines/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: &lt;a class="" href="http://code.google.com/u/107568999021422081830" rel="nofollow"&gt;rob.clew...@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks for this great tool. I'm trying to offer pyscripter as part of a virtual machine image at my uni, using VCL. It seems that changing to peRemoteTk as image admin does not stay permanent for users loading the image (they need to use pylab interactively). Is that setting saved permanently to an RC file of some kind? I can't find info about such a thing. Thanks. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 20 Mar 2015 12:41:17 -0000</pubDate><guid>https://sourceforge.nete12e778b58e99190e098e2ac3ddbd2e7a95b7d4d</guid></item><item><title>Discussion for RemoteEngines page</title><link>https://sourceforge.net/p/pyscripter/wiki/RemoteEngines/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: &lt;a class="" href="http://code.google.com/u/105438889287458531986" rel="nofollow"&gt;st...@steveperkins.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you use &lt;a class="" href="/p/pyscripter/wiki/PyScripter"&gt;PyScripter&lt;/a&gt; on a Linux machine using Wine, is it possible to run scripts on the native Linux Python engine... or are you limited to the Windows Python environment running through Wine? &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 20 Mar 2015 12:41:17 -0000</pubDate><guid>https://sourceforge.net3a2d6ca44ebd03456cf81213d280b465378d4c2a</guid></item><item><title>Discussion for RemoteEngines page</title><link>https://sourceforge.net/p/pyscripter/wiki/RemoteEngines/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: radslice...@gmail.com&lt;/p&gt;
&lt;p&gt;Destruction of objects is not working with remote python engine, but works with internal python engine! E.g. Try running the following: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;class&lt;/span&gt; &lt;span class="n"&gt;X&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;object&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;
    &lt;span class="n"&gt;def&lt;/span&gt; &lt;span class="n"&gt;__init__&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;self&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;
        &lt;span class="n"&gt;self&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;x&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;x&lt;/span&gt;
        &lt;span class="n"&gt;print&lt;/span&gt; &lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="n"&gt;Created&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;self&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;x&lt;/span&gt;
    &lt;span class="n"&gt;def&lt;/span&gt; &lt;span class="n"&gt;__del__&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;self&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;
        &lt;span class="n"&gt;print&lt;/span&gt; &lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="n"&gt;Destroying&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;self&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;x&lt;/span&gt;

&lt;span class="n"&gt;x1&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;X&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="n"&gt;print&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 20 Mar 2015 12:41:17 -0000</pubDate><guid>https://sourceforge.netc5d11d06cc6d45f1bbb006fd9979ef6276eeee65</guid></item><item><title>Discussion for RemoteEngines page</title><link>https://sourceforge.net/p/pyscripter/wiki/RemoteEngines/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: &lt;a class="" href="http://code.google.com/u/pyscripter" rel="nofollow"&gt;pyscripter&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Currently it is not possible to debug a script on a remote machine from &lt;a class="" href="/p/pyscripter/wiki/PyScripter"&gt;PyScripter&lt;/a&gt;. This is a planned feature thought. You may be able to use winpdb. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 20 Mar 2015 12:41:17 -0000</pubDate><guid>https://sourceforge.net5b856efa3a1f2f107dd654e0f069f5b53db5cb83</guid></item><item><title>Discussion for RemoteEngines page</title><link>https://sourceforge.net/p/pyscripter/wiki/RemoteEngines/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: &lt;a class="" href="http://code.google.com/u/109450228740324667083" rel="nofollow"&gt;kevin.pi...@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;How can I remote debug a Python script running on Linux from Windows using &lt;a class="" href="/p/pyscripter/wiki/PyScripter"&gt;PyScripter&lt;/a&gt;? &lt;/p&gt;
&lt;p&gt;I posted the above question on StackOverflow&lt;a class="" href="/p/pyscripter/w/edit/StackOverflow"&gt;?&lt;/a&gt;: &lt;a href="http://stackoverflow.com/questions/4127790/how-can-i-remote-debug-a-python-script-running-on-linux-from-windows-using-pyscri" rel="nofollow"&gt;http://stackoverflow.com/questions/4127790/how-can-i-remote-debug-a-python-script-running-on-linux-from-windows-using-pyscri&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 20 Mar 2015 12:41:17 -0000</pubDate><guid>https://sourceforge.neta7368c25b7eb6264f5d172ab9b82452be6a60865</guid></item><item><title>Discussion for RemoteEngines page</title><link>https://sourceforge.net/p/pyscripter/wiki/RemoteEngines/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: &lt;a class="" href="http://code.google.com/u/102852816146702659802" rel="nofollow"&gt;sslivit...@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Love pyscripter. &lt;/p&gt;
&lt;p&gt;Is the support for Qt application planned? I'm using the TK engine as they gave me less errors. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 20 Mar 2015 12:41:17 -0000</pubDate><guid>https://sourceforge.net41eb7ede6cab6dd6a33dd22bf4c523015ce30333</guid></item><item><title>Discussion for RemoteEngines page</title><link>https://sourceforge.net/p/pyscripter/wiki/RemoteEngines/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: &lt;a class="" href="http://code.google.com/u/100478772266983693017" rel="nofollow"&gt;linna...@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When I tried to debug django app with remote python engine mode, I found that my pyscripter only stopped at break points in file manage.py, and ignored other break points in my views.py. I felt that after django's developer server started, the debug function would not take effect upon the browser input. &lt;/p&gt;
&lt;p&gt;My environment is windows xp, python 2.5.1, pyscripter 1.9.9.7. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 20 Mar 2015 12:41:17 -0000</pubDate><guid>https://sourceforge.net1f9ccfa1a41b35d824dd3c49da12dd2f1f538c46</guid></item><item><title>Discussion for RemoteEngines page</title><link>https://sourceforge.net/p/pyscripter/wiki/RemoteEngines/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: &lt;a class="" href="http://code.google.com/u/victoryhb" rel="nofollow"&gt;victoryhb&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thank you all for the marvelous job you've done! &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 20 Mar 2015 12:41:17 -0000</pubDate><guid>https://sourceforge.net8a54c9b146a8eef86e2d3bc8668e8010b63e4308</guid></item></channel></rss>