Hi Carlos, I do not want to run an IronPython Script by Spyder itself. The plan is to start a "normal" python script (which I usually run from within spyder). This works fine except for the fact, that this normal script is started inside normal python console. But ideal would be that the "normal" python scripts starts within Spyder, when called from my IronPython script.
Does this makes sense to you? Sebi Am Dienstag, 4. November 2014 01:00:30 UTC+1 schrieb Carlos Córdoba: > > Hi Sebi, > > I think it's not possible to do what you're asking for. The reason is > you're using IronPython, which can't be used by Spyder to run files. You > could try to make it work by changing Spyder interpreter in > > Tools > Preferences > Console > Advanced Settings > Python executable > > Use the following Python interpreter > > and selecting the python.exe file you're using to run your scripts. But I > really doubt it will work. > > Sorry, > Carlos > > El 03/11/14 a las 06:58, sebastian06 escribió: > > Hi are there any new ideas on this topic yet? > > Sebi > > Am Sonntag, 26. Oktober 2014 15:28:07 UTC+1 schrieb sebastian06: >> >> Hi Carlos, >> >> of course I meant "Sorry, for being not precise enough .... :)" >> >> Sebi >> >> Am Samstag, 25. Oktober 2014 10:43:33 UTC+1 schrieb sebastian06: >>> >>> Hi, >>> >>> I have a python script that uses the python wrapper for the BioFormats >>> library. It works fine for imorting my image data sets, which show up in >>> Spyder as a numpy array. >>> >>> Now I want uo start this script from an external application within >>> Spyder, because I want to process the array afterwards. Just starting a >>> script is easy, but I do not know how to start it within Spyder from an >>> external app. What would be the easiest way to do this? >>> >>> Cheers, Sebi >>> >>> >>> >>> >> -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at http://groups.google.com/group/spyderlib. > For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
