On 7/15/23 12:56, MRAB via Python-list wrote:
On 2023-07-15 07:12, YOUSEF EZZAT via Python-list wrote:
Hey!. i face a problem when i get setup packages by pip
when i code this : "pip install numpy" in my command line it gives me
error
"ModuleNotFoundError: No module named 'distutils'"
ple
On 2023-07-15 07:12, YOUSEF EZZAT via Python-list wrote:
Hey!. i face a problem when i get setup packages by pip
when i code this : "pip install numpy" in my command line it gives me error
"ModuleNotFoundError: No module named 'distutils'"
please, i need help for solving this problem
Hey!. i face a problem when i get setup packages by pip
when i code this : "pip install numpy" in my command line it gives me error
"ModuleNotFoundError: No module named 'distutils' "
please, i need help for solving this problem.
i have python 3.12.0b4
--
https://mail.python.org/mailm
En Wed, 05 Aug 2009 15:31:38 -0300, Jeremy Cowles
escribió:
Ok, I feel like this is a really stupid question, but how do you install
setup tools for Python 2.6 under windows?
The only format is .egg which requires setup tools to install, doesn't
it?
I have no idea, and I try to stay a
In article
<373cf0740908051131gacaf77apba48fa40e929f...@mail.gmail.com>,
Jeremy Cowles wrote:
> Ok, I feel like this is a really stupid question, but how do you install
> setup tools for Python 2.6 under windows?
> The only format is .egg which requires setup tools to install, do
Ok, I feel like this is a really stupid question, but how do you install
setup tools for Python 2.6 under windows?
The only format is .egg which requires setup tools to install, doesn't it?
Thanks,
Jeremy
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
Using pkg_resources, I can iterate through the plugins in an entrypoint and
note down the plugin classes and all using
"pkg_resources.iter_entry_points(ENTRYPOINT)"
Now, when the plugin is loaded, I want to know it's entrypoint name as I have
to load a bunch of settings identified by the