<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Old Pythonscript stopped working]]></title><description><![CDATA[<p dir="auto">I am on latest npp and latest python script.</p>
<p dir="auto">Previously, my this script used to remove some not-visible (zero-width) spaces that Google Translate used to put in the translated text.</p>
<pre><code>#coding=utf8
editor.beginUndoAction()
#removes ZERO WIDTH SPACE
editor.replace(unichr(8203),"")
#removes ZERO WIDTH NON JOINER
editor.replace(unichr(8204),"")
#removes ZERO WIDTH JOINER
editor.replace(unichr(8205),"")
editor.endUndoAction()
</code></pre>
<p dir="auto">It is not working not to do the same thing. I don’t know when it stopped working and how many such characters seeped in to my final text.</p>
<pre><code>रोग के लिए नैदानिक ​​परीक्षण विकसित करना
----------------^
</code></pre>
<p dir="auto">If you go through above Hindi (devanagari) line, there are two such not-visible (zero-width) spaces at the start of 5th word परीक्षण। you can feel that by moving keyboard cursor over there.</p>
<p dir="auto">If you don’t know this script and face problem in locating that, move keyboard cursor over entire line and at a place you will notice that when you press right arrow on keyboard, cursor doesn’t move on the screen twice.</p>
<p dir="auto">I don’t know what changes npp or python script had introduced that had caused my working script to stop working.</p>
<p dir="auto">I don’t know why you can incorporate such changes that breaks down a working script, especially when now everything is on “autoupdate” mode, that we don’t prevent updates from being incorporated.</p>
<p dir="auto">Anyway, what is the problem causing it and what is the solution for me?</p>
<h2>Thanks.</h2>
<p dir="auto">Rawat</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19950/old-pythonscript-stopped-working</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 12:52:52 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19950.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 04 Sep 2020 13:05:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 17:49:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a> said in <a href="/post/57356">Old Pythonscript stopped working</a>:</p>
<blockquote>
<p dir="auto">Think about what you just said!</p>
</blockquote>
<p dir="auto">Clearly, and sadly, there isn’t much thinking going on.<br />
The same dumb thing was said <a href="https://github.com/bruderstein/PythonScript/issues/156" rel="nofollow ugc">HERE</a>, turning the dumbness into an official complaint against a great piece of software.  :-(</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57360</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57360</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 04 Sep 2020 17:49:40 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 16:53:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/4848">@V-S-Rawat</a> said in <a href="/post/57354">Old Pythonscript stopped working</a>:</p>
<blockquote>
<p dir="auto">I think that is what alpha beta testings are for.</p>
</blockquote>
<p dir="auto">You installed alpha software which didn’t work for you, and are now complaining that the PythonScript developer didn’t alpha test enough?!  Think about what you just said!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57356</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57356</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 04 Sep 2020 16:53:32 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 16:31:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/195">@guy038</a></p>
<p dir="auto">npp shortcuts themselves are not a easy task. Such a simple thing is made so complex in npp. If we need to copy a shortcut to a new one and make a few changes to create another shortcut doing something else, that is not easy and probably just impossible, it is rather easy to go through entire charade of recording a new shortcut from scratch.</p>
<p dir="auto">You can compare how easy a MS-word macro is to copy and modify, and how complicated is a npp shortcut to copy and modify.</p>
<p dir="auto">I had planned to learn pythonscript as that opens a wide range of possibilities to create various MS-word like macros to do various things. It has far more flexibility.</p>
<p dir="auto">Thus, I learnt and made this first pythonscript and it started working, then I lost steam about learning pytonscript, and got busy in other things. Human mind is not so eager to learn new things at age of 60 years.</p>
<p dir="auto">so, when ps is available as a allrounder option, I would like to use that, instead of using a npp shortcut.</p>
<p dir="auto">Though I indeed have created half a dozen npp shortcuts that I have to use several times almost daily.</p>
<h2>Thanks.</h2>
<p dir="auto">Rawat</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57355</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57355</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Fri, 04 Sep 2020 16:31:48 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 16:11:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/195">@guy038</a></p>
<p dir="auto">dear sir,</p>
<p dir="auto">my issue is: How do I know what has stopped with each update of npp/ pythonscript/ python?</p>
<p dir="auto">How many of us dutifully every word of release note each of hundreds of software/ plugins/ addons/ drivers that we are using on our pc.</p>
<p dir="auto">When we have installed something and seen it working once, we wish and believe that it will be forward compatible and will continue working in future updates of any component of it.</p>
<p dir="auto">AND, if it doesn’t work, we should be notified somehow that it will not work any more, so that we check what has stopped working and how to correct it.</p>
<p dir="auto">There is the irresponsible work of a developer.</p>
<p dir="auto">If something has stopped working in a ps update, we don’t come to know that it has stopped working, and there is no message and we believe that it has worked behind the screen as earlier.</p>
<p dir="auto">That is what is wrong. If some previous syntax has stopped working, python and/ or pythonscript developers should throw a syntax error for that right there in the first run, so that the user at least gets to know that it is not working any more, then the user either learn the new syntax and edit his script to work with the new update, or the user can revert to previous update to keep his old script working.</p>
<p dir="auto">I think it is a mistake of pythonscript developers that they have allowed the old syntax as valid even when it is not working.</p>
<p dir="auto">I think that is what alpha beta testings are for.</p>
<p dir="auto">So I guess ps developers should give a thought to this.</p>
<h2>Thanks.</h2>
<p dir="auto">Rawat</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57354</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57354</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Fri, 04 Sep 2020 16:11:42 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 15:51:30 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/4848">@v-s-rawat</a>, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@peterjones</a>, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-kilborn</a> and <strong>All</strong>,</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/4848">@v-s-rawat</a></p>
<p dir="auto">Of  course, I understand that you may <strong>easily</strong> assign a <strong>shortcut</strong>, using a <strong>Python</strong> script for such a task !</p>
<p dir="auto">But, personally, you could use the simple <strong>regex</strong> S/R below :</p>
<p dir="auto">SEARCH <strong><code>[\x{200B}-\x{200D}\x{2060}]</code></strong></p>
<p dir="auto">REPLACE <strong><code>Leave EMPTY</code></strong></p>
<p dir="auto">Moreover, you may also <strong>record</strong> this <strong>specific</strong> S/R in a <strong>macro</strong> ! Insert these lines, below, in the <strong><code>Macros</code></strong> node of your <strong>active</strong> <strong><code>shortcut.xml</code></strong> configuration file</p>
<pre><code class="language-xml">        &lt;Macro name="Zero Width Format Characters" Ctrl="no" Alt="no" Shift="no" Key="0"&gt;
            &lt;Action type="3" message="1700" wParam="0" lParam="0" sParam="" /&gt;
            &lt;Action type="3" message="1601" wParam="0" lParam="0" sParam="[\x{200B}-\x{200D}\x{2060}]" /&gt;
            &lt;Action type="3" message="1625" wParam="0" lParam="2" sParam="" /&gt;
            &lt;Action type="3" message="1602" wParam="0" lParam="0" sParam="" /&gt;
            &lt;Action type="3" message="1702" wParam="0" lParam="768" sParam="" /&gt;
            &lt;Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /&gt;
        &lt;/Macro&gt;
</code></pre>
<hr />
<p dir="auto">To see a <strong>representation</strong> of these <strong>zero-width</strong> format characters, use the <strong><code>Mark</code></strong> feature, and the regex :</p>
<p dir="auto">SEARCH <strong><code>[\x{200B}-\x{200D}\x{2060}]</code></strong></p>
<p dir="auto">against the text, below :</p>
<pre><code class="language-z">-----&gt; &lt;-----	0020	0020	SP		SPACE

-----&gt;​&lt;-----	200B	8203	ZWSP	ZERO WIDTH SPACE
-----&gt;‍&lt;-----	200C	8204	ZWNJ	ZERO WIDTH NON-JOINER
-----&gt;‌&lt;-----	200D	8205	ZWJ		ZERO WIDTH JOINER
-----&gt;⁠&lt;-----	2060	8288	WJ		WORD JOINER
</code></pre>
<p dir="auto"><strong>Strangely</strong>, depending of the <strong>current font</strong> used, in N++ :</p>
<ul>
<li>
<p dir="auto">The <strong>zero width space</strong> wrongly looks like a normal <strong>space</strong> character or like a <strong>thin space</strong> character</p>
</li>
<li>
<p dir="auto">The <strong>word joiner</strong> character is wrongly seen as a <strong>true</strong> character, with a <strong>glyph</strong> representation</p>
</li>
</ul>
<p dir="auto">On my system, only the <strong><code>PMingLiU</code></strong> and <strong><code>Symbola_Monospacified</code></strong> fonts show, as expected, <strong><code>4</code></strong> <strong>zero-width</strong> characters !</p>
<hr />
<p dir="auto">Refer to the link, below, for <strong>additional</strong> information :</p>
<p dir="auto"><a href="https://www.unicode.org/charts/PDF/U2000.pdf" rel="nofollow ugc">https://www.unicode.org/charts/PDF/U2000.pdf</a></p>
<p dir="auto">Best Regards</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57353</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57353</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Fri, 04 Sep 2020 15:51:30 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 14:54:28 GMT]]></title><description><![CDATA[<p dir="auto">So that readers here know: <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/4848">@V-S-Rawat</a>  submitted a feature request on <a href="https://github.com/bruderstein/PythonScript/issues/155" rel="nofollow ugc">https://github.com/bruderstein/PythonScript/issues/155</a> to add the github URL to the PythonScript About dialog: I agree with that.  I also added in the same request that they either get the old sourceforge pages updated to direct people back to the github for newer revisions, or that they remove the sourceforge links from the github page altogether, as it causes nothing but confusion.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57349</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57349</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 04 Sep 2020 14:54:28 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 14:52:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a> said in <a href="/post/57346">Old Pythonscript stopped working</a>:</p>
<blockquote>
<p dir="auto">Perhaps I’m alone in this, but I’m more used to github showing a “releases” button/link up across the top of such pages</p>
</blockquote>
<p dir="auto">That’s a recent change.  I think I originally opted into the “feature preview” that made the UI slightly more “modern”, but moved the releases/most-recent links to the harder-to-find location, so I got used to it.  But it appears that’s no longer a “feature preview”, and may have been pushed to everyone.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57348</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57348</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 04 Sep 2020 14:52:13 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 14:49:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a> said in <a href="/post/57342">Old Pythonscript stopped working</a>:</p>
<blockquote>
<p dir="auto">The “Releases” on the right (which turns blue when you hover, indicating it’s a link) takes you to the releases page, with all the alpha and permanent releases.<br />
The “Latest” link in the green takes you to just the latest release, v1.5.4.</p>
</blockquote>
<p dir="auto">I stand corrected.<br />
Perhaps I’m alone in this, but I’m more used to github showing a “releases” button/link up across the top of such pages, and not on the right; but truly, Peter is correct, and it is there.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57346</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57346</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 04 Sep 2020 14:49:31 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 14:40:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a></p>
<p dir="auto">Solved.</p>
<p dir="auto">I uninstalled and reinstalled pythonscript, this time directly through plugin admin, it installed v1.5.4</p>
<p dir="auto">Then I ran my script on my text, and the script is working again.</p>
<p dir="auto">Thank God.</p>
<p dir="auto">Now, I am freezing my pythonscript plugin to 1.5.4 and will not update it ever, untill it stops working for some future npp.</p>
<h2>Thanks.</h2>
<p dir="auto">Rawat</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57344</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57344</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Fri, 04 Sep 2020 14:40:46 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 14:38:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/4848">@V-S-Rawat</a> said in <a href="/post/57341">Old Pythonscript stopped working</a>:</p>
<blockquote>
<p dir="auto">seems I have to first uninstall previous pythonscript, and then reinstall 1.5.4.</p>
</blockquote>
<p dir="auto">Yes.  That is why I specifically said,</p>
<blockquote>
<p dir="auto">I would highly recommend you un-install the v3.0.3 Alpha version, restart, then use Plugins Admin to install the latest v1.5.4 full-release.</p>
</blockquote>
<p dir="auto">Note the words “I would highly recommend you un-install the v3.0.3 Alpha version”.  That was meant to indicate that you uninstall the v3.0.3 before trying to install the v1.5.4.  Apparently, that wasn’t clear enough.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57343</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57343</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 04 Sep 2020 14:38:38 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 14:39:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a> said in <a href="/post/57338">Old Pythonscript stopped working</a>:</p>
<blockquote>
<p dir="auto">that doesn’t directly have a “releases” button.</p>
</blockquote>
<p dir="auto"><img src="/assets/uploads/files/1599230155699-d2fa3632-eb85-4076-a0b9-01fd07382f97-image.png" alt="d2fa3632-eb85-4076-a0b9-01fd07382f97-image.png" class=" img-fluid img-markdown" /><br />
The “Releases” on the right (which turns blue when you hover, indicating it’s a link) takes you to the releases page, with all the alpha and permanent releases.<br />
The “Latest” link in the green takes you to just the latest release, v1.5.4.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57342</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57342</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 04 Sep 2020 14:39:11 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 14:32:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a></p>
<p dir="auto">I downloade v1.5.4 and installed it,</p>
<p dir="auto">though my Plugin Admin is still showing pythonscript v3.0.3 and when I ran my pythonscript on my text, it crashed with the message given in this image.</p>
<p dir="auto"><img src="/assets/uploads/files/1599229763443-ps.jpg" alt="ps.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">seems I have to first uninstall previous pythonscript, and then reinstall 1.5.4.</p>
<p dir="auto">though I wonder whether that would all previous settings of pythonscript and delete my old script, and I have to figure out again what goes where, that I have forgotten across the years.</p>
<p dir="auto">Anyway, going to do that. no other way out.</p>
<p dir="auto">And Kilborn will again be angry at me that my 2 hours got wasted on all this and more is going to be spent.</p>
<h2>Thanks.</h2>
<p dir="auto">Rawat</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57341</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57341</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Fri, 04 Sep 2020 14:32:41 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 14:20:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/4848">@V-S-Rawat</a> said in <a href="/post/57335">Old Pythonscript stopped working</a>:</p>
<blockquote>
<p dir="auto">this link<br />
<a href="https://github.com/bruderstein/PythonScript" rel="nofollow ugc">https://github.com/bruderstein/PythonScript</a><br />
that is shown in your image takes to a page that shows this link<br />
…<br />
that again takes to the page that shows pythonscript v 1.0.8.0</p>
</blockquote>
<p dir="auto">Perhaps the problem is that the link you show takes you to a page that doesn’t directly have a “releases” button.  However, if you click where it (currently) says “30 tags” you are quickly taken to the correct place.</p>
<p dir="auto">Your linked page also shows text that says “see also (sourceforge)”.<br />
These days I’m not sure why someone would think that a project that is on github would have a more-current hosting on sourceforge, but maybe that’s just my thinking.  The “see-<em><strong>also</strong></em>…” part should have been a big clue that it is “historical”, but again, just the way <em><strong>I</strong></em> happen to think.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57338</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57338</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 04 Sep 2020 14:20:39 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 14:19:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a></p>
<p dir="auto">It is not my first interaction on this site, and my previous interactions didn’t fetch me tags of “no cost” “nobody forced”, “gratitudeless” “blamer”, etc, that you coined.</p>
<p dir="auto">Rather, you came here to undermine and scold me like a school going kid.</p>
<p dir="auto">Someone has a problem that is big for him, You don’t have any solution to him, You should have stayed away and first let others help who can help. Your scolding could have come later.</p>
<p dir="auto">but you have your priorities.</p>
<p dir="auto">I don’t know python or pythonscript, I “assembled” my script taking codes from this that site, without understanding what it means, just that the final script did work.</p>
<p dir="auto">Now, something happened sometime back in unknown duration, and the script didn’t work, and I didn’t come to know and might have spoiled my 90000 rows of excel data.</p>
<p dir="auto">And it is my mistake keeping my software updated, using free software, not having gratitude. Great assessment of me.</p>
<p dir="auto">If we use a free software, we become slave of the developer and we loose all our human rights and the developer can kill us, destroy us or our data?</p>
<p dir="auto">Now I understand this fine print.</p>
<h2>Thanks for your nice words.</h2>
<p dir="auto">Rawat</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57337</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57337</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Fri, 04 Sep 2020 14:19:23 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 14:11:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/4848">@V-S-Rawat</a> said in <a href="/post/57335">Old Pythonscript stopped working</a>:</p>
<blockquote>
<p dir="auto">where do you find this 1.5.4 version?</p>
</blockquote>
<p dir="auto">My post included a link and a screenshot.</p>
<p dir="auto"><a href="https://github.com/bruderstein/PythonScript/releases" rel="nofollow ugc">https://github.com/bruderstein/PythonScript/releases</a></p>
<p dir="auto">Note, I gave this link.  But you gave the link <a href="https://github.com/bruderstein/PythonScript/" rel="nofollow ugc">https://github.com/bruderstein/PythonScript/</a> earlier, and the only way to get v3.0.3 from that site, which you apparently already accomplished, was to navigate from there through the “releases” link to the <a href="https://github.com/bruderstein/PythonScript/releases" rel="nofollow ugc">https://github.com/bruderstein/PythonScript/releases</a> page.<br />
So you knew that page already.</p>
<p dir="auto">Scroll down to the first one on that page that <em>doesn’t</em> say “pre-release”.  Note that it matches my screenshot from above: <img src="https://camo.nodebb.org/5b57c175fd9ccc453ed8119c72bf7c48459f2e2d?url=https%3A%2F%2Fcommunity.notepad-plus-plus.org%2Fassets%2Fuploads%2Ffiles%2F1599226558595-a32c9c18-c5cc-428f-93f5-404ef9e5ced4-image.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">Or use the Plugins Admin to install Notepad++, as I suggested you do.  It will install v1.5.4, like I said it would.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57336</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57336</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 04 Sep 2020 14:11:55 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 14:07:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a></p>
<p dir="auto">yes it was Plugin Admin, sorry for not updating my old lingua.</p>
<p dir="auto">this link<br />
<a href="https://github.com/bruderstein/PythonScript" rel="nofollow ugc">https://github.com/bruderstein/PythonScript</a><br />
that is shown in your image takes to a page that shows this link<br />
<a href="http://npppythonscript.sourceforge.net/" rel="nofollow ugc">npppythonscript.sourceforge.net/</a><br />
that again takes to the page that shows pythonscript v 1.0.8.0</p>
<p dir="auto">so, back to square one.</p>
<p dir="auto">where do you find this 1.5.4 version? If you could give some link I will download and install this version itself and test whether my script starts working again.</p>
<h2>Thanks.</h2>
<p dir="auto">Rawat</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57335</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57335</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Fri, 04 Sep 2020 14:07:32 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 13:53:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/4848">@V-S-Rawat</a> said in <a href="/post/57327">Old Pythonscript stopped working</a>:</p>
<blockquote>
<p dir="auto">I don’t know why you can incorporate such changes that breaks down a working script</p>
</blockquote>
<p dir="auto">Please try to bear in mind that all this is provided to you at NO COST.<br />
Thus you should approach things from an attitude of GRATITUDE.<br />
And not one of BLAME.</p>
<blockquote>
<p dir="auto">everything is on “autoupdate” mode</p>
</blockquote>
<p dir="auto">Nothing here is on full “autoupdate mode”<br />
You have to approve all updates before they happen.<br />
This means that it is your responsibility to know what you are doing (that is, to know what you might be getting into).</p>
<p dir="auto">It is also your responsibility to know what versions of softwares you are using, and where you obtained them from.<br />
AND…what differences there might be from previous versions.</p>
<p dir="auto">So…about your issue:</p>
<p dir="auto">Pythonscript 3.x is a major change from 1.x.<br />
If you’ll notice, 2.x was skipped.<br />
This is a tip off that there are huge changes, and also a nod to the fact that it uses Python 3.x rather than Python 2.7.x as its base.<br />
If you know anything about Python, you’ll know that the major difference between 2.x and 3.x is that 3.x is fully prepped for Unicode handling.<br />
And, in looking at your script, what is it doing?<br />
A Unicode manipulation.<br />
So your choices are to either figure it out (what you need to do to your script so that it works under PS 3.x, or downgrade PS to 1.x where your script will likely go back to working.</p>
<p dir="auto">And also, learn some gratitude.  :-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57333</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57333</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 04 Sep 2020 13:53:09 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 13:47:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/4848">@V-S-Rawat</a> said in <a href="/post/57327">Old Pythonscript stopped working</a>:</p>
<blockquote>
<p dir="auto">especially when now everything is on “autoupdate” mode, that we don’t prevent updates from being incorporated.</p>
</blockquote>
<p dir="auto">By the way: nothing forced you to install the pre-release alpha version.  If you had just used Plugins Admin to install PythonScript in the first place, you would have gotten a version that worked as you would expect.  Don’t complain about “auto updates” when nothing about the installation of 3.0.3 was automatic: you had to manually install that, by choice.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57332</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57332</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 04 Sep 2020 13:47:28 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 13:45:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/4848">@V-S-Rawat</a></p>
<p dir="auto">Please note that v3.0.3.0 is clearly marked on <a href="https://github.com/bruderstein/PythonScript/releases" rel="nofollow ugc">https://github.com/bruderstein/PythonScript/releases</a> as a “Pre-release” alpha version with Python 3 support:<br />
<img src="/assets/uploads/files/1599226341207-d0828abd-755d-4c6a-9901-0037bfa1fab5-image.png" alt="d0828abd-755d-4c6a-9901-0037bfa1fab5-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">This means it is not necessarily fully debugged.  It also means that some scripts are likely to change, because all fully-released versions of PythonScript have used Python 2, <em>not</em> Python 3, and there are differences in syntax.</p>
<blockquote>
<p dir="auto">my npp7.8.9 (64bit) (W10) Plugin manager is showing installed Pytonscript 3.0.3.0</p>
</blockquote>
<p dir="auto">No it doesn’t, because Plugin Manager is a deprecated plugin which is not compatible with NPP7.8.9.  Plugins Admin is the builtin tool that shows and manages npp7.8.9 plugins.  You have been around long enough to know the difference, and to use the right words.</p>
<blockquote>
<p dir="auto"><a href="https://bruderste.in/npp/ps/download.shtml" rel="nofollow ugc">https://bruderste.in/npp/ps/download.shtml</a> that shows latest version 1.0.8.0</p>
</blockquote>
<p dir="auto">v1.0.8.0 is <em>not</em> the latest version.  I’m pretty sure that version isn’t even compatible with Notepad++ v7.8.9.  That website is out of date.  Please note that the Plugins Admin tool tells you that the modern homepage for PythonScript is the github page:<br />
<img src="/assets/uploads/files/1599226764808-a28f7d05-9dff-48ed-9ef7-d855d0d7370d-image.png" alt="a28f7d05-9dff-48ed-9ef7-d855d0d7370d-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">The version that you can download from Plugins Admin is the version I showed above: v1.5.4.  If you look on the official github releases page, v1.5.4 is clearly marked as the “latest release”:<br />
<img src="/assets/uploads/files/1599226558595-a32c9c18-c5cc-428f-93f5-404ef9e5ced4-image.png" alt="a32c9c18-c5cc-428f-93f5-404ef9e5ced4-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">When I run your code with v1.5.4, it works.</p>
<p dir="auto">If you are going to be an alpha/beta tester for v3.0.3, you are going to have to use Python 3 syntax and make sure that the PythonScript API hasn’t changed.  But if you want things to “just work” the way they used to, I would highly recommend you un-install the v3.0.3 Alpha version, restart, then use Plugins Admin to install the latest v1.5.4 full-release.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57331</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57331</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 04 Sep 2020 13:45:30 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 13:26:21 GMT]]></title><description><![CDATA[<p dir="auto">I used <a href="https://github.com/bruderstein/PythonScript" rel="nofollow ugc">https://github.com/bruderstein/PythonScript</a> version 3.0.3</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57329</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57329</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Fri, 04 Sep 2020 13:26:21 GMT</pubDate></item><item><title><![CDATA[Reply to Old Pythonscript stopped working on Fri, 04 Sep 2020 13:24:03 GMT]]></title><description><![CDATA[<p dir="auto">something is inconsitent</p>
<p dir="auto">my npp7.8.9 (64bit) (W10) Plugin manager is showing installed Pytonscript 3.0.3.0</p>
<p dir="auto">but when I google for python script and reach<br />
<a href="https://bruderste.in/npp/ps/download.shtml" rel="nofollow ugc">https://bruderste.in/npp/ps/download.shtml</a></p>
<p dir="auto">that shows latest version 1.0.8.0</p>
<p dir="auto">so where did I get 3.0.3.0 version? I downloaded and installed from information given in mailing list. I have deleted the posts so I am not able to remember which mailing list.</p>
<p dir="auto">I don’t know if that is what caused the problem.</p>
<p dir="auto">it is sad that pythonscript About page doesn’t give any single site name or link to reach official page, download page or help forum of pythonscript.</p>
<p dir="auto">Thanks.<br />
Rawat</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57328</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57328</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Fri, 04 Sep 2020 13:24:03 GMT</pubDate></item></channel></rss>