[issue41365] Python Launcher is sorry to say... No pyvenv.cfg file

2020-07-22 Thread Chuck
Chuck added the comment: Does anyone know why when Python Launcher is executed by double clicking on the Python script called ecrypt_bitcoinj_seed.pyw a small window pops of stating... "Python Launcher is sorry to say... No pyvenv.cfg file" as in the image? Why wouldn't the pyven

[issue41365] Python Launcher is sorry to say... No pyvenv.cfg file

2020-07-22 Thread Chuck
Chuck added the comment: Mr. Dower, I apologize for not being more specific... since this is Windows based and not console driven, the file used for execution should be pythonw.exe according to the instructions at https://github.com/gurnec/decrypt_bitcoinj_seed so I right clicked

[issue41365] Python Launcher is sorry to say... No pyvenv.cfg file

2020-07-21 Thread Chuck
New submission from Chuck : on Windows 10 64 after install of Python 3.8.5 and after install of decrypt_bitcoinj_seed.pyw <--- and after double click, I get "Python Launcher is sorry to say... No pyvenv.cfg file". I have tried multiple reinstalls of Python to no avail.

[issue7063] Memory errors in array.array

2013-02-19 Thread Chuck
Chuck added the comment: I attached a patch, in which I removed v and all code having to do with inserting elements. In particular, I changed the value of b to being positive, since there is no distinction between increasing and decreasing size anymore. -- keywords: +patch nosy

[issue6978] compiler.transformer dict key bug d[1,] = 1

2010-02-01 Thread Chuck Rhode
Chuck Rhode crh...@lacusveris.com added the comment: Here are four ways to generate things called in the documentation Abstract Syntax Trees (ASTs). Obviously they are not all the same kind of object: #!/usr/local/bin/python2.6 import sys import compiler import parser import ast STATEMENT

[issue6978] compiler.transformer dict key bug d[1,] = 1

2010-02-01 Thread Chuck Rhode
Chuck Rhode crh...@lacusveris.com added the comment: I don't see why the compiler module is any better than any of the other ways that produce reasonable AST. It is available on Python releases older than 2.6? -- ___ Python tracker rep

[issue7076] Documentation add note about SystemRandom

2009-11-03 Thread chuck
chuck jan.hos...@gmail.com added the comment: I think many people who are looking for a random number generator end up on this page and need to be informed if there are alternatives so they can make up their own mind. If you want to discourage people to use it, that's fine and we can do so

[issue7210] Proposed Syntax Checks in Test Suite

2009-10-31 Thread Chuck Rhode
Chuck Rhode crh...@lacusveris.com added the comment: Thanks. -ccr- -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7210 ___ ___ Python-bugs-list

[issue7210] Proposed Syntax Checks in Test Suite

2009-10-30 Thread Chuck Rhode
Changes by Chuck Rhode crh...@lacusveris.com: Removed file: http://bugs.python.org/file15231/test_grammar.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7210

[issue7210] Proposed Syntax Checks in Test Suite

2009-10-30 Thread Chuck Rhode
Chuck Rhode crh...@lacusveris.com added the comment: Oh! That's very different. :-) I can do that. -- Added file: http://bugs.python.org/file15237/test_grammar_trunk.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7210

[issue7210] Proposed Syntax Checks in Test Suite

2009-10-29 Thread Chuck Rhode
Changes by Chuck Rhode crh...@lacusveris.com: Removed file: http://bugs.python.org/file15213/test_grammar.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7210

[issue7210] Proposed Syntax Checks in Test Suite

2009-10-29 Thread Chuck Rhode
Chuck Rhode crh...@lacusveris.com added the comment: Sorry I'm having so much trouble with this patch. Here's another. Thanks for your patience. -ccr- -- Added file: http://bugs.python.org/file15231/test_grammar.patch ___ Python tracker rep

[issue7210] Proposed Syntax Checks in Test Suite

2009-10-27 Thread Chuck Rhode
Chuck Rhode crh...@lacusveris.com added the comment: Yet another patch file -- Added file: http://bugs.python.org/file15213/test_grammar.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7210

[issue7210] Proposed Syntax Checks in Test Suite

2009-10-26 Thread Chuck Rhode
New submission from Chuck Rhode crh...@lacusveris.com: PythonTidy is a code beautifier written three years ago and downloaded numerous times. o http://lacusveris.com/PythonTidy/PythonTidy.python It suffers a bug, which has only recently come to light. It considers the following lines

[issue7210] Proposed Syntax Checks in Test Suite

2009-10-26 Thread Chuck Rhode
Chuck Rhode crh...@lacusveris.com added the comment: You mean like this? -- Added file: http://bugs.python.org/file15209/test_grammar.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7210

[issue7210] Proposed Syntax Checks in Test Suite

2009-10-26 Thread Chuck Rhode
Changes by Chuck Rhode crh...@lacusveris.com: Removed file: http://bugs.python.org/file15209/test_grammar.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7210

[issue7210] Proposed Syntax Checks in Test Suite

2009-10-26 Thread Chuck Rhode
Changes by Chuck Rhode crh...@lacusveris.com: Removed file: http://bugs.python.org/file15206/test_grammar.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7210

[issue7210] Proposed Syntax Checks in Test Suite

2009-10-26 Thread Chuck Rhode
Chuck Rhode crh...@lacusveris.com added the comment: Well, the last two patch files weren't very good, but I hope the third time's the charm. -- Added file: http://bugs.python.org/file15210/test_grammar.patch ___ Python tracker rep...@bugs.python.org

[issue6978] compiler.transformer dict key bug d[1,] = 1

2009-10-21 Thread Chuck Rhode
Chuck Rhode crh...@lacusveris.com added the comment: PythonTidy encounters this problem. o http://lacusveris.com/PythonTidy/PythonTidy.python It is unable correctly to render line 694 of test_grammar.py in the Python Test Suite: d[1,] = 2 becomes: d[1] = 2 because the *compiler

[issue7138] elementtree segfaults on invalid xml declaration

2009-10-15 Thread chuck
chuck jan.hos...@gmail.com added the comment: I'm seeing this on the built-in python on os x 10.6, too: Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin But neither with the trunk Python 2.7a0 (trunk:75433M, Oct 15 2009, 08:27:13) [GCC 4.2.1

[issue7069] inspect.isabstract to return boolean values only

2009-10-14 Thread chuck
chuck jan.hos...@gmail.com added the comment: That's fine with me. Looks like nobody wants to check it in anyways. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7069

[issue7076] Documentation add note about SystemRandom

2009-10-07 Thread chuck
chuck jan.hos...@gmail.com added the comment: Depends on how verbose we want to be. It should say why one might want to use urandom() instead of random (if you decide you are interested you can still look up the documentation). I think it would be nice to say why random does not use urandom

[issue6941] Socket error when launching IDLE

2009-09-19 Thread chuck
Changes by chuck jan.hos...@gmail.com: -- status: pending - open title: Socket error when launching IDL - Socket error when launching IDLE ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6941

Re: [ python-Bugs-1215887 ] String and list methods deeply hidden

2005-12-24 Thread Chuck Rhode
not buried under 2.3.6.1 String Methods. Exposing the fourth level of subtopics in section 2.3 of the lib.html document would be nice, though. -- .. Chuck Rhode, Sheboygan, WI .. http://www.excel.net/~crhode/RockyGnashtoothsWeather/ .. 72?F. Wind WSW 9 mph. Partly cloudy