Hello wxPython users,
I'm very new in using python for GUI programming so probably my
questions sound really stupid or are very simple too solve but i
couldn't find any answers on the following problem.
I'm making a program that has a interaction with R by using the module
rpy. I struggled a lot too get this interaction working in python.
Now that the program is almost finished i need to build a GUI.
this means i need to run the program with pythonw. The module rpy
doesn't work from pythonw is there a easy way too import all the
modules that already work in python to pythonw or do i need to
recompile pythonw with all the variables needed for the extra modules.
this isn't specifically a wxpython question but i hope some of you
know how too solve this.
thanks in advance for your advice
richard mendes