I have a tcltk gui I created in R. I can open R and use the source command to
open the gui and then click buttons to perform functions. I would like to
make this a standalone program where the user does not have to open R and
type the source command to run the tcltk gui. I have a very nasty workaround
working for me which I use the R_PROFILE command to run the gui however I
would like to make the gui into a python executable program. I am very new
to python, but quite familiar with R. How does one go about doing this? I
have dabbled in Rpy2 a little and used the source command within python to
get the gui to load however it does not allow me to "click" the buttons b/c
it seems that the python script sessions closes at ""). Forgive me for my
terrible explanation of this. If you do not understand what I am asking,
please say so and I will try to provide some incite. 

--
View this message in context: 
http://r.789695.n4.nabble.com/R-tcltk-Gui-and-Rpy2-tp4442989p4442989.html
Sent from the R devel mailing list archive at Nabble.com.

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to