Hi,
is anybody here using TextMate with matplotlib/python?
I can execute scripts that contain matplotlib code perfectly well from the command line (this one http://matplotlib.sourceforge.net/plot_directive/mpl_examples/pylab_example… for example), but when I run them from within TextMate, python keeps running endlessly, no error.
Any thoughts why this might be?
Thanks,
Claus
Hi,
Another rookie rails question --
with some of the commands in the bundle, I am getting the innfamous "stack
level too deep"
I have removed builder.rb in both /Library/... and ~/Library/... but no
luck.
How can I determine which builder.php its choking on?
thanks,
--
dc
David Clark
16 Harcourt St #2I
Boston, MA 02116
617/859-3069
Hi,
on my system are two different version of python installed:
- the default of OS 10.6 in /usr/bin/python
- the fink version in /sw/bin/python2.6
How can I tell TextMate which one to use?
Thanks,
Claus
I forked Jacob Rus's Tabular bundle and added a new language, PSV, for
pipe-separated values. It's not much—basically just a rewrite of the
TSV language with the pipe character (|) substituted for the tab—but I
thought it might be useful as a sublanguage for MultiMarkdown, which
uses pipes as field separators in tables.
My fork is at
http://github.com/drdrang/tabular.tmbundle
I don't have enough experience with git to know the right way to
submit it for inclusion in the official bundle, so I decided to
mention it here.
--
Dr. Drang
I'm having trouble with the LaTeX bundle. In the preferences, I select pdflatex, but when I command-R, it appears to be using latex and produces errors. In the "Typeset & View" window, the button always says "Re-Run latex," never "Re-Run pdflatex" as it used to.
I'm using TM Version 1.5.9 (1589).
Any ideas?
Jim
I have been using (and loving) textmate for years - mostly for html, php,
and some text manipulation.
I have all kinds of bundles installed, and think I understand the issue
of scope... maybe.. Like, when i'm editing a php file, I still have the
scope set to html so that I still have all my commands, be it from zenhtml,
mhtml, php, etc or the ones I cant live with out - shift-ctrrl-w (wrap
selection in tag).
i'm now starting to work in ruby and rails - and I have 2 questions:
1. are the ruby and ruby on rails bundles redundant or should I have both?
2. The bigger question - when editing ruby files it does not appear that I
have access to the commands i'm familiar with (see above)
thanks for any and all pointers
--
dc
David Clark
16 Harcourt St #2I
Boston, MA 02116
617/859-3069
How do I get the "Documentation for current word" to work.
Currently I get the following error:
Traceback (most recent call last): File "", line 8, in File "/Library/Application Support/TextMate/Support/lib/dialog.py", line 12, in dialog = os.environ["DIALOG"] File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/UserDict.py", line 22, in __getitem__ raise KeyError(key) KeyError: 'DIALOG'
UserDict.py does exist.
Thanks,
Christopher
With the latex bundle, I can put a %!TEX root = directive in each file, or esle use TM_LATEX_MASTER so whichever file I am editing, I can still compile the whole document.
How do I do this in other contexts, e.g. with a python project?
(I have tried search engines but could not come up with the right query to find the answer).
Thanks,
Christopher
Help needed. Since a couple days, all my ruby
macros calling TextMate::UI.menu( )
produce the following error:
sh: : command not found
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:182:in
`load': Cannot parse a NULL or zero-length data (OSX::PropertyListError)
from /Applications/TextMate.app/Contents/SharedSupport
/Support/lib/ui.rb:182:in `menu'
from /Applications/TextMate.app/Contents/SharedSupport
/Support/lib/ui.rb:177:in `popen'
from /Applications/TextMate.app/Contents/SharedSupport
/Support/lib/ui.rb:177:in `menu'
from /tmp/temp_textmate.wMVbb2:17
I am not able to read inside Support/lib/osx/plist.bundle
since this is a binary file. Can't remember any big changes
in my setup (I moved to Snow Lep a few weeks ago, but
I seem to recall menus worked fine before Xmas).
Any idea or pointers? is Xmas to blame?
Thank you (and best wishes to everyone)
Piero