Re: [PyMOL] How to enable Pymol when give ModuleNotFoundError: No module named '_tkinter' error

2021-06-19 Thread Gundala Viswanath
Thanks Saurabh.
I ended up re-installing PyMol with MacPorts instead of Brewer on my Mac.

G.V.

On Fri, Jun 18, 2021 at 3:25 PM Saurabh Gayali 
wrote:

> Have you tried installing tkinter by following command.
>
> sudo python -m pip install tk
>
>
> --
>
> *Saurabh Gayali* / Post Doctoral Fellow
> saurabh.gay...@gmail.com / +91 8800412916
>
> *CSIR-IGIB*
> New Delhi, India
>
>
> On Fri, Jun 18, 2021 at 7:23 AM Gundala Viswanath 
> wrote:
>
>> Hi,
>> I am using MacOSX Catalina.
>> I installed Pymol with this command:
>>
>>
>> brew install brewsci/bio/pymol
>>
>> However when I called it
>>
>>  $ pymol
>>
>> It gave me this error:
>>
>>
>> 7, in 
>> import _tkinter # If this fails your Python may not be configured for
>> Tk
>> ModuleNotFoundError: No module named '_tkinter'
>>
>>
>> How can I resolve this?
>>
>>
>> My Python version is:
>> Python 3.8.5 (default, Sep  4 2020, 02:22:02)
>> [Clang 10.0.0 ] :: Anaconda, Inc. on darwin
>> Type "help", "copyright", "credits" or "license" for more information.
>>
>> G.V.
>> ___
>> PyMOL-users mailing list
>> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>> Unsubscribe:
>> https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe
>
>
___
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe

Re: [PyMOL] How to enable Pymol when give ModuleNotFoundError: No module named '_tkinter' error

2021-06-18 Thread Saurabh Gayali
Have you tried installing tkinter by following command.

sudo python -m pip install tk


--

*Saurabh Gayali* / Post Doctoral Fellow
saurabh.gay...@gmail.com / +91 8800412916

*CSIR-IGIB*
New Delhi, India


On Fri, Jun 18, 2021 at 7:23 AM Gundala Viswanath 
wrote:

> Hi,
> I am using MacOSX Catalina.
> I installed Pymol with this command:
>
>
> brew install brewsci/bio/pymol
>
> However when I called it
>
>  $ pymol
>
> It gave me this error:
>
>
> 7, in 
> import _tkinter # If this fails your Python may not be configured for
> Tk
> ModuleNotFoundError: No module named '_tkinter'
>
>
> How can I resolve this?
>
>
> My Python version is:
> Python 3.8.5 (default, Sep  4 2020, 02:22:02)
> [Clang 10.0.0 ] :: Anaconda, Inc. on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>
> G.V.
> ___
> PyMOL-users mailing list
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
> Unsubscribe:
> https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe
___
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe

[PyMOL] How to enable Pymol when give ModuleNotFoundError: No module named '_tkinter' error

2021-06-17 Thread Gundala Viswanath
Hi,
I am using MacOSX Catalina.
I installed Pymol with this command:


brew install brewsci/bio/pymol

However when I called it

 $ pymol

It gave me this error:


7, in 
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'


How can I resolve this?


My Python version is:
Python 3.8.5 (default, Sep  4 2020, 02:22:02)
[Clang 10.0.0 ] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.

G.V.
___
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe