Opened 6 years ago
Closed 6 years ago
#56964 closed defect (invalid)
Pymol can be started with the classic Tk GUI by appending the '-N pmg_tk' runtime option
Reported by: | reddibharati | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description
I try to install pymol using macports but finally i got this comment that ' Pymol can be started with the classic Tk GUI by appending the '-N pmg_tk'
runtime option' so now i don't know how to launch pymol in my Mac. So please give details about further commands or tools or softwares so i can launch pymol in my system.
Thanks in advance.
Change History (2)
comment:1 Changed 6 years ago by reneeotten (Renee Otten)
comment:2 Changed 6 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | new → closed |
In the future, please fill in the Port field and add the port maintainer(s) to Cc (port info --maintainers pymol
), if any.
There is nothing to fix here. Since Trac is not for tech support, follow-up on the Macports Users mailing list instead if Renee's comment doesn't help you.
Note: See
TracTickets for help on using
tickets.
you just type
pymol
in a terminal and that should start the program. As the notes say if you want to use the Tk instead of the Qt GUI then you would start it withpymol -N pmg_tk
.