Re: Missing library path (WIndows)

2012-09-30 Thread Kwpolska
On Sat, Sep 29, 2012 at 10:32 PM, FPEFPE wrote: > On Saturday, September 29, 2012 4:02:13 AM UTC-4, Kwpolska wrote: >> >> Python has problems with encoding the arguments to look properly with >> >> the crappy Windows cmd.exe encodings. They cannot be encoded for some >> >> reason. You may need ma

Re: Missing library path (WIndows)

2012-09-29 Thread FPEFPE
On Saturday, September 29, 2012 4:02:13 AM UTC-4, Kwpolska wrote: > On Sat, Sep 29, 2012 at 4:39 AM, FPEFPE wrote: > > > Hello -- I am running python from an application, starting it with a call > > to the python31.dll > > > > > > I think I am missing something in my path -- any help would be

Re: Missing library path (WIndows)

2012-09-29 Thread Kwpolska
On Sat, Sep 29, 2012 at 4:39 AM, FPEFPE wrote: > Hello -- I am running python from an application, starting it with a call to > the python31.dll > > I think I am missing something in my path -- any help would be appreciated -- > thanks Nope, you are not. > File "C:\Python32\Lib\encodings\cp437

Missing library path (WIndows)

2012-09-28 Thread FPEFPE
Hello -- I am running python from an application, starting it with a call to the python31.dll I think I am missing something in my path -- any help would be appreciated -- thanks Here is the script and the output --- # this is a test import sys print('hello from python') print('Number of ar