Re: Where is python31.dll?

2010-05-06 Thread Pietro Campesato
Dave Angel wrote: > "visually"? Lots of possibilities there. And if you're not sure, you > need to get familiar with Windows quirks. > > IF you're using Explorer, there are a few ways you could miss a single > file out of thousands. > > Simplest is that the listing is not necessarily completely

Re: Where is python31.dll?

2010-05-06 Thread Dave Angel
Pietro Campesato wrote: Your windows search command? Which is how I verified the above. I looked at the folder visually. Simply using os.listdir shows there is in fact a python31.dll there: somehow it was an invisible file. This is strange since I've never touched any system folder. Thanks

Re: Where is python31.dll?

2010-05-05 Thread Pietro Campesato
> Your windows search command? > Which is how I verified the above. I looked at the folder visually. Simply using os.listdir shows there is in fact a python31.dll there: somehow it was an invisible file. This is strange since I've never touched any system folder. Thanks and forgive me if I have as

Re: Where is python31.dll?

2010-05-05 Thread Christian Heimes
Am 05.05.2010 19:26, schrieb Pietro Campesato: Hi, recently I've been wondering how to roll my own portable python 3.1 (since there seems to be no portable app specifically for this version). Thinking you can just copy your install folder (+ python's dll), I've noticed that there seems to be no p

Re: Where is python31.dll?

2010-05-05 Thread Terry Reedy
On 5/5/2010 1:26 PM, Pietro Campesato wrote: Hi, recently I've been wondering how to roll my own portable python 3.1 (since there seems to be no portable app specifically for this version). Thinking you can just copy your install folder (+ python's dll), I've noticed that there seems to be no pyt

Where is python31.dll?

2010-05-05 Thread Pietro Campesato
Hi, recently I've been wondering how to roll my own portable python 3.1 (since there seems to be no portable app specifically for this version). Thinking you can just copy your install folder (+ python's dll), I've noticed that there seems to be no python31.dll in my systems folder (c:\windows\syst