Did you call freeze_support() function after script start?
https://docs.python.org/3/library/multiprocessing.html#multiprocessing.freeze_support
--
https://mail.python.org/mailman/listinfo/python-list
Hello everybody!
TLDR: Sorry for OT. Long-time Linux geek and hobby programmer wants
to improve his coding skills. What's most important: project
planing, algorithms and data structures, contributing to FOSS, web
development, learning other languages or something else?
Sorry for posting su
On 06/26/2017 09:42 AM, Steve D'Aprano wrote:
> On Tue, 27 Jun 2017 01:16 am, Ben S. wrote:
>
>> print mm + "/" + dd + "/" + + " " + hour + ":" + mi + ":" + ss
>> ^
>> SyntaxError: Missing parentheses in call to 'print'
>>
>> Whats wrong?
>
> Did you read the error message?
>
> Missing
On Tue, 27 Jun 2017 03:31:57 +1000, Chris Angelico wrote:
> On Tue, Jun 27, 2017 at 1:16 AM, Ben S. via Python-list
> wrote:
>> I installed Python v3.6.1 on win 7. Afterwards I tried to execute the
>> following simple python script from webpage
>> http://www.pythonforb
On Tue, 25 Jul 2017 17:29:56 +1000, Chris Angelico wrote:
> On Tue, Jul 25, 2017 at 4:50 PM, wrote:
>> I see two solutions:
>>
>> 1. We build new architecture or adept current one so it's more like a
>> blockchain, have to calculate some hash before being able to post and
>> upload and such.
>>
On Mon, 24 Jul 2017 23:01:43 -0700, Paul Rubin wrote:
> Rustom Mody writes:
>> Since spammers are unlikely to be choosy about whom they spam:
>> Tentative conclusion: Something about the USENET-ML gateway is more leaky
>> out here than elsewhere
>
> It could be a sort-of DOS attack by some disgr
On Tue, 25 Jul 2017 00:48:25 -0700, yasirrbadamasi wrote:
> I have never execute any program before using python and a task was given to
> me by my teacher
> ~ to write a python program to print my details and store in a third party
> variables.
> ~ the details include name, age, height, status
Hello,
I have built a command-line torrent fetching tool. The tool fetches torrents
from thepiratebay proxy sites, and display results in console. Its written in
python3, and is completely open-source.
Project link - https://github.com/kryptxy/torrench
(You may give it a try :p)
Question: (a) C
On Thu, 27 Jul 2017 04:40:40 -0700, FS wrote:
> I just installed matplotlib on debian and I tried to import it on
> python3. It cannot be found however it can be found on python 2.x. No
> surprise:
> A 'find -name matplotliib' reveals:
> /usr/share/matplotlib /usr/lib/python2.7/dist-packages/mat
On Tue, 25 Jul 2017 21:44:22 +, Grant Edwards wrote:
> On 2017-07-25, Wildman via Python-list wrote:
>
>> The posts are being made through Google Groups. Forwarding
>> the posts with headers to [email protected] might help.
>
> I never has in the past. I (a
Hello,
I have developed a python program (tool) that fetches torrents from
thepiratebay proxy sites and displays results in console/terminal window.
Here: github.com/kryptxy/torrench
Now, since thepiratebay contains illegal content, I am restricted from
packaging this tool for other distros (Eg
On Sun, 30 Jul 2017 13:21:30 +1000, Chris Angelico wrote:
> On Sun, Jul 30, 2017 at 1:08 PM, wrote:
>> On Saturday, December 5, 2009 at 8:52:52 PM UTC-8, hussain dandan
>> wrote:
>>> Movie Download Reviews offers Free Online Movie Download,Hollywood
>>> Movie Download,Free Full Movie Download,Do
Torrench - A Command-line torrent search tool - For windows and Linux OS
The tool fetches torrents from existing torrent-hosting sites.
Websites supported:
1. linuxtracker.org - Get linux distros ISO torrents
2. ThePirateBay - Do read usage instructions.
Project is in python3, and is completely
I had recently uploaded a package on pypi. For some reason, I removed the
package, and committed a BIG mistake along the way.
I clicked the DELETE PACKAGE [Warning about NEVER TO CLICK THAT BUTTON] (silly
me!)
Now, after re-uploading the package, its not visible on pypi.
How can I fix this? I alr
On Tue, 08 Aug 2017 14:19:53 +, Stefan Ram wrote:
> I am planning a Python course.
>
> I started by writing the course akin to courses I gave in other
> languages, that means, the course starts roughly with these topics:
>
> - number and string literals - types of number and string liter
On Thu, 10 Aug 2017 09:38:49 -0400, Larry Martell wrote:
> On Wed, Aug 9, 2017 at 8:33 PM, Cameron Simpson wrote:
>> On 09Aug2017 10:46, Jon Ribbens wrote:
>>>
>>> On 2017-08-09, Cameron Simpson wrote:
On 08Aug2017 17:31, Jon Ribbens wrote:
>
> ... but bear in mind, there hav
On Mon, 14 Aug 2017 15:48:02 -0700, zhilongch64 wrote:
Please do the whole world a big favour & NEVER reply to spam
if no-one responded this heinous practice would die.
--
I hate users
you sound like a sysadmin already!
--
https://mail.python.org/mailman/listinfo/python-list
I am working on a program for the Linux platform that
reports system information. The program reports screen
information, number of monitors, resolution of each one
and the total resolution. It does it using a couple of
external utils, Xrandr and Xdpyinfo. It is my goal to
replace the existing c
On Wed, 16 Aug 2017 19:11:16 +0100, MRAB wrote:
> On 2017-08-16 18:57, Wildman via Python-list wrote:
>> I am working on a program for the Linux platform that
>> reports system information. The program reports screen
>> information, number of monitors, resolution of each
On Wed, 16 Aug 2017 14:33:27 -0500, Wildman wrote:
> On Wed, 16 Aug 2017 19:11:16 +0100, MRAB wrote:
>
>> On 2017-08-16 18:57, Wildman via Python-list wrote:
>>> I am working on a program for the Linux platform that
>>> reports system information. The program
Hello,
I am new to python. While learning python, I began a side project. Its a
command-line search program.
Here: https://github.com/kryptxy/torrench
The project is becoming a little difficult to manage, and before it becomes
more complex, I'd like to sort it out a little and make it more mana
On Wed, 16 Aug 2017 18:02:48 -0700, Sayth Renshaw wrote:
> On Thursday, 17 August 2017 09:03:59 UTC+10, Ian wrote:
> wrote:
>> > Morning
>> >
>> > I haven't ventured into classes much before. When trying to follow
>> > some examples and create my own classes in a jupyter notebook I
>> > receive
On Sun, 20 Aug 2017 01:56:14 +1000, Steve D'Aprano wrote:
> On Sun, 20 Aug 2017 12:11 am, Rick Johnson wrote:
>
>> On Saturday, August 19, 2017 at 5:39:19 AM UTC-5, Chris Angelico wrote:
>>> I'm not sure how "refuse to guess" translates into "wipe it out and
>>> start over". I *never* recommend u
On Mon, 21 Aug 2017 05:44:53 -0700, jek wrote:
> This is a very old post, but since I just though I would like a
> conditional return like this, and checked for previous proposals, I
> thought I'd give my opinion.
>
> Unfortunately only about 8 of the 67 replies actually answer the
> question, an
On Thu, 24 Aug 2017 11:21:27 -0400, Ned Batchelder wrote:
> On 8/24/17 10:42 AM, Stefan Ram wrote:
>> i = 0 while True: print( f"{ i }:{ id( i )}" ); i = i + 1
>>
>> This loop prints increasing ids while i is less than 257, and then it
>> starts to print alternating ids.
>>
>> So this seems
How to run "pydoc3 -p port" in background?
TIA
James
--
https://mail.python.org/mailman/listinfo/python-list
On 2024-10-08 21:59, Alan Bawden via Python-list wrote:
Karsten Hilbert writes:
Python 3.11.2 (main, Aug 26 2024, 07:20:54) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more
information.
Hello,
I noticed the change in dis module, no longer requiring show_caches to be
set to True to show cache instructions. However I am not able to display
them with get_instructions.
Is there by any chance some bug preventing me to see them?
Thanks
Martin
--
https://mail.python.org/mailman/listin
On 2024-10-11 22:13, AVI GROSS via Python-list wrote:
Is there some utility function out there that can be called to show what the
regular expression you typed in will look like by the time it is ready to be
used?
Obviously, life is not that simple as it can go through multiple layers with
each
On 2024-10-08 19:30, Karsten Hilbert via Python-list wrote:
Am Mon, Oct 07, 2024 at 08:35:32AM -0500 schrieb Michael F. Stemper via
Python-list:
I'm trying to discard lines that include the string "\sout{" (which is TeX, for
those who are curious. I have tried:
if not r
On 2024-10-07 14:35, Michael F. Stemper via Python-list wrote:
I'm trying to discard lines that include the string "\sout{" (which is TeX, for
those who are curious. I have tried:
if not re.search("\sout{", line):
if not re.search("\sout\{", line):
are scripts for poetry lock, poetry install, and whatever else is
needed.
A user pulls down the repository and runs
1. poetry lock
2. poetry install
And they have their environment with the proper dependencies.
On Sun, Oct 6, 2024, 09:47 Karsten Hilbert via Python-list <
python-list@python.
hey have their environment with the proper dependencies.
>
> On Sun, Oct 6, 2024, 09:47 Karsten Hilbert via Python-list <
> [email protected]> wrote:
>
>> Am Sun, Oct 06, 2024 at 12:21:09AM +0200 schrieb Karsten Hilbert via
>> Python-list:
>>
>>
Peter J. Holzer ha scritto:
As a trivial example, the regular expressions r"\\sout{" and r"\\sout\{"
are equivalent (the \ before the { is redundant). Yet
re.compile(s).pattern preserves the difference between the two strings.
Hi,
Allow me to be fussy: r"\\sout{" and r"\\sout\{" are similar bu
On Wed, 16 Oct 2024 23:30:42 +0100, Chris Townley wrote:
> Not sure about America, but the bee's knees is still in common use in
> the UK
https://en.wikipedia.org/wiki/Bee's_knees
That version? A local bakery makes a honey flavored pastry they call
'bee's knees' but using it in a conversation w
On 16 Oct 2024 08:20:10 GMT, Martin Schöön wrote:
> Den 2024-10-15 skrev Stefan Ram :
>> Martin =?UTF-8?Q?Sch=C3=B6=C3=B6n?= wrote or
>> quoted:
>>>l.set_data(x0, y0)
>>
>> Well, I got to say, it's pretty rad that you're rocking Python!
>> That language is the bee's knees, for real.
>>
>> A
Oh god I am sorry :/ I somehow missed information about cache_info field.
I was expecting to see those cache instructions as normal opcodes. So its
working as expected.
Thanks for your help.
M.
št 10. 10. 2024 o 18:53 Barry napísal(a):
>
>
> > On 10 Oct 2024, at 14:18, stopa via
> On 10 Oct 2024, at 14:18, stopa via Python-list
> wrote:
>
> Hello,
> I noticed the change in dis module, no longer requiring show_caches to be
> set to True to show cache instructions. However I am not able to display
> them with get_instructions.
> Is ther
On 2024-10-24 20:21, Left Right wrote:
> > > The stack is created on line 760 with os.lstat and entries are appended
> > > on lines 677 (os.rmdir), 679 (os.close) and 689 (os.lstat).
> > >
> > > 'func' is popped off the stack on line 651 and check in the following
lines.
> > >
> > > I can't see
> On 24 Oct 2024, at 15:07, Christian Buhtz via Python-list
> wrote:
>
> On one hand Fedora seems to use a tool called "mock" to build packages in a
> chroot environment.
> On the other hand the test suite of "Back In Time" does read and write to t
On 2024-10-24 17:30, Left Right wrote:
> The stack is created on line 760 with os.lstat and entries are appended
> on lines 677 (os.rmdir), 679 (os.close) and 689 (os.lstat).
>
> 'func' is popped off the stack on line 651 and check in the following lines.
>
> I can't see anywhere else where somet
On 2024-10-24 16:17, Left Right via Python-list wrote:
From reading the code where the exception is coming from, this is how
I interpret the intention of the author: they build a list (not sure
why they used list, when there's a stack datastructure in Python)
which they use as a stack,
On Tue, 29 Oct 2024 16:05:53 -0600, Mats Wichmann wrote:
> Frankly, the mountain of resources is so vast that none of us can have
> experience of more than a small fraction, and effective learning is a
> factor not only of the quality of the teacher/book/training course, but
> how it meshes with y
On 2024-10-29 13:56, Loris Bennett via Python-list wrote:
Hi,
With Python 3.9.18, if I do
try:
with open(args.config_file, 'r') as config_file:
config = configparser.ConfigParser()
config.read(config_file)
print(config.sections()
ANNOUNCEMENT
"pymsgque" is the project to integrate the Programming-Language-Micro-Kernel
(*PLMK*) into *Python*.
Together with C, C++, Java, Ruby and Tcl, a growing language community is emerging that will combine *all* existing programming
languages with *PLMK* technology in the future.
: h
On 6/11/24 10:08, Jason Friedman via Python-list wrote:
(a) An error-prone "feature" is returning -1 if a substring is not found
by "find", since -1 currently refers to the last item. An example:
>>> s = 'qwertyuiop'
>>> s[s.find('r
> On 31 Oct 2024, at 16:42, Left Right via Python-list
> wrote:
>
> MS Windows doesn't have or use
> terminals (that's more of a Unix-related concept).
Windows does now. They implemented this feature over the last few years.
Indeed they took inspiration from how li
> On 1 Nov 2024, at 22:57, Left Right wrote:
>
> Does this Windows Terminal support the use
> of programs like tmux?
I have not tried, but should work.
Best to install the terminal app from the MS app store.
Most use I make is to ssh into linux systems and stuff like editors.
Colour output a
Greetings
There are mountains of books out there.
Any suggestions for documents for a just learning how to program and
starting with Python (3)?
Preference to a tool where I would be learning by doing - - - that
works well for me.
TIA
--
https://mail.python.org/mailman/listinfo/python-list
On 28/10/24 11:51, o1bigtenor via Python-list wrote:
Greetings
There are mountains of books out there.
Any suggestions for documents for a just learning how to program and
starting with Python (3)?
Preference to a tool where I would be learning by doing - - - that
works well for me
> On 26 Oct 2024, at 12:11, Christian Buhtz via Python-list
> wrote:
>
> As you can see in the linked issue it seems it was an incompatibility
> between the version of Python and PyFakeFS.
>
> In the end it was a Fedora packaging bug because that pyfakefs version
>
Dear Python Users Group,
I am currently learning Python. I am blind and use the JAWS screen reader to
assist me. I am trying to use Python's IDLE editor but find it quite
challenging. When I move my cursor to a line of code, it reads out the
letters or words from the line above, which makes it
On 12/11/24 10:17, Cameron Simpson via Python-list wrote:
On 11Nov2024 18:24, [email protected]
wrote:
Loris Bennett wrote at 2024-11-11 15:05 +0100:
I have the following in my program:
try:
logging.config.fileConfig(args.config_file)
config = configparser.ConfigParser
On 8/11/24 14:40, Mild Shock via Python-list wrote:
Well you can use your Browser, since
JavaScript understand post and pre increment:
Question: are we talking Python or JavaScript?
So we have x ++ equals in Python:
Trying to find a word-for-word translation serves as badly in
computer
On 2024-10-24 08:33, Christian Buhtz via Python-list wrote:
Hello,
I am upstream maintainer of "Back In Time" [1] investigating an issue a
distro maintainer from Fedora reported [2] to me.
On one hand Fedora seems to use a tool called "mock" to build packages
in a chroot
On 2024-10-25 17:25, marc nicole via Python-list wrote:
Hello Python fellows,
I hope this question is not very far from the main topic of this list, but
I have a hard time finding a way to check whether audio data samples are
containing empty noise or actual significant voice/noise.
I am using
On 2024-10-31 06:47, Loris Bennett via Python-list wrote:
Jon Ribbens writes:
On 2024-10-30, Loris Bennett wrote:
Jon Ribbens writes:
On 2024-10-30, Loris Bennett wrote:
Jon Ribbens writes:
As per the docs you link to, the read() method only takes filename(s)
as arguments, if you have
On 19/09/24 02:49, Ulrich Goebel via Python-list wrote:
Hi,
Debian Linux seems to love Python 3.7 - that is shown by apt-get list, and it's
installed on my Debian Server.
But I need at least Python 3.8
Is there a repository which I can give to apt to get Python 3.8 or later?
Or do I r
> On 20 Sep 2024, at 21:01, Loris Bennett via Python-list
> wrote:
>
> Hi,
>
> Apologies if the following description is to brief - I can expand if no
> one knows what I'm on about, but maybe a short description is enough.
>
> I am developing a command lin
> On 30 Sep 2024, at 06:52, Abdur-Rahmaan Janhangeer via Python-list
> wrote:
>
>
> import polars as pl
> pl.read_json("file.json")
>
>
This is not going to work unless the computer has a lot more the 60GiB of RAM.
As later suggested a streaming pars
On 8/11/24 11:15, Greg Ewing via Python-list wrote:
On 8/11/24 3:04 am, Mild Shock wrote:
This only works for small integers. I guess
this is because tagged pointers are used
nowadays ?
No, it's because integers in a certain small range are cached. Not sure
what the actual range is now
On 2024-10-15 21:16, Martin Schöön via Python-list wrote:
Some years ago I created a Python program that reads GPS data and
creates an animation stored in an mp4 file. Not very elegant but it
worked. Not very original as it was based on the example found here:
https://shorturl.at/dTCZZ
Last
> On 14 Nov 2024, at 14:07, Loris Bennett via Python-list
> wrote:
>
> I don't quite understand what your suggestion is. Do you mean that I
> should log to stderr and then run my program as
>
> my_program ... 2>&1 | logger
On almost all Linux distros you
On 30.12.24 18:29, Michael Torrie wrote:
On 12/26/24 12:34 AM, aotto1968 via Python-list wrote:
sorry you don't understand the problem…
> You managed to make a build of Python that attempts to link to a DLL
I never touch the OpenSUSE python. the OpenSUSE python try to use my
sqalite
On 25/12/24 23:52, Abdur-Rahmaan Janhangeer via Python-list wrote:
Hey all,
I have been following discussions on Discourse (discuss.python.org) these
last times.
I think that it definitely lacks some of the joys of the mailing list:
1/ Categories
The discussion has fixed categories. No
Dear all,
there are the last seats available for our online course - INTRODUCTION TO
PYTHON PROGRAMMING FOR BIOLOGISTS
Dates: 24–27 February
Course Website: [ https://www.physalia-courses.org/courses-workshops/python24/
]( https://www.physalia-courses.org/courses-workshops/python24/ )
This four-
On 10/12/2024 01:41, Tim Johnson wrote:
On 12/9/24 14:59, Tim Johnson wrote:
Recently did a refresh of ubuntu 24.04
With no code changes am now getting a *ModuleNotFoundError *for
youtube_dl
Relevant code is
import sys
sys.path.append("/home/tim/.local/share/pipx/venvs/youtube-dl/lib/pyth
On 13.12.24 11:36, aotto1968 wrote:
it's a shame...
almost every tool I touch that uses "python" in some way has some configuration error because apparently a __private__ python
installation __isn't__ properly "understood".
-> I think after ~30 years *python* should be able to handle a shared-
On 14.12.24 10:56, Peter J. Holzer wrote:
On 2024-12-13 11:36:01 +0100, aotto1968 via Python-list wrote:
it's a shame...
almost every tool I touch that uses "python" in some way has some
configuration error because apparently a __private__ python installation
__isn't__
> On 13 Dec 2024, at 15:54, aotto1968 via Python-list
> wrote:
>
> HOME/ext/x86_64-suse-linux-gnu/debug/bin/python3: error while loading shared
> libraries: libpython3.12d.so.1.0: cannot open shared object file: No such
> file or directory
This is a debug b
On 13.12.24 19:24, Barry wrote:
On 13 Dec 2024, at 15:54, aotto1968 via Python-list
wrote:
HOME/ext/x86_64-suse-linux-gnu/debug/bin/python3: error while loading shared
libraries: libpython3.12d.so.1.0: cannot open shared object file: No such file
or directory
This is a debug build
On 13.12.24 11:44, aotto1968 wrote:
On 13.12.24 11:36, aotto1968 wrote:
it's a shame...
almost every tool I touch that uses "python" in some way has some configuration error because apparently a __private__ python
installation __isn't__ properly "understood".
-> I think after ~30 years *pytho
it's a shame...
almost every tool I touch that uses "python" in some way has some configuration error because apparently a __private__ python
installation __isn't__ properly "understood".
-> I think after ~30 years *python* should be able to handle a shared-library
proper __or__ switch to a *s
On 13.12.24 11:36, aotto1968 wrote:
it's a shame...
almost every tool I touch that uses "python" in some way has some configuration error because apparently a __private__ python
installation __isn't__ properly "understood".
-> I think after ~30 years *python* should be able to handle a shared-
On 12/01/25 03:28, Chris Green via Python-list wrote:
I'm looking for Python packages that can help with text mode input,
i.e. for use with non-GUI programs that one runs from the command
prompt in a terminal window running a bash shell or some such.
What I'm specifically after i
On 18/01/25 12:33, Ian Pilcher via Python-list wrote:
I am making my first attempt to use type hinting in a new project, and
I'm quickly hitting areas that I'm having trouble understanding. One of
them is how to write type hints for a method decorator.
Here is an example that illu
This is what I was going to suggest. Rich is super easy to use.
--
https://mail.python.org/mailman/listinfo/python-list
On 25/12/24 08:00, Michael Torrie via Python-list wrote:
On 12/24/24 10:27 AM, marc nicole via Python-list wrote:
the diagram is also attached here
This text-only mailing list does not allow attachments, just FYI.
Many devs use Markdown (or similar) text-only file-formats for technical
On 25/12/24 06:27, marc nicole via Python-list wrote:
Hello community,
I have created a Python code where a main algorithm uses three different
modules (.py) after importing them.
To illustrate and describe it I have created the following component
diagram?
[image: checkso.PNG]
Could it be
e of my code and how the modules
> relate to each other.
On 25/12/24 23:08, marc nicole via Python-list wrote:
the purpose of the diagram is to convey a minimalistic idea about the
structure of the code/implementation/software
In which case, and assuming the "algorithm" is the ap
I get angry…
next python error…
1) The OpenSUSE command "cnf" checks if a special package feature is installed.
2) I recently compiled **my** SQLite3 library specifically tailored to **my** requirement and installed it in **my** SQLite3
project directory and never changed the OpenSUSE installat
On 25.12.24 12:05, aotto1968 wrote:
I get angry…
next python error…
1) The OpenSUSE command "cnf" checks if a special package feature is installed.
2) I recently compiled **my** SQLite3 library specifically tailored to **my** requirement and installed it in **my** SQLite3
project directory and
On 2025-01-10 19:15, Tim Johnson via Python-list wrote:
Using Python 3.12.3 on Ubuntu 24.04
I've converted a legacy python2 script to python3. All went well.
However, a glitch from python2 remains.
The script uses dmenu to create menus to pick applications. Applications
are then invoked
Not a question, but a quick note about a problem that sometimes pops up in
forums, that is how to detect on Linux if standard input (or any I/O
stream) is via pipe. My suggestion is to check if the stream is a FIFO, if
True it is a pipe, otherwise not a pipe
The solution that sometimes is prop
On 25.12.24 23:55, Chris Angelico wrote:
On Thu, 26 Dec 2024 at 09:27, aotto1968 via Python-list
wrote:
It is not only an *usage* error it is also an *security* error because:
1) "cnf" is using OS python
2) os "root" python
3) using **my** local non-root library
Yes.
On 26.12.24 06:46, Chris Angelico wrote:
On Thu, 26 Dec 2024 at 14:57, Michael Torrie via Python-list
wrote:
On 12/25/24 3:55 PM, Chris Angelico via Python-list wrote:
On Thu, 26 Dec 2024 at 09:27, aotto1968 via Python-list
wrote:
It is not only an *usage* error it is also an *security
On 26.12.24 04:55, Michael Torrie wrote:
On 12/25/24 3:55 PM, Chris Angelico via Python-list wrote:
On Thu, 26 Dec 2024 at 09:27, aotto1968 via Python-list
wrote:
It is not only an *usage* error it is also an *security* error because:
1) "cnf" is using OS python
2) os "root&q
On 26.12.24 04:55, Michael Torrie wrote:
On 12/25/24 3:55 PM, Chris Angelico via Python-list wrote:
On Thu, 26 Dec 2024 at 09:27, aotto1968 via Python-list
wrote:
It is not only an *usage* error it is also an *security* error because:
1) "cnf" is using OS python
2) os "root&q
On 26.12.24 19:33, Michael Torrie wrote:
On 12/25/24 10:46 PM, Chris Angelico wrote:
Right. That's exactly what would happen if he'd built Python using
absolute paths to libraries, which is the normal way to do it. And so
the solution is to rebuild Python using absolute paths to libraries.
You
On Mon, 14 Apr 2025 09:55:09 -0400, Thomas Passin wrote:
> Pip doesn't know about the environment it runs in. It seems to me that
> you didn't active the venv before you installed using pip. So nothing
> would have gotten installed into the venv. So where is the venv that you
> set up? I usually p
On 14/04/25 11:10, Jonathan Gossage via Python-list wrote:
I am using *Python 3.13* in a virtual environment under *Ubuntu Linux 24.04*
.
The version of Python was compiled from source code and installed with make
altinstall. I attempted to use *pip* to install the *Sphinx* package into
the
On Sun, 13 Apr 2025 19:10:47 -0400, Jonathan Gossage wrote:
> The version of Python was compiled from source code and installed with
> make altinstall. I attempted to use *pip* to install the *Sphinx*
> package into the virtual environment using the command *pip install
> sphinx* in the virtual en
On Tue, 15 Apr 2025 14:12:19 -0400, Thomas Passin wrote:
> On Linux, at least, it's standard for pip to install into the user's
> site-packages location if it's not invoked with admin privileges - even
> without --user. Pip will emit a message saying so. Well, that used to be
> true but nowadays P
-discussions -
but will hearing only half of some of the conversation help them?
On 14/04/25 11:33, dn via Python-list wrote:
On 14/04/25 11:10, Jonathan Gossage via Python-list wrote:
I am using *Python 3.13* in a virtual environment under *Ubuntu Linux
24.04*
.
The version of Python was compiled
On Mon, 14 Apr 2025 15:20:13 -0700, Keith Thompson wrote:
> Making the active script executable introdues the risk that you'll
> accidentally execute it rather than sourcing it. If you do that, it
> will probably set up the environment in a new shell process which then
> immediately terminates.
On Tue, 15 Apr 2025 18:43:43 +0200, Friedrich Romstedt wrote:
> Many people put emphasis on that you need to *activate* a virtualenv
> before using it, but no-one so far stressed the fact that you got Sphinx
> installed to ~/jonathan/.local/lib/python3.13/site-packages *without
> using *--user.
T
Peter J. Holzer wrote:
> On 2025-04-18 13:08:36 -0400, Thomas Passin via Python-list wrote:
...
>> When the system launches its application the PYTHONPATH will start with
>> system site directories; local user site directories will be on the
>> PYTHONPATH but since they come l
On Sat, 19 Apr 2025 15:56:16 -0400, Thomas Passin wrote:
> My problem with venvs, especially if I have more than one, is that I
> eventually forget what they were for and what is different about each
> one. If there's only one and it's used for all non-system work, that's
> OK but beyond that and
ly by
accident? I don't know.
On Sat, 8 Mar 2025 at 16:59, Praveen Kumar via Python-list <
[email protected]> wrote:
> Hi Python community and members,
>
> I hope this email finds you well, I want you to be assisted in resolving
> this following issue. kindly look at t
Dear all,
There are still 5 seats left for the upcoming Physalia course "Machine Learning
Methods for Longitudinal Data with Python," which is taking place online from
6-9 May. This course will provide a comprehensive introduction to analyzing
sequence data (repeated over time or space) when t
1401 - 1500 of 5863 matches
Mail list logo