Reading this: http://blog.macromates.com/2009/interactive-input/ Did the steps:
cd /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ svn export http://svn.textmate.org/trunk/Support/lib/tm_interactive_input.dylib@11735
When I press ⌘R on a simple python script using: variable = raw_input()
... it still fails like this: EOF Error: 'EOF when reading a line'
Making a simple Ruby program, I got similar error: TypeError: can't convert nil into String
The comments to the blog post seems to stray somewhat from the topic, so I couldn't figure out if there was something I was supposed to do differently ...
Just to answer my own question for the record (below) ...
On Thu, Apr 21, 2011 at 1:51 PM, Phil textmate@luminated.net wrote:
Reading this: http://blog.macromates.com/2009/interactive-input/ Did the steps:
cd /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ svn export http://svn.textmate.org/trunk/Support/lib/tm_interactive_input.dylib@11735
I just tried skipping the @11735 at the end, assuming I would get the latest & greatest ... And it seems to work nicely. Smooth! :)
(I should probably figure out which revision this is, since it might break in future revisions? I can't seem to remember the svn syntax/option, though ...)
On Thu, Apr 21, 2011 at 1:59 PM, I myself wrote:
Reading this: http://blog.macromates.com/2009/interactive-input/ Did the steps:
cd /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ svn export http://svn.textmate.org/trunk/Support/lib/tm_interactive_input.dylib@11735
I just tried skipping the @11735 at the end, assuming I would get the latest & greatest ... And it seems to work nicely. Smooth! :)
Now I'm wondering: How about in TM2? I tried running a Python script requiring interactive input? Can I just fetch this lib or another lib to get it working in Avian, or should I wait paitiently? :) (The contents of SharedSupport seemed quite different now.)
Best regards,
On 24/05/2012, at 22.33, Phil wrote:
[ interactive input ] Now I'm wondering: How about in TM2? […] Can I just fetch this lib or another lib to get it working in Avian
It may fail if you are on a 64 bit machine: https://github.com/avian/bundle-support.tmbundle/commit/6918b541ff96ffcd54d9...
On Tue, Jun 26, 2012 at 4:47 PM, Allan Odgaard mailinglist@textmate.org wrote:
[ interactive input ] Now I'm wondering: How about in TM2? […] Can I just fetch this lib or another lib to get it working in Avian
It may fail if you are on a 64 bit machine: https://github.com/avian/bundle-support.tmbundle/commit/6918b541ff96ffcd54d9...
So ... I am on 64 bit ... might it work with TM2 somehow? If so, where should I now place tm_interactive_input.dylib?
I tried /Applications/TextMate.app/Contents/SharedSupport, but that did not seem to work.
On 1 Jul 2012, at 15:50, Phil wrote:
[…] So ... I am on 64 bit ... might it work with TM2 somehow? If so, where should I now place tm_interactive_input.dylib?
I really have no idea — I mean… we removed it because problems started to show, and I have not invested the time to look into it (because it started to seem to fragile), we have a better idea for how to go about this in the future (interactive input), but some amount of coding is still required before it can be included.