Re: [Python-Dev] PEP 514 and pywin32

2016-12-28 Thread Burkhard Meier
Try the 'gohlke' download site. Whenever getting stuck in some of the
newest Python 3.x versions, that side usually has installers that work. It
did work for me just now, using Python 3.6.0 64-bit on Windows 10 64-bit OS.

[image: Inline image 1]

Burkhard

On Tue, Dec 27, 2016 at 9:17 PM, Glenn Linderman  wrote:

> So today I tried to install pywin32 on my new Python 3.6.0 and got the
> following error:
>
> ---
> Cannot install
> ---
> Python version 3.6-32 required, which was not found in the registry.
> ---
> OK
> ---
>
> Seems like pywin32, although built for 3.6, doesn't understand or conform
> to the PEP 514? So the installer doesn't work? I suspect maybe the code
> would still work, if it would install. I also noted that pip cannot find a
> compatible pywin32, and PyPI only reports compatibility through Python 3.3.
>
> 1. Where should this be reported? SourceForge?
> 2. Anyone know a workaround?
>
> --
> Glenn
> --
> Experience is that marvelous thing that enables you to recognize a
> mistake when you make it again. -- Franklin Jones
>
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: https://mail.python.org/mailman/options/python-dev/
> burkhardameier%40gmail.com
>
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Someons's put a "Python 2.8" on GitHub

2016-12-12 Thread Burkhard Meier
~ Just upgrade to Python 3.6 and forget about this non~sense! ~

On Mon, Dec 12, 2016 at 2:53 AM, Steven D'Aprano 
wrote:

