[issue216964] gettext may fail to find .mo file

2022-04-10 Thread admin
Change by admin : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue401928] gettext fails to find .mo file (Bug #116964)

2022-04-10 Thread admin
Change by admin : -- github: None -> 33352 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue401928] gettext fails to find .mo file (Bug #116964)

2022-04-10 Thread admin
Change by admin : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue216964] gettext may fail to find .mo file

2022-04-10 Thread admin
Change by admin : -- github: None -> 33351 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32514] 0x80070002 - The system cannot find the file specified

2022-02-20 Thread John
Change by John : Removed file: https://bugs.python.org/file47370/Python 3.6.4 (32-bit)_20180107153053[3191].log ___ Python tracker ___ ___

[issue32514] 0x80070002 - The system cannot find the file specified

2022-02-20 Thread John
Change by John : Removed file: https://bugs.python.org/file47373/Python 3.6.4 (32-bit)_20180107153053_000_core_JustForMe[3206].log ___ Python tracker ___

[issue44565] python configure config.status: error: cannot find input file: `config.sh.in'

2021-07-05 Thread kevinshi
Change by kevinshi : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue44565] python configure config.status: error: cannot find input file: `config.sh.in'

2021-07-05 Thread kevinshi
kevinshi added the comment: thanks i'm resolved! It because system's env has the same name for config.sh -- ___ Python tracker ___

[issue44565] python configure config.status: error: cannot find input file: `config.sh.in'

2021-07-05 Thread kevinshi
New submission from kevinshi : config.status: error: cannot find input file: `config.sh.in' -- components: Installation messages: 396977 nosy: kevinshi priority: normal severity: normal status: open title: python configure config.status: error: cannot find input file: `config.sh.in

[issue43209] system cannot find the file specified in subprocess.py

2021-02-23 Thread Josh Rosenberg
Change by Josh Rosenberg : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue43209] system cannot find the file specified in subprocess.py

2021-02-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: Steve, should this be closed as 'not a bug'? -- nosy: +terry.reedy ___ Python tracker ___ ___

[issue43209] system cannot find the file specified in subprocess.py

2021-02-12 Thread Steve Dower
Steve Dower added the comment: This line won't work on Windows: shell.run("rm -rf .cache".split(), cwd=repository) You should probably use shutil.rmtree(".cache") instead if you want it to be cross platform. -- ___ Python tracker

[issue43209] system cannot find the file specified in subprocess.py

2021-02-12 Thread robert j richardson
self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\rober\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1416, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] The system cannot fin

[issue32514] 0x80070002 - The system cannot find the file specified

2018-01-07 Thread Tylor
Tylor added the comment: Here's the second log file. Yeah, it's actually 2 spaces. It happened when I initially setup my computer and it would not let me setup my User Account with a Microsoft Account. Therefore, I settled for a local account which I miss-named with 2

[issue32514] 0x80070002 - The system cannot find the file specified

2018-01-07 Thread Steve Dower
Steve Dower added the comment: In your TEMP directory there will be at least one other log file near the one you attached. Could you also include those? I wonder if the space at the start of your user name is a problem... --

[issue32514] 0x80070002 - The system cannot find the file specified

2018-01-07 Thread Tylor
New submission from Tylor <tylorbeat...@gmail.com>: When attempting to install Python 3.6.4, I get the error "0x80070002 - The system cannot find the file specified." I am able to install on a different Windows User, just not the current one I am using. The account ha

[issue31439] WindowsError: [Error 2] The system cannot find the file specified

2017-09-13 Thread Zachary Ware
New submission from Zachary Ware: In the absence of a description of your issue, there's nothing we can do with just the generic exception in the title so I'm closing the issue. If you can provide a real description of what went wrong for you, you may reopen the issue. -- resolution:

[issue31439] WindowsError: [Error 2] The system cannot find the file specified

2017-09-12 Thread Sneha Tipugade
Changes by Sneha Tipugade <tipugadesneh...@gmail.com>: -- components: Windows nosy: Sneha Tipugade, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: WindowsError: [Error 2] The system cannot find the file specified type: compile

Re: Find a file

