Re: [Python.NET] Running an embedded interpreter

2014-09-02 Thread Tony Roberts
rge.weinstock=uk.bnpparibas@python.org] > > *Sent:* 27 August 2014 17:34 > > *To:* pythondotnet@python.org > *Subject:* Re: [Python.NET] Running an embedded interpreter > > > > Hi Serge, > > > > I don't see your pull request here > https://github.com

Re: [Python.NET] Running an embedded interpreter

2014-09-01 Thread Serge WEINSTOCK
+serge.weinstock=uk.bnpparibas@python.org [mailto:pythondotnet-bounces+serge.weinstock=uk.bnpparibas@python.org] Sent: 27 August 2014 17:34 To: pythondotnet@python.org Subject: Re: [Python.NET] Running an embedded interpreter Hi Serge, I don't see your pull request here https://github.com/rensh

Re: [Python.NET] Running an embedded interpreter

2014-08-27 Thread Tony Roberts
> > > > Thanks, > > Serge > > > > *From:* pythondotnet-bounces+serge.weinstock=uk.bnpparibas@python.org > [mailto:pythondotnet-bounces+serge.weinstock=uk.bnpparibas@python.org] > > *Sent:* 26 August 2014 16:54 > > *To:* pythondotnet@python.org > *Subjec

Re: [Python.NET] Running an embedded interpreter

2014-08-27 Thread Tony Roberts
n’t find my patch >> >> >> >> Thanks, >> >> Serge >> >> >> >> *From:* pythondotnet-bounces+serge.weinstock=uk.bnpparibas....@python.org >> [mailto:pythondotnet-bounces+serge.weinstock=uk.bnpparibas@python.org] >> >> *Sent:

Re: [Python.NET] Running an embedded interpreter

2014-08-27 Thread Serge WEINSTOCK
@python.org] Sent: 26 August 2014 16:54 To: pythondotnet@python.org Subject: Re: [Python.NET] Running an embedded interpreter Hi Serge, ah great, good spot. Certainly, please send a pull request to the github repo and I'll merge it. thanks, Tony On Tue, Aug 26, 2014 at 1:07 AM, Serge WEIN

Re: [Python.NET] Running an embedded interpreter

2014-08-26 Thread Tony Roberts
Runtime.Py_SetPath(value); > } > } > //========== > > Could you add these patches to the source repository? > > Thanks, > Serge > > > > From: pythondotnet-bounces+serge.weinstock=uk.bnpparibas@python.org

Re: [Python.NET] Running an embedded interpreter

2014-08-26 Thread Serge WEINSTOCK
aded dlls as given by 'listdlls'. They are the same. Maybe you have a clue on why running an embedded interpreter works with 3.3 but not 3.3 Thanks, Serge From: Serge WEINSTOCK Sent: 19 August 2014 17:45 To: 'pythondotnet@python.org' Subject: RE: [Python.NET] Running an embedd

Re: [Python.NET] Running an embedded interpreter

2014-08-21 Thread Tony Roberts
for the command line run: > * the paths given by 'sys.modules'. They are the same. > * the paths of the loaded dlls as given by 'listdlls'. They are the same. > > Maybe you have a clue on why running an embedded interpreter works with > 3.3 but not 3.3 &g

Re: [Python.NET] Running an embedded interpreter

2014-08-21 Thread Serge WEINSTOCK
eter works with 3.3 but not 3.3 Thanks, Serge From: Serge WEINSTOCK Sent: 19 August 2014 17:45 To: 'pythondotnet@python.org' Subject: RE: [Python.NET] Running an embedded interpreter Hi Tony, I’ve tried your suggestion but it doesn’t work. The issue seems to be more “fundamental”

Re: [Python.NET] Running an embedded interpreter

2014-08-19 Thread Serge WEINSTOCK
@python.org] Sent: 19 August 2014 17:16 To: pythondotnet@python.org Subject: Re: [Python.NET] Running an embedded interpreter Hi Serge, 'mbcs' is what python uses to mean the current configured encoding. I would guess that the encoding of sys.stdout is different when using visual stud

Re: [Python.NET] Running an embedded interpreter

2014-08-19 Thread Tony Roberts
Hi Serge, 'mbcs' is what python uses to mean the current configured encoding. I would guess that the encoding of sys.stdout is different when using visual studio output console than the console. You could try a different encoding method by setting the PYTHONIOENCODING environment variable before