<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://community.activestate.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ActiveState Community Site - Forum topic - Comments</title>
 <link>http://community.activestate.com</link>
 <description>Comments for &quot;Forum topic&quot;</description>
 <language>en</language>
<item>
 <title>If this can work, the first</title>
 <link>http://community.activestate.com/node/2640#comment-6199</link>
 <description>&lt;p&gt;If this can work, the first place to start is the Python remote debugging docs:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://docs.activestate.com/komodo/4.4/debugpython.html#Invoking_the_Python_Remote_Debugger&quot; title=&quot;http://docs.activestate.com/komodo/4.4/debugpython.html#Invoking_the_Python_Remote_Debugger&quot;&gt;http://docs.activestate.com/komodo/4.4/debugpython.html#Invoking_the_Pyt...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Aside: we looked into this a few years ago when the Python port was initially done and there were technical barriers around the socket implementation that prevented this from working. Komodo relies on the native Python socket module in order for debugging to work.&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
JeffG&lt;br /&gt;
&lt;a href=&quot;http://www.openkomodo.com/blogs/jeffg&quot; title=&quot;http://www.openkomodo.com/blogs/jeffg&quot;&gt;http://www.openkomodo.com/blogs/jeffg&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Thu, 07 Aug 2008 08:55:21 -0700</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 6199 at http://community.activestate.com</guid>
</item>
<item>
 <title>Git support in Komodo 5.0</title>
 <link>http://community.activestate.com/node/2639#comment-6198</link>
 <description>&lt;p&gt;We plan add Git support (probably just local commits, no &quot;push&quot; or &quot;pull&quot; yet) in Komodo IDE 5.0.&lt;/p&gt;
</description>
 <pubDate>Wed, 06 Aug 2008 15:55:29 -0700</pubDate>
 <dc:creator>troyt</dc:creator>
 <guid isPermaLink="false">comment 6198 at http://community.activestate.com</guid>
</item>
<item>
 <title>Noted in bug 66202</title>
 <link>http://community.activestate.com/forum-topic/project-environment-variable-settings#comment-6197</link>
 <description>&lt;p&gt;There&#039;s already an enhancement request for this in our bug database. I&#039;ve added some of your comments:&lt;/p&gt;
&lt;p&gt; &lt;a href=&quot;http://bugs.activestate.com/show_bug.cgi?id=66202&quot; title=&quot;http://bugs.activestate.com/show_bug.cgi?id=66202&quot;&gt;http://bugs.activestate.com/show_bug.cgi?id=66202&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Wed, 06 Aug 2008 15:41:54 -0700</pubDate>
 <dc:creator>troyt</dc:creator>
 <guid isPermaLink="false">comment 6197 at http://community.activestate.com</guid>
</item>
<item>
 <title>SCC operations on live folders</title>
 <link>http://community.activestate.com/forum-topic/source-control-project#comment-6196</link>
 <description>&lt;p&gt;&lt;cite&gt;for example, when trying to commit the code of a whole project, Komodo does not offer the option, because the project is not in the (subversion) repository&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;One workaround for this is to create your projects with the &quot;Live Import&quot; option disabled (i.e. not a &quot;Live Project&quot;), then add a Live Folder for the top-level directory you want. You can then perform any of the regular SCC operations on the folder.&lt;/p&gt;
</description>
 <pubDate>Wed, 06 Aug 2008 15:35:08 -0700</pubDate>
 <dc:creator>troyt</dc:creator>
 <guid isPermaLink="false">comment 6196 at http://community.activestate.com</guid>
</item>
<item>
 <title>Workaround in the bug report</title>
 <link>http://community.activestate.com/forum-topic/tcl-shell-not-working-komodo#comment-6195</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://bugs.activestate.com/show_bug.cgi?id=79111&quot; title=&quot;http://bugs.activestate.com/show_bug.cgi?id=79111&quot;&gt;http://bugs.activestate.com/show_bug.cgi?id=79111&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;From the bug description:&lt;br /&gt;