2016-07-02 Thread tdsperth
Hi Thanks for your suggestions - I did get it to work with some os.path calls and using flask get files. Cheers Colin -- https://mail.python.org/mailman/listinfo/python-list

Re: Find a file

2016-06-30 Thread Karim
On 01/07/2016 02:51, tdspe...@gmail.com wrote: Hi All I have a web app that allows me to choose a file - the file name is returned but I need to find the path to the file so I can add it as an attachment to a email. The files I am returning could be in different folders/directories. Thanks

Find a file

2016-06-30 Thread tdsperth
Hi All I have a web app that allows me to choose a file - the file name is returned but I need to find the path to the file so I can add it as an attachment to a email. The files I am returning could be in different folders/directories. Thanks for any help. Cheers Colin --

[issue20801] WindowsError: [Error 2] The system cannot find the file specified

2014-02-27 Thread Pramod Jadhav
:\Anaconda\lib\site-packages\envoy\core.py, line 32, in target File C:\Anaconda\lib\subprocess.py, line 709, in __init__ errread, errwrite) File C:\Anaconda\lib\subprocess.py, line 957, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified

[issue20801] WindowsError: [Error 2] The system cannot find the file specified

2014-02-27 Thread Ned Deily
Ned Deily added the comment: Sorry, you are going to have supply more information. From the traceback supplied, it appears the call to subprocess is coming from envoy, which is not part of the Python standard library. Please re-open if you can supply a test case demonstrating a problem in

Script can't find input file despite being in the same directory

2008-10-17 Thread Robocop
I have a simple little script that reads in postscript code, appends it, then writes it to a new postscript file. Everything worked fine a month ago, but after rearranging my directory tree a bit my script fails to find the base postscript file. The line in question is: for line in

Re: Script can't find input file despite being in the same directory

2008-10-17 Thread Chris Rebert
On Fri, Oct 17, 2008 at 10:07 AM, Robocop [EMAIL PROTECTED] wrote: I have a simple little script that reads in postscript code, appends it, then writes it to a new postscript file. Everything worked fine a month ago, but after rearranging my directory tree a bit my script fails to find the

Re: Script can't find input file despite being in the same directory

2008-10-17 Thread Philip Semanchuk
On Oct 17, 2008, at 1:07 PM, Robocop wrote: I have a simple little script that reads in postscript code, appends it, then writes it to a new postscript file. Everything worked fine a month ago, but after rearranging my directory tree a bit my script fails to find the base postscript file.

Re: Script can't find input file despite being in the same directory

2008-10-17 Thread Robocop
On Oct 17, 10:27 am, Chris Rebert [EMAIL PROTECTED] wrote: On Fri, Oct 17, 2008 at 10:07 AM, Robocop [EMAIL PROTECTED] wrote: I have a simple little script that reads in postscript code, appends it, then writes it to a new postscript file.  Everything worked fine a month ago, but after

Re: Script can't find input file despite being in the same directory

2008-10-17 Thread Robocop
On Oct 17, 10:27 am, Chris Rebert [EMAIL PROTECTED] wrote: On Fri, Oct 17, 2008 at 10:07 AM, Robocop [EMAIL PROTECTED] wrote: I have a simple little script that reads in postscript code, appends it, then writes it to a new postscript file.  Everything worked fine a month ago, but after

Re: Script can't find input file despite being in the same directory

2008-10-17 Thread Christian Heimes
Robocop wrote: I have a simple little script that reads in postscript code, appends it, then writes it to a new postscript file. Everything worked fine a month ago, but after rearranging my directory tree a bit my script fails to find the base postscript file. The line in question is: for

Re: Script can't find input file despite being in the same directory

2008-10-17 Thread Robocop
I'm kind of an idiot, i just realized the problem. Sorry for wasting your time, and thanks for the help! -- http://mail.python.org/mailman/listinfo/python-list

How can i find a file size on the web ?

2007-12-02 Thread Abandoned
Hi.. Can i find a file size witdhout download? For example: www.roche.com/rochea_z_sp.pdf How can i find its size with python ? I'm sorry for my bad english. -- http://mail.python.org/mailman/listinfo/python-list

Re: How can i find a file size on the web ?

