Dear guys, first, my Theano is working great using commandline and this step-by-step guide http://deeplearning.net/software/theano/install_windows.html#configuring-the-environment
But, Iam always running the scripts from the commandline (which has altered path variables, like it is shown in the link). Now I want to accomplish another goal - to run a theano python program from *some* python IDE (with debugging), such that the settings from the .bat file gets preserved in the IDE. I tried running spyder, IDLE, wing-101 from the same commandline, but the console keeps using different c++ compiler, than the theano installation suggests and throws some compilation error obviously (and so I suppose, that these IDEs do not inherit the calling PATH variable when running the script). I dont want to modify my real PATH on windows, because Iam using other c++ compilers for other projects and I dont want to mess with that. So - how to get theano working inside an IDE? Which (free) python IDE has the debugging capability AND the capability to alter (or preserve altered) PATH and environment variables? Thank You all! Martin -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