&lt;cite&gt;A workaround is to make a copy (or symlink) of &quot;tclsh8.5[.exe]&quot; and remove the version, i.e. to be &quot;tclsh[.exe]&quot;.&lt;br /&gt;
&lt;/cite&gt;&lt;/p&gt;
</description>
 <pubDate>Wed, 06 Aug 2008 15:20:31 -0700</pubDate>
 <dc:creator>troyt</dc:creator>
 <guid isPermaLink="false">comment 6195 at http://community.activestate.com</guid>
</item>
<item>
 <title>Create Module with DLL</title>
 <link>http://community.activestate.com/node/2636#comment-6194</link>
 <description>&lt;p&gt;I am not particularly a Perl &#039;expert&#039;, but it seems you should write a Makefile.PL - &lt;/p&gt;
&lt;p&gt;Read perl docs :-&lt;/p&gt;
&lt;p&gt;  &lt;a href=&quot;http://perldoc.perl.org/ExtUtils/MakeMaker.html&quot; title=&quot;http://perldoc.perl.org/ExtUtils/MakeMaker.html&quot;&gt;http://perldoc.perl.org/ExtUtils/MakeMaker.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The final lines in Makefile.PL would be something like -&lt;/p&gt;
&lt;p&gt;WriteMakefile( NAME  =&amp;gt; &#039;YOUR::Modulename&#039;,&lt;br /&gt;
               DIR   =&amp;gt; [],&lt;br /&gt;
               OBJECT  =&amp;gt; &#039;yourobjectfile.obj&#039;,&lt;br /&gt;
               VERSION  =&amp;gt; &#039;0.1&#039;,&lt;br /&gt;
               ... etc ... );&lt;/p&gt;
&lt;p&gt;Then the standard Perl mantra of -&lt;/p&gt;
&lt;p&gt;1&amp;gt; perl Makefile.PL   - would generate the makefile&lt;br /&gt;
2&amp;gt; nmake  - would compile your DLL&lt;br /&gt;
3&amp;gt; nmake test - would run any tests you put in the t\ folder&lt;/p&gt;
&lt;p&gt;And when you are HAPPY it passes all the tests you create ...&lt;br /&gt;
4&amp;gt; nmake install - would copy your .pm and .dll to the appropriate places&lt;/p&gt;
&lt;p&gt;Yes, you could probably copy the .pm and the .dll to the appropriate places manually, creating the correct folder structure, but this takes quite some understanding of the perl folder arrangements to find extension libraries ...&lt;/p&gt;
&lt;p&gt;Hope this helps ...&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Geoff.&lt;/p&gt;
&lt;p&gt;EOF - ASPerl-02.doc&lt;/p&gt;
</description>
 <pubDate>Wed, 06 Aug 2008 05:21:09 -0700</pubDate>
 <dc:creator>geoffair</dc:creator>
 <guid isPermaLink="false">comment 6194 at http://community.activestate.com</guid>
</item>
<item>
 <title>Working console color</title>
 <link>http://community.activestate.com/forum-topic/package-term-ansicolor-not-working#comment-6193</link>
 <description>&lt;p&gt;Use Win32::Console::ANSI to have working ANSI.&lt;/p&gt;
&lt;pre class=&quot;geshifilter&quot;&gt;use Win32::Console:ANSI;
use Term::ANSIColor;

print color &#039;bold blue&#039;;
print &quot;This text is bold blue.\n&quot;;
print color &#039;reset&#039;;&lt;/pre&gt;</description>
 <pubDate>Thu, 31 Jul 2008 12:56:38 -0700</pubDate>
 <dc:creator>redgreen</dc:creator>
 <guid isPermaLink="false">comment 6193 at http://community.activestate.com</guid>
</item>
<item>
 <title>Tcl Shell not working in Komodo</title>
 <link>http://community.activestate.com/forum-topic/tcl-shell-not-working-komodo#comment-6192</link>
 <description>&lt;p&gt;Yes 4.4.1 . The option is there but it is turned of the icon is gray and white not black and white and the characters in the type are gray.&lt;/p&gt;