2007-12-02 Thread Dan Upton
On Dec 2, 2007 11:55 AM, Abandoned [EMAIL PROTECTED] wrote: Hi.. Can i find a file size witdhout download? For example: www.roche.com/rochea_z_sp.pdf How can i find its size with python ? When you send an HTTP request, most servers will respond with the content length. For instance, if you

Re: How can i find a file size on the web ?

2007-12-02 Thread Adonis Vargas
Abandoned wrote: Hi.. Can i find a file size witdhout download? For example: www.roche.com/rochea_z_sp.pdf How can i find its size with python ? I'm sorry for my bad english. Typically you would just do an HTTP HEAD request in order to get information about the file without downloading

RE: How to find a file or a device is currently used by which processor which program ?

2006-10-11 Thread Tim Golden
[EMAIL PROTECTED] | When I want to uninstall my usb disk on windows, the | operating systems | sometimes tells me the device is being used by other program. But I | can't find which program is using it. Can I do this using python ? This is really one of those questions that could better be

How to find a file or a device is currently used by which process or which program ?

2006-10-10 Thread [EMAIL PROTECTED]
Hi, When I want to uninstall my usb disk on windows, the operating systems sometimes tells me the device is being used by other program. But I can't find which program is using it. Can I do this using python ? Thanks. xiaojf -- http://mail.python.org/mailman/listinfo/python-list

Re: How to find a file or a device is currently used by which process or which program ?

2006-10-10 Thread Gabriel Genellina
At Tuesday 10/10/2006 05:17, [EMAIL PROTECTED] wrote: When I want to uninstall my usb disk on windows, the operating systems sometimes tells me the device is being used by other program. But I can't find which program is using it. Can I do this using python ? I don't know with Python, but

Can not find a file in CMD model python when everything is OK in IDLE

2006-03-11 Thread Sullivan WxPyQtKinter
this: C:\Documents and Settings\Xiaozhong Zhengpython C:\Documents and Settings\Xiao zhong Zheng\Desktop\t.py The interpretor would not find the file. Traceback (most recent call last): File C:\Documents and Settings\Xiaozhong Zheng\Desktop\t.py, line 1, in ? f=open(ticket.txt) IOError: [Errno

Can not find a file in CMD model python when everything is OK in IDLE

2006-03-11 Thread Sullivan WxPyQtKinter
this: C:\Documents and Settings\Xiaozhong Zhengpython C:\Documents and Settings\Xiaozhong Zheng\Desktop\t.py The interpretor would not find the file. Traceback (most recent call last): File C:\Documents and Settings\Xiaozhong Zheng\Desktop\t.py, line 1, in ? f=open(ticket.txt) IOError

Re: Can not find a file in CMD model python when everything is OK in IDLE

2006-03-11 Thread Fredrik Lundh
Sullivan WxPyQtKinter wrote: I use python in Windows XP platform. I find that if I write a .py file in a directory, such as windows desktop, in which a file named 'ticket.txt' is located: f=open(\ticket.txt) print f.read() \t is a tab character: print '\ticket.txt'

Re: Can not find a file in CMD model python when everything is OK in IDLE

2006-03-11 Thread Sullivan WxPyQtKinter
Sorry, I mistyped the line. In the program it IS: f=open(ticket.txt), no '\' included. -- http://mail.python.org/mailman/listinfo/python-list

Re: Can not find a file in CMD model python when everything is OK in IDLE

2006-03-11 Thread Fredrik Lundh
Sullivan WxPyQtKinter wrote: In IDLE, this py file work all right. But if I launch python interpretor in the command shell like this: C:\Documents and Settings\Xiaozhong Zhengpython C:\Documents and Settings\Xiaozhong Zheng\Desktop\t.py The interpretor would not find the file. open

Re: Can not find a file in CMD model python when everything is OK in IDLE

2006-03-11 Thread Sullivan WxPyQtKinter
I see. I once was a VB programmer. In VB, the current directory is always set to where the module locates before it runs. -- http://mail.python.org/mailman/listinfo/python-list

Re: Can not find a file in CMD model python when everything is OK in IDLE

2006-03-11 Thread Sullivan WxPyQtKinter
I see. I once was a VB programmer. In VB, the current directory is always set to where the module locates before it runs. -- http://mail.python.org/mailman/listinfo/python-list