[issue22739] "There is no disk in the drive" error

2022-01-06 Thread Pop Expangea
Pop Expangea added the comment: Forgot to comment versions: pdoc: 8.1.0 Python: 3.8.7 Platform: Windows-7-6.1.7601-SP1 -- ___ Python tracker ___

[issue22739] "There is no disk in the drive" error

2022-01-06 Thread Pop Expangea
Pop Expangea added the comment: Probably not a Python bug, but I have detected this problem a couple of times, and it always happened the same way, while using pdoc package in a Python script. Steps to reproduce the behavior: 1. Connect mobile telephone (Avenzo Xirius 5.5 AV112) to my

[issue22739] There is no disk in the drive error

2014-10-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: Lachian, I am closing this because I agree with Tim. This tracker is for bug fixes (and enhancements) to the code at hg.python.org/cpython (and a couple of the sibling repositories). Bugs need to be demonstrated with a .py or .c program. This is almost

[issue22739] There is no disk in the drive error

2014-10-27 Thread Lachlan Kingsford
New submission from Lachlan Kingsford: An error is being raised that 'There is no disk in the drive. Please insert a disk into drive \Device\Harddisk1\DR1. Cancel, Try Again, Continue)'. The line of code referred to has no reference to any file or disk access. None of its calling procedures

[issue22739] There is no disk in the drive error

2014-10-27 Thread Tim Golden
Tim Golden added the comment: I very much doubt that this is a Python issue as such. Other things being equal, I would expect Harddisk\DR1 to be a CD-ROM or some other removable disk. Using something like winobj.exe from sysinternals should show what it expects to be on a given machine. It's