</description>
 <pubDate>Thu, 31 Jul 2008 12:02:33 -0700</pubDate>
 <dc:creator>Nicholas Cruz</dc:creator>
 <guid isPermaLink="false">comment 6192 at http://community.activestate.com</guid>
</item>
<item>
 <title>Re: Man page doc for command line opts of TDK apps?</title>
 <link>http://community.activestate.com/forum-topic/when-tclchecker-called-other-tdk-apps#comment-6191</link>
 <description>&lt;p&gt;We currently have such a page for &lt;code class=&quot;geshifilter&quot;&gt;TclApps&lt;/code&gt; command line options.&lt;br /&gt;
We have no such pages for the other tools however.&lt;/p&gt;
&lt;p&gt;In the TclApp documentation (.chm) this page can be reached through the Tree Table of Contents, i.e. &quot;&lt;em&gt;TclApp -&amp;gt; Command Line Reference&lt;/em&gt;&quot;.&lt;/p&gt;
</description>
 <pubDate>Thu, 31 Jul 2008 10:37:04 -0700</pubDate>
 <dc:creator>AndreasK</dc:creator>
 <guid isPermaLink="false">comment 6191 at http://community.activestate.com</guid>
</item>
<item>
 <title>Re: When is TclChecker called from other TDK apps?</title>
 <link>http://community.activestate.com/forum-topic/when-tclchecker-called-other-tdk-apps#comment-6190</link>
 <description>&lt;p&gt;The &lt;code class=&quot;geshifilter&quot;&gt;tclchecker&lt;/code&gt; is currently invoked by two other applications in the Tcl Dev Kit.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt; &lt;code class=&quot;geshifilter&quot;&gt;tclchecker&lt;/code&gt; is invoked by the &lt;code class=&quot;geshifilter&quot;&gt;tcldebugger&lt;/code&gt; to check the Tcl code&lt;br /&gt;
    shown in tcldebugger&#039;s main code window. The debugger takes&lt;br /&gt;
    the generated warnings and errors and uses them to highlight&lt;br /&gt;
    the relevant code in the window.&lt;/p&gt;
&lt;li&gt; It is also invoked by &lt;code class=&quot;geshifilter&quot;&gt;tclxref&lt;/code&gt;, as you have seen, for the purpose of&lt;br /&gt;
    extracting the information to put into the cross-reference database.&lt;br /&gt;
    I.e. namespace/command/variable/package definitions/uses and their&lt;br /&gt;
    locations. Generation of errors/warnings is suppressed.
&lt;/ol&gt;
</description>
 <pubDate>Thu, 31 Jul 2008 10:33:52 -0700</pubDate>
 <dc:creator>AndreasK</dc:creator>
 <guid isPermaLink="false">comment 6190 at http://community.activestate.com</guid>
</item>
<item>
 <title>Thanks all and more info</title>
 <link>http://community.activestate.com/forum-topic/komodo-php-and-subversion#comment-6189</link>
 <description>&lt;p&gt;I am trialling the Komodo IDE and using an XAMPP install of apache for my php.&lt;br /&gt;
