Re: [Python-Dev] Problem in importing python packages under python 3.6 environment

2018-08-09 Thread Terry Reedy
On 8/9/2018 8:45 AM, Poornima .D. wrote: I have limited knowledge on python development.  I am trying to write a test application which needs to import from many packages across mutliple directories. I tried using an environment variable and appending to sys.path variable so that import Cla

Re: [Python-Dev] A Subtle Bug in Class Initializations

2018-08-09 Thread Steve Dower
On 09Aug2018 0818, Erik Bray wrote: On Mon, Aug 6, 2018 at 8:11 PM Eddie Elizondo wrote: 3) Special case the initialization of PyType_Type and PyBaseObject_Type within PyType_Ready to now make all calls to PyVarObject_HEAD_INIT use NULL. To enable this a small change within PyType_Ready is ne

Re: [Python-Dev] Use of Cython

2018-08-09 Thread Stefan Behnel
Hi, this is getting a bit out of scope for this list. I propose to move further questions about general Cython usage to he cython-users mailing list. Matěj Cepl schrieb am 08.08.2018 um 12:44: > On 2018-08-06, 15:13 GMT, Stefan Behnel wrote: >> Not sure I understand this correctly, but I think we

Re: [Python-Dev] Problem in importing python packages under python 3.6 environment

2018-08-09 Thread Mariatta Wijaya
Hi Poornima, Your question is more appropriate for the python-list mailing list ( https://mail.python.org/mailman/listinfo/python-list) or python-tutors mailing list (https://mail.python.org/mailman/listinfo/tutor). On Thu, Aug 9, 2018, 8:30 AM Poornima .D. wrote: > Hi All, > > > I have limit

Re: [Python-Dev] Problem in importing python packages under python 3.6 environment

2018-08-09 Thread Oleg Broytman
Hello. This mailing list is to work on developing Python (adding new features to Python itself and fixing bugs); if you're having problems learning, understanding or using Python, please find another forum. Probably python-list/comp.lang.python mailing list/news group is the best place; there a

Re: [Python-Dev] Problem in importing python packages under python 3.6 environment

2018-08-09 Thread Brett Cannon
This mailing list is for the discussion of the development *of* Python, not its use. Your best bet for help is either a site like Stack Overflow or another mailing list like python-tutor or python-list. On Thu, 9 Aug 2018 at 08:30 Poornima .D. wrote: > Hi All, > > > I have limited knowledge on p

[Python-Dev] Problem in importing python packages under python 3.6 environment

2018-08-09 Thread Poornima .D.
Hi All, I have limited knowledge on python development. I am trying to write a test application which needs to import from many packages across mutliple directories. I tried using an environment variable and appending to sys.path variable so that import Class methods works. I am trying to re

Re: [Python-Dev] A Subtle Bug in Class Initializations

2018-08-09 Thread Erik Bray
On Mon, Aug 6, 2018 at 8:11 PM Eddie Elizondo wrote: > > Background: > > Through the implementation of an alternate runtime I've been poking around > some of the class initialization routines and I found out that there was a > subtle bug with PyType_Ready and the header initializer PyVarObject_H

Re: [Python-Dev] [issue11191] test_search_cpp error on AIX (with xlc)

2018-08-09 Thread Michael
On 09/08/2018 00:52, Michael Felt wrote: > Change by Michael Felt : > > > -- > pull_requests: +8196 > > ___ > Python tracker > > ___ > Don't know why it is says +8196. I would have