Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101311
| From | John Gordon <gordon@panix.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: imshow keeps crashhing |
| Date | 2016-01-06 23:26 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <n6k7s2$aue$1@reader1.panix.com> (permalink) |
| References | <a7993a64-837e-4062-a856-d40acc35f208@googlegroups.com> <n5c7og$18a$1@reader1.panix.com> <eefe98a3-9e49-468f-b57f-cf4ad6bb981d@googlegroups.com> <n6k58h$2s7$1@reader1.panix.com> <a23096d2-7144-4736-9546-8cd863c26dfe@googlegroups.com> |
In <a23096d2-7144-4736-9546-8cd863c26dfe@googlegroups.com> darren.mcaffee@gmail.com writes:
> So scipy is making temporary files in
> /private/vars/folders/w4/<long dir name>/
Are there any unusual characters in <long dir name>? That's usually more
of a Windows issue, but I'm grasping at straws here :-)
> 1. When in the correct folder within Terminal, on the command line I can do:
> open <filename>
> And it will open it in Preivew.
So the actual command name for running Preview is "open"? Have you tried
setting the SCIPY_PIL_IMAGE_VIEWER variable to that name?
> 2. However, when opening Preview first, it is impossible (for me) to navigate to the /private directory to open the file that way, even with:
> defaults write com.apple.Finder AppleShowAllFiles YES
> turned on.
You mean you can't use Preview's file-selection interface to select the
desired file? The /private directory is not navigable? Does it even
show up as a choice?
Is there something special about the /private directory?
--
John Gordon A is for Amy, who fell down the stairs
gordon@panix.com B is for Basil, assaulted by bears
-- Edward Gorey, "The Gashlycrumb Tinies"
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
imshow keeps crashhing norouzey@gmail.com - 2015-12-22 11:06 -0800
Re: imshow keeps crashhing John Gordon <gordon@panix.com> - 2015-12-22 19:19 +0000
Re: imshow keeps crashhing darren.mcaffee@gmail.com - 2016-01-06 14:20 -0800
Re: imshow keeps crashhing John Gordon <gordon@panix.com> - 2016-01-06 22:42 +0000
Re: imshow keeps crashhing darren.mcaffee@gmail.com - 2016-01-06 15:10 -0800
Re: imshow keeps crashhing John Gordon <gordon@panix.com> - 2016-01-06 23:26 +0000
Re: imshow keeps crashhing Random832 <random832@fastmail.com> - 2016-01-07 11:45 -0500
Re: imshow keeps crashhing William Ray Wing <wrw@mac.com> - 2016-01-06 18:37 -0500
Re: imshow keeps crashhing darren.mcaffee@gmail.com - 2016-01-06 15:52 -0800
Re: imshow keeps crashhing darren.mcaffee@gmail.com - 2016-01-06 17:13 -0800
Re: imshow keeps crashhing darren.mcaffee@gmail.com - 2016-01-07 08:23 -0800
Re: imshow keeps crashhing Random832 <random832@fastmail.com> - 2016-01-07 11:49 -0500
csiph-web