Had chosen php-cgi.exe as the php executable for Komodo testing rather than php.exe oer php-win.exe &lt;/p&gt;
&lt;p&gt;And was getting the error message PHP Startup: Unable to load dynamic library &#039;??????\php\ext\php_svn.dll&#039; -&lt;/p&gt;
&lt;p&gt;Found I had to copy a few more files to get rid of my error &lt;/p&gt;
&lt;p&gt;Following copied from apache\bin to ..\php&lt;br /&gt;
libdb43.dll&lt;br /&gt;
intl3_svn.dll&lt;br /&gt;
libapr.dll&lt;br /&gt;
libapriconv.dll&lt;br /&gt;
libaprutil.dll&lt;br /&gt;
and with all these copied to php directory I get no errors from&lt;br /&gt;
Komodo&lt;/p&gt;
&lt;p&gt;The following command line executed from \DOS displayed for me the next dll that failed to load  causing intl3_svn.dll to fail to load.&lt;/p&gt;
&lt;p&gt;D:\xampp\Php\php-cgi   -c   D:\xampp\php\php.ini &lt;/p&gt;
&lt;p&gt;(adjust for your systems paths and version of php that Komodo calls)&lt;br /&gt;
This allowed me to determine just what file to copy next.&lt;/p&gt;
&lt;p&gt;Thanks to all for the comments that helped me resolve my problem.&lt;br /&gt;
Hope this comment may be useful to someone who has a similar problem to mine.&lt;/p&gt;
</description>
 <pubDate>Wed, 30 Jul 2008 22:20:08 -0700</pubDate>
 <dc:creator>ivor_busycom</dc:creator>
 <guid isPermaLink="false">comment 6189 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: tcl shell not working</title>
 <link>http://community.activestate.com/forum-topic/tcl-shell-not-working-komodo#comment-6187</link>
 <description>&lt;p&gt;You are using Komodo IDE 4.4.1, correct?&lt;/p&gt;
&lt;p&gt;You should see the menu &quot;Tools-&amp;gt;Interactive Shell-&amp;gt;Start New Tcl Shell&quot;, which will start the interactive session (it&#039;s working for me using ActiveTcl 8.5).&lt;/p&gt;
&lt;p&gt;Are you missing this menu, or does this menu command fail to launch properly? If the latter, then you might find additional errors getting appended to Komodo&#039;s log files:&lt;br /&gt;
&lt;a href=&quot;http://community.activestate.com/faq/komodo-file-locations#log_files&quot; title=&quot;http://community.activestate.com/faq/komodo-file-locations#log_files&quot;&gt;http://community.activestate.com/faq/komodo-file-locations#log_files&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Wed, 30 Jul 2008 11:42:35 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 6187 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: workaround for fork</title>
 <link>http://community.activestate.com/forum-topic/using-komodo-debug-perl-daemons-remotely#comment-6186</link>
 <description>&lt;p&gt;I&#039;m not sure what the workaround for this particular problem is. You might want to ask Eric Promislow (Komodo&#039;s perl debugger guru) by posting a question on the following bug to see if there is a possible workaround:&lt;br /&gt;
&lt;a href=&quot;http://bugs.activestate.com/show_bug.cgi?id=34951&quot; title=&quot;http://bugs.activestate.com/show_bug.cgi?id=34951&quot;&gt;http://bugs.activestate.com/show_bug.cgi?id=34951&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Wed, 30 Jul 2008 11:36:59 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 6186 at http://community.activestate.com</guid>
</item>
<item>
 <title>re: fork override</title>
 <link>http://community.activestate.com/forum-topic/support-for-perl-fork-in#comment-6185</link>
 <description>&lt;p&gt;Devin, did you make any progress on the fork handling, or come up with a workaround?&lt;/p&gt;
&lt;p&gt;Related community forum message:&lt;br /&gt;
&lt;a href=&quot;http://community.activestate.com/forum-topic/using-komodo-debug-perl-daemons-remotely&quot; title=&quot;http://community.activestate.com/forum-topic/using-komodo-debug-perl-daemons-remotely&quot;&gt;http://community.activestate.com/forum-topic/using-komodo-debug-perl-dae...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Wed, 30 Jul 2008 11:36:55 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 6185 at http://community.activestate.com</guid>
</item>
<item>
 <title>Thanks.
I had seen that tech</title>
 <link>http://community.activestate.com/forum-topic/using-komodo-debug-perl-daemons-remotely#comment-6183</link>
 <description>&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;I had seen that tech note. I am still not clear on how I connect Komodo and the newly created child process. What steps do I need to perform?&lt;/p&gt;
</description>
 <pubDate>Wed, 30 Jul 2008 10:22:32 -0700</pubDate>
 <dc:creator>rmacleod_verizon</dc:creator>
 <guid isPermaLink="false">comment 6183 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
