doubt About import machine

2021-11-21 Thread Daniel Eduardo Almeida Correa
Hello, I'm trying to use the machine library in python 3.10 version, but I can't import it with the pip install machine, could you tell me a way to solve it or a python version compatible with the library? Thank you a lot for your answer. -- https://mail.python.org/mailman/listinfo/python-list

python for irc client

2024-07-04 Thread Daniel via Python-list
be to minimize the memory footprint of the application. I don't use standard desktop computers anymore - I'm writing this on my beloved pi400 using emacs. Thanks Daniel -- https://mail.python.org/mailman/listinfo/python-list

Re: python for irc client

2024-07-04 Thread Daniel via Python-list
inhahe writes: > On Thu, Jul 4, 2024 at 5:14 AM Daniel via Python-list < > [email protected]> wrote: > >> Hi guys - >> >> I have historical experience developing sofwtare for my own use. It has >> been >> quite a while since doing so and the a

new here

2024-08-20 Thread Daniel via Python-list
if it's over a certain number of lines? I know this isn't IRC - just asking. Daniel -- https://mail.python.org/mailman/listinfo/python-list

Re: new here

2024-08-21 Thread Daniel via Python-list
dn writes: > On 21/08/24 10:26, Daniel via Python-list wrote: >> Hi folks - >> New here. I've perused some posts and haven't seen a posting FAQ for >> this NG. I'm learning python right now to realize some hobby goals I >> have regarding some smol

Re: new here

2024-08-21 Thread Daniel via Python-list
rbowman writes: > On Tue, 20 Aug 2024 23:26:39 +0100, Daniel wrote: > >> New here. I've perused some posts and haven't seen a posting FAQ for >> this NG. I'm learning python right now to realize some hobby goals I >> have regarding some smolnet services.

Re: new here

2024-08-22 Thread Daniel via Python-list
rbowman writes: > On Wed, 21 Aug 2024 22:15:37 +0100, Daniel wrote: > >> Lesser used protocols not known by many in the mainstream. Such as: >> >> gopher, gemini, finger, spartan, titan, etc. >> >> An example of use, here's a weather service tied to a

Re: new here

2024-08-22 Thread Daniel via Python-list
Jason Friedman writes: > On Wed, Aug 21, 2024 at 4:04 PM Daniel via Python-list < > [email protected]> wrote: > >> >> An example of use, here's a weather service tied to a finger. Put your >> city name as the user. This isn't mine, but it is insp

Re: new here

2024-08-28 Thread Daniel via Python-list
rsing the JSON reply would be almost > identical to the desktop code. Conversely I could use the Pico W as a web > server to make its sensor reading available. That is so cool. I've had the same idea to use the API with AWS for my bbs. I also want to do the same thing for other government sites like ecfr for pulling aviation regulations. Is your code somewhere I can look at it? Daniel -- https://mail.python.org/mailman/listinfo/python-list

Script stops running with no error

2024-08-28 Thread Daniel via Python-list
er += 1 sub_counter = 'a' cleaned_line = clean_definition(line) definition.append(f"{main_counter}. {cleaned_line}") elif line.startswith('##'): cleaned_line = clean_definition(line) definition.append(f"   {sub_counter}. {cleaned_line}") sub_counter = chr(ord(sub_counter) + 1) if definition: print(f"\n{word_type.capitalize()}\n") print("\n".join(definition)) break else: print("try again beotch") Thanks, Daniel -- https://mail.python.org/mailman/listinfo/python-list

screensaver in Python

2006-08-07 Thread daniel Van der Borght
Programming a screensaver in Python, where and/or how di I start ? Daniel VdB -- http://mail.python.org/mailman/listinfo/python-list

Re: screensaver in Python

2006-08-07 Thread daniel Van der Borght
are you Chris ? anyway : thank you... "Ant" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > > daniel Van der Borght wrote: >> Programming a screensaver in Python, where and/or how di I start ? > > Google for "python screensaver". The fir

Reportlab Image object opens filehandles

2008-07-08 Thread Daniel de Sousa Barros
Hi Mr Robin, I saw your post: http://mail.python.org/pipermail/python-list/2003-September/224781.html I'm trying to append more than 1000 images into one PDF report, but i get the IOError: Too many... know you a solution for it? Sorry by my english i'm brazilian and i'm learning english ye

Getting a processes' name?

2009-06-16 Thread Daniel Merboth (RIT Student)
Hello, My college uses a program called AccessGrid for video conferencing, and it runs through pythonw.exe. It comes with a python script to kill all processes and exit the program. The problem is, the script kills everything related to pythonw.exe, including my open scripts. I'm looking for a

list as an instance attribute

2009-09-12 Thread Daniel Luis dos Santos
Hello, I have an object definition : class primitive: def __init__(self) self.name = "" self.transforms = [] def copy(self, copyName) copy = self.copyInternalState(copyName) # method defined elsewhere in derived class if se

Undocumented issue: Open system call blocks on named pipes (and a feature request)

2018-12-27 Thread Daniel Ojalvo via Python-list
Hello, I've been working on a python3 project and I came across an issue with the open system call that, at the very least, isn't documented. In my humble opinion, the documentation should be updated because folks wouldn't expect open to be

RE: Undocumented issue: Open system call blocks on named pipes (and a feature request)

2018-12-28 Thread Daniel Ojalvo via Python-list
nted issue: Open system call blocks on named pipes (and a feature request) On Fri, Dec 28, 2018 at 1:38 PM Daniel Ojalvo via Python-list wrote: > > Hello, > > I've been working on a python3 project and I came across an issue with the > open system call that, at the ver

<    14   15   16   17   18   19