I looked somewhere on the internet to find out why I get this problem and it
looks like is a problem of python versions, but I didn't find a way to fix
it..
Here it is the error, maybe someone else got the same problem here...
Thanks
Traceback (most recent call last): File "", line 7, in File
"/Users/andrea/Library/Application Support/TextMate/Pristine
Copy/Bundles/Python.tmbundle/Support/DocMate/docmate.py", line 7, in import
urllib2 File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py",
line 91, in import hashlib File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/hashlib.py",
line 133, in md5 = __get_builtin_constructor('md5') File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/hashlib.py",
line 60, in __get_builtin_constructor import _md5 ImportError: No module
named _md5
--
View this message in context: http://www.nabble.com/Problems-with-python-bundle-tp20577401p20577401.html
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
I am working on a latex document and using the newcommand
"\newcommand{\comisc}[1]{\lstinline[style=comisc]|#1|}". When I write
something like "\comisc{$MATH_SCALE_FACTOR}". Textmate now colours the
rest of text in the colour of an equation (here green). I think this
happens because of that dollar sign for inline formulas and TM thinks
that is not closed.
Is there way to avoid this behaviour?
Thanks
Christian
Hello,
I'm trying to run a ruby script and get this error:
/Users/sam/Library/Application Support/TextMate/Bundles/Ruby.tmbundle/
Support/RubyMate/run_script.rb:1:in `require': no such file to load
-- /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/
executor (LoadError) from /Users/sam/Library/Application Support/
TextMate/Bundles/Ruby.tmbundle/Support/RubyMate/run_script.rb:1
any idea what might have gone wrong here, I've run scripts plenty of
times in the past no problem
I received an error message when attempting to run a ruby script that
asked I report it:
> Select threw Errno::EINVAL. Please report this error to the TextMate
> mailing list or to ##textmate on irc.freenode.net. /Applications/
> TextMate.app/Contents/SharedSupport/Support/lib/io.rb:28:in
> `select': Invalid argument (Errno::EINVAL) from /Applications/
> TextMate.app/Contents/SharedSupport/Support/lib/io.rb:28:in
> `exhaust' from /Applications/TextMate.app/Contents/SharedSupport/
> Support/lib/tm/process.rb:168:in `run' from /Applications/
> TextMate.app/Contents/SharedSupport/Support/lib/tm/executor.rb:
> 122:in `run' from /Applications/TextMate.app/Contents/SharedSupport/
> Support/lib/tm/executor.rb:184:in `process_output_wrapper' from /
> Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/
> executor.rb:121:in `run' from /Applications/TextMate.app/Contents/
> SharedSupport/Support/lib/tm/htmloutput.rb:135:in `call' from /
> Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/
> htmloutput.rb:135:in `show' from /Applications/TextMate.app/Contents/
> SharedSupport/Support/lib/tm/executor.rb:96:in `run' from /
> Applications/TextMate.app/Contents/SharedSupport/Bundles/
> Ruby.tmbundle/Support/RubyMate/run_script.rb:65
Ryan Neufeld
neufelry(a)gmail.com
Hi,
Maybe I'm a bit paranoid, but I just tried out the new GetBundles and
GitHub integration. I like the idea (that it dynamically finds GitHub
projects).
I'm just worried about the security implications. Does TextMate
sandbox bundles? I mean, technically speaking, GetBundles lets you
download unknown bundles which can execute arbitrary code on my machine.
I'm also inspired by the GitHub/TextMate solution and would like to
use a similar interface for downloading script modules in my app. I'm
just hoping there's a good way to secure them.
Thanks so much!
-Geoff
Is it possible to prevent the svn bundle from stealing focus after it
finishes an update? I've got a couple repos that take a while to
update so i'll start the update, switch the browser and get the
environment ready or switch to mail and read up on my mail. It's
really annoying when TM steals focus back.
--
Jacob Coby
I did this for myself a while back, assuming it was only a matter of
time before someone more knowledgeable would make an official LDAP
bundle. That hasn't happened, and searching in GetBundles indicates
that no one has worked on an LDAP/LDIF related bundle, so I've cleaned
mine up and am submitting it for consideration. (Surely there are
other people that work with LDIF? I notice vim has a syntax for it.)
One good way to test it: If you have an OpenLDAP server, run `slapcat -
l somefile.ldif`, then open that file in TextMate. You should see
everything scoped nicely, every entry should be listed in the symbols
list, and you should be able to fold entries. You shouldn't see any
"invalid" sections.
I've looked at man pages and other documentation and I think I've
covered the LDIF syntax pretty well. The only thing I can't figure out
the regex for is "more than one space before an attribute's value".
(It should be scoped as invalid.) Since the first space is part of the
"begin" pattern, it's difficult to identify additional spaces without
matching every space in the string. Any suggestions there would be
appreciated.
Thanks.
--
Rob McBroom
<http://www.skurfer.com/>
Because it screws up the order in which people normally read text.
Original message:
> Why is it bad to top-post your reply?
I typically LaTeX with a translucent background with the file in front
of TeXniscope (and sometimes Skim). On my new machine, however, the
workflow speed-up is greatly diminished, because the rendered file
often looks... bad. The standard font looks all blocky, the math
renders incorrectly, etc.
If I make no changes to the .tex file, save, and re-examine the .pdf,
the pdf changes---it seems to cycle through a few stages:
bad http://www.eberkowitz.com/images/tm/incorrect.png
medium the text renders correctly, but the math is bad
good http://www.eberkowitz.com/images/tm/correct.png
As far as I can tell (ie. 10 or 12 experiments), no such issue exists
when I compile with Latexmk.pl
I've tried deleting my font caches, after reading Q0.1 here at [ http://www.tug.org/mactex/faq/
], but to no avail.
Anyone else have a similar experience? Anyone have an idea how to get
this to stop happening?
Thanks a lot,
Evan
--------------------------------------------------
It was mentioned on CNN that the new prime number discovered recently
is four times bigger than the previous record.
John Blasik
I'm using TextMate to compile a Java class (I usually use a Java IDE, but
TextMate should be great for a "quick and dirty" check). When I attempt to
compile and run my class, I get an error. I suppose there are paths to
define. How do you do that in TextMate?Thanks in advance,
marc
Guys,
I just read in the documentation that it is not possible to change the
Fonts & Color style on a per file type base. This is a pity. I don't
want the same style for my Twiki files and my C source files.
Do any of you have a trick to do that? Hopefully better than creating
a new color and style entry for every scope of the Twiki grammar. ;-)
Thanks in advance.
Best regards,
Mathieu
___________________________________________
Mathieu Godart
Skype: mathieu_godart
MSN: mathieu_godart(a)hotmail.com
ASIC Integration Manager
Coolsand Technologies
___________________________________________