Hi everybody.
a while ago is followed this article:
http://encytemedia.com/blog/articles/2006/11/3/increasing- productivity-with-texmate-s-new-tm_dialog
and everything worked well.
but after a while, when inserting an image from the menu generated by the command it would return that i have a tm_dialog conflict. at the time i removed the command as i was afraid to do something bad to my text mate when asked to checkout the dialog.tmplugin
After a while a removed the dialog.tmplugin from my application support folder.
and i forgot about it.
i just tried to recreate the command but when i use it it return this
/tmp/temp_textmate.n4JLBy:7:in `require': No such file to load -- / Users/zapata/Library/Application Support/TextMate/Support/lib/plist (LoadError) from /tmp/temp_textmate.n4JLBy:7
and i do not have a plist file in my lib folder indeed.
any idea how to fix this or if removing the dialog.tmplugin frommy application support was a bad idea?
i tried to copy the one from the application content back into the folder but it doesn't change anything.
cheers people from the world.
other wise i'm as well trying to set up django on my mac osx 10.4.8 but it does/nt do anything when i follow the instruction there :
http://www.djangoproject.com/documentation/install/
tar xzvf Django-0.95.tar.gz cd Django-0.95 sudo python setup.py install
it keep returning an error message and abort the installation, even with the firewall off
Downloading http://cheeseshop.python.org/packages/2.5/s/setuptools/ setuptools-0.6c1-py2.5.egg Traceback (most recent call last): File "setup.py", line 2, in <module> ez_setup.use_setuptools() File "/Users/zapata/Desktop/django/Django-0.95.1/ez_setup.py", line 72, in use_setuptools egg = download_setuptools(version, download_base, to_dir, download_delay) File "/Users/zapata/Desktop/django/Django-0.95.1/ez_setup.py", line 126, in download_setuptools src = urllib2.urlopen(url) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 121, in urlopen return _opener.open(url, data) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 380, in open response = meth(req, response) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 491, in http_response 'http', request, response, code, msg, hdrs) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 418, in error return self._call_chain(*args) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 353, in _call_chain result = func(*args) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 499, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 404: Not Found
On 12. Mar 2007, at 17:12, Yannick Schall wrote:
[...] i just tried to recreate the command but when i use it it return this
/tmp/temp_textmate.n4JLBy:7:in `require': No such file to load -- / Users/zapata/Library/Application Support/TextMate/Support/lib/plist (LoadError) from /tmp/temp_textmate.n4JLBy:7
and i do not have a plist file in my lib folder indeed.
It was moved to Support/lib/osx to avoid clashing with the rubygem plist [1].