RE: "How to protect the python code"

2019-09-05 Thread Saba Kauser
Thanks Chris. Makes sense! -Original Message- From: Chris Angelico Sent: Thursday, September 5, 2019 2:34 PM To: python-list@python.org Subject: Re: "How to protect the python code" On Thu, Sep 5, 2019 at 6:50 PM Saba Kauser wrote: > > Hello Experts, > >

"How to protect the python code"

2019-09-05 Thread Saba Kauser
! Saba Kauser E: skau...@rocketsoftware.com<mailto:skau...@rocketsoftware.com> - Rocket Software, Inc. and subsidiaries ? 77 Fourth Avenue, Waltham MA

"get_python_lib() :for pip install, data_files with get_python_lib() are copied with duplicate path name on ubuntu"

2019-04-08 Thread Saba Kauser
Building the source as: Python setup.py build Python setup.py install Copies the files correctly. Any help is appreciated! Thanks. Saba Kauser Db2 Connect development and support. Rocket Software Development India Pvt Ltd Karle Town Centre - S

RE: "Post install setup does not work as expected with pip install"

2019-03-13 Thread Saba Kauser
I am able to get this to work. I had to invoke parent's run before my post install logic could kick. _ From: Saba Kauser Sent: Tuesday, March 12, 2019 6:01 PM To: python-list@python.org Subject: "Post install setup does not work as expecte

"Post install setup does not work as expected with pip install"

2019-03-12 Thread Saba Kauser
the ibm_db is installed, not before it gets built. Can you please let me know how can this be fixed. Is this a bug with pip? Saba Kauser Db2 Connect development and support. Rocket Software Development India Pvt Ltd Karle Town Centre - SEZ, HUB 1 b

RE: "How to package additional files under site-packages "

2019-03-07 Thread Saba Kauser
kages " Saba Kauser writes: > ... > My package (ibm_db) has LICENSE, README.md and CHANGES files that I want to > be available in the same location as my package is installed I.e under > site-packages. However, with current setup.py > https://github.com/ibmdb/python-ibmdb/

RE: "How to package additional files under site-packages "

2019-03-05 Thread Saba Kauser
on of my package. Is there any other way I can achieve this? Thanks! -Original Message- From: dieter Sent: Tuesday, March 5, 2019 12:04 PM To: python-list@python.org Subject: Re: "How to package additional files under site-packages " Saba Kauser writes: > ... > I want da

"How to package additional files under site-packages "

2019-03-04 Thread Saba Kauser
ibm_db.cpython-37m-darwin.so I want data_files to be copied under my package install path. How do I achieve this? Thanks in advance! Saba. Saba Kauser Db2 Connect development and support. Rocket Software Development India Pvt L