Re: A PDF journey to find all python PDF

2020-04-03 Thread Souvik Dutta
Python is not a platform your platform is the os. Choose the newer PDF reader it often comprises more features than older ones (might be a bit unstable though). There are lots of books and free online tutorials to learn python. Check them out first. If you have problem with English you can use you

Re: A PDF journey to find all python PDF

2020-04-03 Thread Michael Torrie
On 4/3/20 1:02 PM, anson freer wrote: > This forum mentioned the Tutor forum so I signed up > I waited a day or 2 heard nothing so I sent msg > got Post by non-member to a members-only list > replied to apologized and > received auto msg > part of which gave do's and don't's of forum > then I real

A PDF journey to find all python PDF

2020-04-03 Thread anson freer
This forum mentioned the Tutor forum so I signed up I waited a day or 2 heard nothing so I sent msg got Post by non-member to a members-only list replied to apologized and received auto msg part of which gave do's and don't's of forum then I realized I asked a really lame question Might take years

policy based variable composition

2020-04-03 Thread Joseph L. Casale
I am looking to replace a home built solution which allows a program to derive a series of variable values through configuration or policy. The existing facility allows dependences so one of the requested variables can depend on another, they are ordered and computed. It also allows callbacks so c

Exceptions versus Windows ERRORLEVEL

2020-04-03 Thread Stephen Tucker
Hi, I have found that raising an exception in a Python 2.7.10 program running under Windows does not set ERRORLEVEL. I realise that Python 2.x is no longer supported. Does an exception raised by a Python 3.x program on a Windows machine set ERRORLEVEL? If not, are there plans for it to do so?

Python version and Apache mod_python mismatching version

2020-04-03 Thread frank . scarpa
Hello, I have a Centos7 web server with python 2.7 installed and I want Apache to serve python scripts so I figure I have to install mod_python: i know that this module is deprecated, but I need it only for internal pourposes. Is the mod_python version (which is 3.5 with Python 3 support) someho