答复: Question of installed openslide windows
Qian, Songyue
qian.289 at buckeyemail.osu.edu
Mon Aug 24 16:16:09 EDT 2015
Thanks for your help. It works now.
Songyue
________________________________________
发件人: Benjamin Gilbert <bgilbert at cs.cmu.edu>
发送时间: 2015年8月24日 0:36
收件人: openslide-users at lists.andrew.cmu.edu
抄送: Qian, Songyue
主题: Re: Question of installed openslide windows
On 08/21/2015 09:02 AM, Qian, Songyue wrote:
> I installed openslide windows and openslide python on my windows
> machine. I follow the rule of
> https://msdn.microsoft.com/en-us/library/7d83bc18.aspx and put the bin
> file in system directory, windows directory, the directory where the
> executable module for the current process is located and set up the path
> environment variable. However, after I try all of them, it still shows
> up something like the graph put below to run any example in openslide
> python or import the openslide package.
I was imprecise. You have to put the contents of the bin directory into
one of the predefined search directories, not the directory itself.
Adding the bin directory to PATH should work, though. You can check
whether PATH was properly set by running "import os; os.environ['PATH']"
at the Python prompt.
--Benjamin Gilbert
More information about the openslide-users
mailing list