> On Mon, Dec 12, 2016 at 03:10:09AM -0600, Wes Turner wrote:
> > [Continuing to play devil's advocate for the sake of clarification]
>
> Clarification of *what* exactly? You don't seem to be asking any
> questions, just making statements.
>
> If you have a concrete, specific question, please ask it. If its a
> general question, you can ask it too, but don't be surprised if the
> answer is "it depends on the specific circumstances".
>
>
> --
> Steve
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: https://mail.python.org/mailman/options/python-dev/
> burkhardameier%40gmail.com
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Need help in debugging the python core

2016-09-02 Thread Burkhard Meier
You are using bash?
On Sep 2, 2016 8:56 AM, "Sajjanshetty, Amresh" <
amresh.sajjanshe...@netapp.com> wrote:

> Dear All,
>
>
>
> I’m using asyncio and paramiko to multiplex different channels into a
> single SSH connection. Things were working fine till recently but suddenly
> started seeing that python getting crashed whenever I tried to write to the
> channel. I have very limited knowledge on how python interpreter works, so
> I’m finding difficulty in understanding the stack trace. Can you please
> help in understanding the below backtarce.
>
>
>
> bash-4.2$ gdb /usr/software/bin/python3.4.3 core.60015
>
> Traceback (most recent call last):
>
>   File "", line 70, in 
>
>   File "", line 67, in GdbSetPythonDirectory
>
>   File "/usr/software/share/gdb/python/gdb/__init__.py", line 19, in
> 
>
> import _gdb
>
> ImportError: No module named _gdb
>
> GNU gdb (GDB) 7.5
>
> Copyright (C) 2012 Free Software Foundation, Inc.
>
> License GPLv3+: GNU GPL version 3 or later  html>
>
> This is free software: you are free to change and redistribute it.
>
> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
>
> and "show warranty" for details.
>
> This GDB was configured as "x86_64-unknown-linux-gnu".
>
> For bug reporting instructions, please see:
>
> ...
>
> Reading symbols from /usr/software/bin/python3.4.3...done.
>
>
>
> warning: core file may not match specified executable file.
>
> [New LWP 60015]
>
> [New LWP 60018]
>
> [New LWP 60019]
>
> [New LWP 60020]
>
> [New LWP 60021]
>
> [New LWP 60022]
>
> [New LWP 60023]
>
> [New LWP 60024]
>
> [Thread debugging using libthread_db enabled]
>
> Using host libthread_db library "/usr/software/lib/libthread_db.so.1".
>
> Core was generated by `/usr/software/bin/python3.4.3
> /x/eng/bbrtp/users/amresh/sshproxy_3896926_160824'.
>
> Program terminated with signal 11, Segmentation fault.
>
> #0  _PyObject_Malloc (ctx=0x0, nbytes=52) at Objects/obmalloc.c:1159
>
> 1159Objects/obmalloc.c: No such file or directory.
>
> (gdb) bt
>
> #0  _PyObject_Malloc (ctx=0x0, nbytes=52) at Objects/obmalloc.c:1159
>
> #1  0x7ff2e511474a in PyUnicode_New (maxchar=, size=3)
> at Objects/unicodeobject.c:1093
>
> #2  PyUnicode_New (size=3, maxchar=) at
> Objects/unicodeobject.c:1033
>
> #3  0x7ff2e5139da2 in _PyUnicodeWriter_PrepareInternal
> (writer=writer@entry=0x7fff3d5c8640, length=,
> maxchar=, maxchar@entry=127) at
> Objects/unicodeobject.c:13327
>
> #4  0x7ff2e513f38b in PyUnicode_DecodeUTF8Stateful 
> (s=s@entry=0x7ff2e3572f78
> "tcp\245reuse\001\253socket_type\244pull\251transport\246zeromq",
> size=size@entry=3,
>
> errors=errors@entry=0x7ff2dee5dd70 "strict", consumed=consumed@entry=0x0)
> at Objects/unicodeobject.c:4757
>
> #5  0x7ff2e5140690 in PyUnicode_Decode (s=0x7ff2e3572f78
> "tcp\245reuse\001\253socket_type\244pull\251transport\246zeromq", size=3,
> encoding=0x7ff2dee5df28 "utf-8", errors=0x7ff2dee5dd70 "strict")
>
> at Objects/unicodeobject.c:3012
>
> #6  0x7ff2de49bfdf in unpack_callback_raw (o=, l=3,
> p=0x7ff2e3572f78 
> "tcp\245reuse\001\253socket_type\244pull\251transport\246zeromq",
> u=0x7fff3d5c8840, b=)
>
> at msgpack/unpack.h:229
>
> #7  unpack_execute (ctx=ctx@entry=0x7fff3d5c8840,
> data=0x7ff2e3572ec0 "\205\245_auth\300\245_call\246expect\243_i",
> , len=, off=off@entry
> =0x7fff3d5c8820)
>
> at msgpack/unpack_template.h:312
>
> #8  0x7ff2de49fe3d in __pyx_pf_7msgpack_9_unpacker_2unpackb
> (__pyx_v_packed=__pyx_v_packed@entry=0x7ff2e3572ea0,
> __pyx_v_object_hook=__pyx_v_object_hook@entry=0x7ff2e54934b0
> <_Py_NoneStruct>,
>
> __pyx_v_list_hook=__pyx_v_list_hook@entry=0x7ff2e54934b0
> <_Py_NoneStruct>, __pyx_v_use_list=1, __pyx_v_encoding=0x7ff2dee5df08,
> __pyx_v_unicode_errors=0x7ff2dee5dd50,
>
> __pyx_v_object_pairs_hook=0x7ff2e54934b0 <_Py_NoneStruct>,
> __pyx_v_ext_hook=0x13db2d8, __pyx_v_max_str_len=__pyx_v_max_str_len@entry=
> 2147483647,
>
> __pyx_v_max_bin_len=__pyx_v_max_bin_len@entry=2147483647,
> __pyx_v_max_array_len=2147483647, __pyx_v_max_map_len=2147483647,
> __pyx_v_max_ext_len=__pyx_v_max_ext_len@entry=2147483647,
>
> __pyx_self=) at msgpack/_unpacker.pyx:139
>
> #9  0x7ff2de4a1395 in __pyx_pw_7msgpack_9_unpacker_3unpackb
> (__pyx_self=, __pyx_args=,
> __pyx_kwds=) at msgpack/_unpacker.pyx:102
>
> #10 0x7ff2e5174ed3 in do_call (nk=, na=,
> pp_stack=0x7fff3d5d2b80, func=0x7ff2df20ddc8) at Python/ceval.c:4463
>
> #11 call_function (oparg=, pp_stack=0x7fff3d5d2b80) at
> Python/ceval.c:4264
>
> #12 PyEval_EvalFrameEx (f=f@entry=0x7ff2def02208,
> throwflag=throwflag@entry=0) at Python/ceval.c:2838
>
> #13 0x7ff2e5175f45 in PyEval_EvalCodeEx (_co=,
> globals=, locals=locals@entry=0x0, args=,
> argcount=argcount@entry=1, kws=0x7ff2deefec30, kwcount=0, defs=0x0,
>
> defcount=0, kwdefs=0x0, closure=0x0) at Python/ceval.c:3588
>
> #14 0x7ff2e51734da in fast_function (nk=, na=1,

Re: [Python-Dev] Need help in debugging the python core

2016-09-02 Thread Burkhard Meier
How could I help?

Burkhard

On Fri, Sep 2, 2016 at 10:47 AM, Victor Stinner 
wrote:

> Oh, I forgot to mention that it would help to get the Python traceback
> on the crash. Try faulthandler: add faulthandler.enable() at the
> beginning of your program.
> https://docs.python.org/dev/library/faulthandler.html
>
> Maybe I should write once tools to debug such bug :-)
>
> Victor
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: https://mail.python.org/mailman/options/python-dev/
> burkhardameier%40gmail.com
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Looking for a Python programming mentor

2016-05-01 Thread Burkhard Meier
I don't need Sigmund Freud...

Burkhard
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Memory

2016-05-01 Thread Burkhard Meier
Sorry.  Somebody take the keyboard away from me after midnight.
I think Google Chrome does have that feature.

Definitely Not related to Python dev...

Google translate doesn't correctly understand everything.

My apologies  (again ) for this unrelated post.

And, yes, I am the author of the "Python GUI programming cookbook "

Sorry,
Burkhard


On Sunday, May 1, 2016, Guido van Rossum  wrote:

> That would certainly be the most favorable interpretation.
>
> On Sun, May 1, 2016 at 10:41 AM, Carl Kleffner  > wrote:
>
>> AFAIK Burkhard A. Meier is the author of the Python GUI Programming
>> Cookbook (Packtpub). I wonder if someone has hacked is gmail account?
>>
>> 2016-05-01 18:51 GMT+02:00 Steven D'Aprano > >:
>>
>>> On Sun, May 01, 2016 at 08:08:22AM -0500, Ryan Gonzalez wrote:
>>> > Well, I put this in Google Translate...and got this:
>>> >
>>> > The disk clatters
>>> > the Spontie giggles
>>> > ~
>>> > hopefully
>>> > alliance insures ...
>>> >
>>> > Not sure if this a useless post or Translate just being weird. Leaning
>>> > towards the latter...
>>>
>>> You missed the link to David Bowie's "Heroes" on YouTube.
>>>
>>> I'm pretty sure that this is a useless post.
>>>
>>> Burkhard, please speak English on this list, as best as you are able.
>>> And please avoid rambling cryptic posts and topics which have nothing to
>>> do with the development of CPython. If you want to share random
>>> thoughts, you should get a blog or a Twitter account, don't post them
>>> here.
>>>
>>>
>>> Thank you.
>>>
>>>
>>>
>>> --
>>> Steve
>>> ___
>>> Python-Dev mailing list
>>> Python-Dev@python.org
>>> 
>>> https://mail.python.org/mailman/listinfo/python-dev
>>> Unsubscribe:
>>> https://mail.python.org/mailman/options/python-dev/cmkleffner%40gmail.com
>>>
>>
>>
>> ___
>> Python-Dev mailing list
>> Python-Dev@python.org
>> 
>> https://mail.python.org/mailman/listinfo/python-dev
>> Unsubscribe:
>> https://mail.python.org/mailman/options/python-dev/guido%40python.org
>>
>>
>
>
> --
> --Guido van Rossum (python.org/~guido)
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Memory

2016-05-01 Thread Burkhard Meier
~
Die Scheibe klirrt
der Spontie kichert
~
hoffentlich
Alliiance versichert...
~
https://youtu.be/m3SjCzA71eM
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] I hope this won't be my last comment here ~ yet it may well be...

2016-04-22 Thread Burkhard Meier
Ok. no more ellipses...what I was trying to share is an unhappy experience
I had with the open source Linux community.

I am sure this will not happen on this Python Dev list of professionals.

Please ignore my comments.

>From now on I will focus on contributing to Python (especially on a Windows
platform) and not taking up valuable reading time.


Burkhard

On Thu, Apr 21, 2016 at 3:43 PM, Chris Barker <chris.bar...@noaa.gov> wrote:

>
>  I'm really confused -- you had a handful of very positive responses to
> your offer to help with Python on Windows.
>
> Then a couple off the cuff remarks (at least one of which was serious)
> about what is often known as "the bus factor":
>
> But I think you may want to take into account the history here. This has
> been talked about A LOT in the Python community for years -- so we may be a
> bit blase about it. Note that Wikipedia's page on the bus factor:
>
> https://en.wikipedia.org/wiki/Bus_factor
>
> """An early instance of this sort of query was when Michael McLay publicly
> asked, in 1994, what would happen to the Python language
> <https://en.wikipedia.org/wiki/Python_(programming_language)> if Guido
> van Rossum <https://en.wikipedia.org/wiki/Guido_van_Rossum> were hit by a
> bus.[8] <https://en.wikipedia.org/wiki/Bus_factor#cite_note-8>"""
>
> So this has been very, very well hashed out in the Python community.
>
> And a quick look at the existence of this list, the messages on it, and
> the source repo will tell you that Python is in no way a personal project
> of one person. (not to mentions the PSF)
>
> I think the lessons here are:
>
> - don't be too sensitive
>
> and, important for every open source community:
>
> - your comments and questions will be taken far more seriously if you have
> done your homework.
>
> -CHB
>
>
> On Thu, Apr 21, 2016 at 4:54 AM, Burkhard Meier <burkhardame...@gmail.com>
> wrote:
>
>> Please do allow me to share my humble experiences of being a software
>> professional on a Windows platform.
>>
>> Almost 20 years.
>>
>> You know what; when I tried out 'sugar Linux' or Peppermint,,,the "admin'
>> dude kicked me out 5 times in one sole eve,
>>
>> Maybe this is just *me*..
>>
>> You know what: I did have my time with this *open source community*...
>>
>> I was just asking a sincere question.
>>
>> C'mon
>>
>> This was rather very ridiculous.
>>
>>
>>
>> ___
>> Python-Dev mailing list
>> Python-Dev@python.org
>> https://mail.python.org/mailman/listinfo/python-dev
>> Unsubscribe:
>> https://mail.python.org/mailman/options/python-dev/chris.barker%40noaa.gov
>>
>>
>
>
> --
>
> Christopher Barker, Ph.D.
> Oceanographer
>
> Emergency Response Division
> NOAA/NOS/OR(206) 526-6959   voice
> 7600 Sand Point Way NE   (206) 526-6329   fax
> Seattle, WA  98115   (206) 526-6317   main reception
>
> chris.bar...@noaa.gov
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] I hope this won't be my last comment here ~ yet it may well be...

2016-04-21 Thread Burkhard Meier
Please do allow me to share my humble experiences of being a software
professional on a Windows platform.

Almost 20 years.

You know what; when I tried out 'sugar Linux' or Peppermint,,,the "admin'
dude kicked me out 5 times in one sole eve,

Maybe this is just *me*..

You know what: I did have my time with this *open source community*...

I was just asking a sincere question.

C'mon

This was rather very ridiculous.
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] When the infamous Bier trunk hits ... where is our Python backup?

2016-04-21 Thread Burkhard Meier
Don't be afraid.

This is just CEO talk.

Let's imagine Python without a leader.

All commercial companies...well ... are we free?

Burkhard



On Thursday, April 21, 2016, Steven D'Aprano <st...@pearwood.info> wrote:

> O Thu, Apr 21, 2016 at 04:00:29AM -0700, Burkhard Meier wrote:
> > Well,
> >
> > Just a thought.
>
> I'm afraid I have no idea what you are referring to.
>
>
> --
> Steve
> ___
> Python-Dev mailing list
> Python-Dev@python.org <javascript:;>
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/burkhardameier%40gmail.com
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] When the infamous Bier trunk hits ... where is our Python backup?

2016-04-21 Thread Burkhard Meier
Well,

Just a thought.
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] My first post here ~ do you need more Python core developers on Windows?

2016-04-18 Thread Burkhard Meier
Thank you for the warm welcome and the links. I will definitely check them
out.

Burkhard

On Mon, Apr 18, 2016 at 1:16 AM, Victor Stinner <victor.stin...@gmail.com>
wrote:

> 2016-04-18 7:23 GMT+02:00 Burkhard Meier <burkhardame...@gmail.com>:
> > My name is Burkhard Meier and I wrote the "Python GUI Programming
> Cookbook"
> > published by Packt.
> >
> > It is available on Amazon and PacktPub.com.
>
> Welcome!
>
> > Maybe I can become more involved in the Python community as a Python
> > developer on Windows .
>
> You can use the Developer Guide to start:
> https://docs.python.org/devguide/
>
> See also the Python menthors to get help on a dedicated and private
> mailing list:
> http://pythonmentors.com/
>
> Sadly yes, we have many open issues specific to Windows. I'm trying to
> sometimes give time to fix some of them, but I'm less interested than
> in open source operating systems ;-)
>
> Victor
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] My first post here ~ do you need more Python core developers on Windows?

2016-04-17 Thread Burkhard Meier
Hi,

I just subscribed to the "Python-Dev" mailing list and the 'Welcome" reply
asked me to introduce myself.

My name is Burkhard Meier and I wrote the "Python GUI Programming Cookbook"
published by Packt.

It is available on Amazon and PacktPub.com.

Maybe I can become more involved in the Python community as a Python
developer on Windows .

Kind regards,
Burkhard Meier
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com