Maybe you'd better use descriptors?
On Tue, 28 Jan 2025 at 23:03, Ian Pilcher via Python-list <
python-list@python.org> wrote:
> (Note: I have mail delivery disabled for this list and read it through
> GMane. Please copy me on any responses, so that I can respond with
> proper threading.)
>
>
Well, Beautifulsoup is not
On Wed, Oct 10, 2018 at 02:installed on my system, just in the
environment, so how could apache run correctly my app without accessing my
environment?
I thought that venv or virtualenv point was only to create some folder
which was simply sourced. What other things they
I rsynced the full local project directory (which contains the virtualenv dir)
to a remote server.
And there I couldn't enter into it.
However, obviously apache2 achieved to...
October 9 2018 5:21 PM, "Chris Warrick" wrote:
> On Tue, 9 Oct 2018 at 11:18, wrote:
>
>> Here are the ouput during
Here are the ouput during sourcing:
[ftg @ localhost] [/var/www/ffablob]
% source env-p3/bin/activate
[ftg @ localhost] [
Hello everyone,
Here is a small picture of my project.
I'd like to fetch several datas from a website representing races results.
Each line of the result contains rank, runner's name and other attributes
of the runner (like club etc...).
For now I have created 2 classes (Race and Runner).
Methods
May 29 2018 11:12 AM, "Thomas Jollans" wrote:
> On 2018-05-29 09:55, f...@lutix.org wrote:
>
>> Hello,
>> Using Python 2.7 (will switch to Py3 soon but Before I'd like to understand
>> how string encoding
>> worked)
>
> Oh dear. This is probably the exact wrong way to go about it: the
> interpl