Re: Eclipse, Python, wxPython and code completion

2008-08-10 Thread SPE - Stani's Python Editor
On 10 aug, 20:42, [EMAIL PROTECTED] wrote: > Hello, > > I've installed Eclipse, Python 2.5 and wxPython on Ubuntu 8.04. The > problem is that I can't get code completion for wx module. I don't > know if it occurs the same with other libraries outside the python >

Re: ANN: Chandler 1.0

2008-08-10 Thread SPE - Stani's Python Editor
ion. As an open source project please be kind to Linux users and provide also your screencasts in open source video standards such (as ogg video) instead of only mov and flash. Thanks, Stani -- http://mail.python.org/mailman/listinfo/python-list

How to write a wxPython video player directly with Gstreamer

2008-03-31 Thread SPE - Stani's Python Editor
gards, Stani -- http://photobatch.stani.be -- http://mail.python.org/mailman/listinfo/python-list

Re: Wxpython. Is it possible to change layout in a running application? Selfmade listbox

2008-04-07 Thread SPE - Stani's Python Editor
ceive more help at the wxPython specific > list, found here: > > http://wxpython.org/maillist.php That is indeed the best list for wxpython related issues. Good luck, Stani -- Phatch - Photo Batch Processor - http://photobatch.stani.be SPE - Python Editor - http://pythonide.stani.be -- http://mail.python.org/mailman/listinfo/python-list

Re: Please test Phatch on Windows (was Re: ANN: Phatch = PHoto bATCH processor and renamer based on PIL)

2008-04-07 Thread SPE - Stani's Python Editor
;ll be happy to hear that it appears (after a quick test) to work on > Vista, though I blush to admit I actually have a Python running on that > platform. > > The font selection is much better than in previous versions - although > the names aren't quite the full font names it&#

Re: Stani's python ide 'spe' editor problem

2008-04-09 Thread SPE - Stani's Python Editor
> I really likespeand want to continue using it. Stani himself seems > pretty unreachable. > > Does anyone have a clue for me about what the issue is? Is no one else > using this great ide? Or is no one else having this problem? > > Thanks for any help. > -Rick King > Southfield MI -- http://mail.python.org/mailman/listinfo/python-list

PHATCH: PHoto bATCH processor with EXIF and IPTC support for all platforms

2008-04-17 Thread SPE - Stani's Python Editor
ikidot.com) - desktop or panel droplets on which images or folders can be dropped (available on Linux & Windows) Linux only features: - Nautilus and desktop integration (with its own mime type and nautilus extension) - manpage with examples With python-pyexiv2 the following featues are added: -

Learn python packaging for Ubuntu and Debian in the Ubuntu Open Week

2008-04-29 Thread SPE - Stani's Python Editor
Hi All, If you wrote some python code that you want to package or know a cool python application of which you like to make a deb installer, the python packaging session is all for you! Do you develop some cross- platform open source software and you want to give its popularity a boost by bringing

Re: Learn python packaging for Ubuntu and Debian in the Ubuntu Open Week

2008-04-29 Thread SPE - Stani's Python Editor
I forgot an important detail... This session will be hosted Thu 1 May at 21.00 UTC on IRC in #ubuntu- classroom. -- http://mail.python.org/mailman/listinfo/python-list

The Python multiple IDE Collaboration calls for coders

2006-03-10 Thread SPE - Stani's Python Editor
Dear Pythoneers, Looking at IDE's I can have three observations: 1. For some reasons numerous users prefer to use an open source IDE. 2. For some reasons numerous python programmers like to develop an open source IDE. 3. For some reasons the open source python IDE developers ar

Re: Python IDE: great headache....

2006-03-11 Thread SPE - Stani's Python Editor
e34efe16e2#2dec4ae34efe16e2 Feel free to wiki on http://pyxides.stani.be Stani -- http://pythonide.stani.be -- http://mail.python.org/mailman/listinfo/python-list

Re: subprocess problem

2017-02-09 Thread Wildman via Python-list
died so I don't need your bull! -- https://mail.python.org/mailman/listinfo/python-list

Re: subprocess problem

2017-02-09 Thread Wildman via Python-list
fullpath = p + "/" + target if os.path.isfile(fullpath) and os.access(fullpath, os.X_OK): return fullpath, True return None, False Thanks. -- GNU/Linux user #557453 Keyboard not detected! Press any key to continue... -- https://mail.python.org/mailman/listinfo/python-list

Re: Problems with scripts

2017-02-13 Thread Wildman via Python-list
On Mon, 13 Feb 2017 08:30:32 -0800, lauren.sophia1998 wrote: > Hello! I have 2 python assignments that I just can't figure out. The first > one returns the same thing no matter what I input and the second won't accept > "done" to stop the program and return

Re: Problems with scripts

2017-02-13 Thread Wildman via Python-list
On Mon, 13 Feb 2017 10:08:11 -0800, Lauren Fugate wrote: > So I tried both of these and they didn't change anything, the python shell > printed the same things... The first assignment is overly complicated. The extra input functions are useless. There is no loopback to check the i

Create ordering of points

2017-02-15 Thread spiess.benjamin--- via Python-list
to the defined initial point are specified by this pattern. Does somebody know a good technique for this problem? or can even give a hint to a existing python procedure? I would be really grateful! Regards Benny -- https://mail.python.org/mailman/listinfo/python-list

Re: print odd numbers of lines from tekst WITHOUT space between lines

2017-02-18 Thread Wildman via Python-list
: > > Other things just make you swear and curse > > When you're chewing on life's gristle, don't grumble give a whistle > > This will help things turn out for the best > > Always look on the bright side of life In Python 3 you can do this: print(line, e

Request Help With ttk.Notebook Tabs

2017-02-21 Thread Wildman via Python-list
Python 3.4.2 Linux platform I am working on a program that has tabs created with ttk.Notebook. The code for creating the tabs is working but there is one thing I have not been able to figure out. As is, the tabs are located up against the lower edge of the caption bar. I would like to have

Re: Request Help With ttk.Notebook Tabs

2017-02-21 Thread Wildman via Python-list
On Tue, 21 Feb 2017 12:02:50 -0600, Wildman wrote: > Python 3.4.2 > Linux platform > > > I am working on a program that has tabs created with ttk.Notebook. > The code for creating the tabs is working but there is one thing I > have not been able to figure out. As is, th

Re: Request Help With ttk.Notebook Tabs

2017-02-21 Thread Wildman via Python-list
On Tue, 21 Feb 2017 18:22:31 +, MRAB wrote: > On 2017-02-21 18:02, Wildman via Python-list wrote: >> Python 3.4.2 >> Linux platform >> >> >> I am working on a program that has tabs created with ttk.Notebook. >> The code for creating the tabs is worki

Problem With Tkinter Font

2017-02-25 Thread Wildman via Python-list
Python 3.4.2 Tkinter 8.6 Linux I want to set the font in a GUI program I am working on. Here is the pertinent code I am using... from tkinter import font myfont = font.Font(family='Helvetica', size=10, weight='bold') Here is the error I get... Traceback (most recen

Re: Problem With Tkinter Font

2017-02-26 Thread Wildman via Python-list
On Sun, 26 Feb 2017 09:17:00 +0100, Peter Otten wrote: > Wildman via Python-list wrote: > >> Python 3.4.2 >> Tkinter 8.6 >> Linux >> >> I want to set the font in a GUI program I am working on. >> Here is the pertinent code I am using... >> >&

Re: FYI: Removing posts with All Cap Authors

2017-03-04 Thread rurpy--- via Python-list
rt with the netnews protocol? You can get a > > machine-readable version of the newsgroup much more simply that way, I > > would have thought. > > > > ChrisA > > I don't know what a netnews protocol is. I use Google Groups to look at > usenet. As a lot of us do. -- https://mail.python.org/mailman/listinfo/python-list

Re: Where to find python GTK+ 3 reference documentation?

2017-03-10 Thread Wildman via Python-list
On Fri, 10 Mar 2017 18:51:35 +, Chris Green wrote: > I'm using the excellent tutorial at > https://python-gtk-3-tutorial.readthedocs.io > and occasionally want reference documentation, is there reference > documentation for this on line? https://developer.gnome.org/gtk3

Re: Who are the "spacists"?

2017-03-21 Thread Wildman via Python-list
'd love to hear. > > ChrisA I would love to hear also. I've been using Linux for about 10 years and I have never had anything "break" because of a tab. Sounds like a case of Chicken Little to me. -- GNU/Linux user #557453 The cow died so I don't need your bull! -- https://mail.python.org/mailman/listinfo/python-list

Re: Who are the "spacists"?

2017-03-25 Thread Wildman via Python-list
e. -- GNU/Linux user #557453 The cow died so I don't need your bull! -- https://mail.python.org/mailman/listinfo/python-list

Re: Who are the "spacists"?

2017-03-26 Thread Wildman via Python-list
On Sun, 26 Mar 2017 15:18:06 +0200, Mikhail V wrote: > On 26 March 2017 at 06:16, Wildman via Python-list > wrote: >> On Tue, 21 Mar 2017 15:15:14 +0100, Mikhail V wrote: >> >>> And on linux console, by default one does not even have good >>> possibilities

Request Help With pkexec

2017-04-03 Thread Wildman via Python-list
Python 3.4.2 Tkinter 8.6 GCC 4.9.1 on Linux I am working on a gui program using Tkinter. The program will have a feature to restart as root. I am testing different gui front-ends from a terminal to raise privileges and I want to be able to use as many as possible for obvious reasons. Gksu

Re: Request Help With pkexec

2017-04-05 Thread Wildman via Python-list
On Mon, 03 Apr 2017 14:29:56 -0500, Wildman wrote: > Python 3.4.2 > Tkinter 8.6 > GCC 4.9.1 on Linux > > I am working on a gui program using Tkinter. The program will > have a feature to restart as root. I am testing different gui > front-ends from a terminal to raise pri

Re: Python and the need for speed

2017-04-14 Thread rurpy--- via Python-list
ish language to make your point (that people often prefer that which they're familiar with) without employing hateful stereotypes directed at a specific groups of people. Given that this is the second time in two weeks, I publicly ask the list moderators to invoke whatever procedures they use to deal with bigotry on this list. -- https://mail.python.org/mailman/listinfo/python-list

Bigotry and hate speech on the python mailing list

2017-04-17 Thread Rurpy via Python-list
y. You cannot apply it when you want to unpopular posters and ignore it when it comes to a one of the clique of regulars. [*1] https://mail.python.org/pipermail/python-list/2017-April/720531.html [*2] https://mail.python.org/pipermail/python-list/2017-April/721106.html [*3] https://www.python.

Re: Bigotry and hate speech on the python mailing list

2017-04-17 Thread Wildman via Python-list
hough there is no evidence, the seriousness of the charge is what matters." --Tom Foley (D) Speaker of the House -- GNU/Linux user #557453 The cow died so I don't need your bull! -- https://mail.python.org/mailman/listinfo/python-list

Re: Bigotry and hate speech on the python mailing list

2017-04-17 Thread Rurpy via Python-list
On 04/17/2017 04:38 AM, Ben Finney wrote: > Rurpy via Python-list writes: > >> A couple weeks ago a frequent poster here (Steve D'Aprano >> ) called another participant an "ugly >> american" [*1]. > > He gave no explicit reference, and so I can see w

Re: Bigotry and hate speech on the python mailing list

2017-04-17 Thread Rurpy via Python-list
On 04/17/2017 08:19 PM, Wildman via Python-list wrote: > On Tue, 18 Apr 2017 08:23:34 +1000, Ben Finney wrote: >> Paul Rubin writes: >>> Rurpy writes: >>>> A couple weeks ago a frequent poster here (Steve D'Aprano >>>> ) called another participant a

Re: Bigotry and hate speech on the python mailing list

2017-04-18 Thread Wildman via Python-list
On Tue, 18 Apr 2017 15:54:17 +1000, Ben Finney wrote: > Wildman via Python-list writes: > >> "The seriousness of the charge mandates that we investigate >> this. Even though there is no evidence, the seriousness of >> the charge is what matters." >>

Re: Bigotry and hate speech on the python mailing list

2017-04-18 Thread Rurpy via Python-list
s what you are looking for, you don't even > belong here On 04/18/2017 03:30 AM, James McMahon wrote: > Can the moderators please get involved here and remind people to address > python related topics and questions on the python mailing list? While I can > only speak to my intere

Re: Bigotry and hate speech on the python mailing list

2017-04-18 Thread Rurpy via Python-list
On 04/18/2017 08:19 AM, Chris Angelico wrote: > On Wed, Apr 19, 2017 at 12:01 AM, Rurpy via > Python-list wrote: >> I have nothing personal against Steven. He called someone out >> for being bigoted, then repeated the exact same offense himself. > > The charge has b

Re: Bigotry and hate speech on the python mailing list

2017-04-18 Thread Wildman via Python-list
On Tue, 18 Apr 2017 03:28:32 +, Rurpy wrote: > On 04/17/2017 08:19 PM, Wildman via Python-list wrote: >> On Tue, 18 Apr 2017 08:23:34 +1000, Ben Finney wrote: >>> Paul Rubin writes: >>>> Rurpy writes: >>>>> A couple weeks ago a frequent poste

Re: Bigotry and hate speech on the python mailing list

2017-04-18 Thread Wildman via Python-list
On Wed, 19 Apr 2017 00:19:10 +1000, Chris Angelico wrote: > On Wed, Apr 19, 2017 at 12:01 AM, Rurpy via Python-list > wrote: >> Whether you like it or not this list has a CoC governing it. >> Discussions about appropriate posts ARE on-topic. >> If you want a list where

Re: Bigotry and hate speech on the python mailing list

2017-04-18 Thread Rurpy via Python-list
On 04/18/2017 09:29 AM, Chris Angelico wrote: > On Wed, Apr 19, 2017 at 1:03 AM, Rurpy via > Python-list wrote: >> On 04/18/2017 08:19 AM, Chris Angelico wrote: >>> On Wed, Apr 19, 2017 at 12:01 AM, Rurpy via >>> Python-list wrote: >>>> I have nothing p

Re: Bigotry and hate speech on the python mailing list

2017-04-18 Thread Rurpy via Python-list
On 04/18/2017 09:35 AM, Wildman via Python-list wrote: > On Tue, 18 Apr 2017 03:28:32 +, Rurpy wrote: >> On 04/17/2017 08:19 PM, Wildman via Python-list wrote: >>> [...] >>> Your words remind me of this: >>> >>> "The seriousness of the charge

Re: Bigotry and hate speech on the python mailing list

2017-04-18 Thread Wildman via Python-list
ewsgroup people, where there is no central > authority at all. > > ChrisA I believe the lack of moderator action supports the conclusion that the CoC was not violated. -- GNU/Linux user #557453 The cow died so I don't need your bull! -- https://mail.python.org/mailman/listinfo/python-list

Re: Bigotry and hate speech on the python mailing list

2017-04-19 Thread Rurpy via Python-list
oup people, where there is no central > authority at all. Perhaps you missed this rebuttal to Mr. Finney's "solid" argument? https://mail.python.org/pipermail/python-list/2017-April/721281.html Perhaps you also failed to notice that neither Mr. Finney nor you chose to dispute tha

Re: Bigotry (you win, I give up)

2017-04-19 Thread Rurpy via Python-list
tain number of posts? Again, I'd really appreciate it if you could clarify. I apologize for all the questions and sorry for sounding like a silly emotion-driven liberal before! -- https://mail.python.org/mailman/listinfo/python-list

Re: Bigotry (you win, I give up)

2017-04-19 Thread Rurpy via Python-list
On 04/19/2017 01:56 PM, Ben Finney wrote: > Rurpy via Python-list writes: > >> I don't think stupid black people or senile old people should be >> allowable because those are not choosable *behaviors*. But is >> unable-to-learn old people a choosable behavior?

Re: Bigotry and hate speech on the python mailing list

2017-04-20 Thread Rurpy via Python-list
https://mail.python.org/mailman/listinfo/python-list

Re: Bigotry (you win, I give up)

2017-04-20 Thread Rurpy via Python-list
On 04/19/2017 08:27 PM, Ben Finney wrote: > Rurpy via Python-list writes: > >> You and Chris refused to find any fault with the use of the two >> stereotypes under discussion one of which was "unable-to-learn old >> people". > > I expressed absolutely no

Re: Bigotry (you win, I give up)

2017-04-20 Thread Rurpy via Python-list
alance should be changed, fine. My point is simply that whatever balance is chosen, it should apply to all participants equally. -- https://mail.python.org/mailman/listinfo/python-list

Re: Bigotry (you win, I give up)

2017-04-20 Thread Rurpy via Python-list
even-handedly." > > I agree entirely with that. Sadly, agreement is meaningless if ignored in practice. -- https://mail.python.org/mailman/listinfo/python-list

Re: Bigotry (you win, I give up)

2017-04-22 Thread Rurpy via Python-list
n't wish this list to be welcoming? I have to agree Antoon here. I think there is a distinction between a signature that expresses an opinion (even an offensive one to some) and the use of prejudice and bigotry directly in a message and used to attack a person or idea rather than a reason

Re: Bigotry (you win, I give up)

2017-04-26 Thread m.n.summerfield--- via Python-list
https://mail.python.org/mailman/listinfo/python-list

os.getlogin() Error

2017-05-04 Thread Wildman via Python-list
The cow died so I don't need your bull! -- https://mail.python.org/mailman/listinfo/python-list

Re: os.getlogin() Error

2017-05-04 Thread Wildman via Python-list
On Fri, 05 May 2017 07:46:32 +1000, Chris Angelico wrote: > On Fri, May 5, 2017 at 6:03 AM, Wildman via Python-list > wrote: >> I will try to explain... >> The program reports system information based on the user's name. >> Things such as passwd, groups and shadow i

Re: os.getlogin() Error

2017-05-04 Thread Wildman via Python-list
On Fri, 05 May 2017 08:31:15 +1000, Chris Angelico wrote: > On Fri, May 5, 2017 at 8:18 AM, Wildman via Python-list > wrote: >> I am using pkexec to restart so $SUDO_USER is not set. For some >> reason sudo, su and su-to-root will freeze the first instance of >> the prog

Re: os.getlogin() Error

2017-05-04 Thread Wildman via Python-list
program is run from the menu. >>If I open a terminal and run the program from there, the program >>runs fine. > > And this supports that. > > getlogin is not magic, and can be overused. The Python docs say "Return the > name of the user logged in on the controllin

Re: os.getlogin() Error

2017-05-04 Thread Wildman via Python-list
On Fri, 05 May 2017 09:58:02 +1000, Chris Angelico wrote: > On Fri, May 5, 2017 at 9:50 AM, Wildman via Python-list > wrote: >> I'm afraid that won't work. The user environment is different >> than root. A different set of variables. However you have >> gi

Re: Why does Python want to read /proc/meminfo

2017-05-06 Thread Wildman via Python-list
On Fri, 05 May 2017 23:54:20 -0500, Ian Pilcher wrote: > I am trying to write an SELinux policy to confine a simple service that > I have written in Python, and I'm trying to decide whether to allow or > dontaudit various denials. > > To start, I've reduced my ser

Re: os.getlogin() Error

2017-05-06 Thread Wildman via Python-list
login = lambda: pwd.getpwuid(os.getuid())[0] > default_username = getlogin() I appreciate the reply but the problem has been fixed. -- GNU/Linux user #557453 The cow died so I don't need your bull! -- https://mail.python.org/mailman/listinfo/python-list

Refactoring tool to create Python functions

2017-05-08 Thread beliavsky--- via Python-list
Googling "refactoring python code to create functions" I came to https://wingware.com/doc/intro/tutorial-refactoring where the "Extract Function/Method" does what I want. Is there a free Python tool that does this? -- https://mail.python.org/mailman/listinfo/python-list

import docx error

2017-05-10 Thread RRS1 via Python-list
Hi, I am very new to Python, have only done simple things >>>print("hello world") type things. I've really been looking forward to using Python. I bought Two books, downloaded Python 3.6.1 (32 & 64) and each time I try this: >>> import docx I

type hinting backward compatibility with python 3.0 to 3.4

2017-05-19 Thread Edward Ned Harvey (python)
I think it's great that for built-in types such as int and str, backward compatibility of type hinting annotations is baked into python 3.0 to 3.4. In fact, I *thought* python 3.0 to 3.4 would *ignore* annotations, but it doesn't... I'm struggling to create something backward

RE: type hinting backward compatibility with python 3.0 to 3.4

2017-05-19 Thread Edward Ned Harvey (python)
This pattern seems to work: import sys if sys.version_info[0] < 3: raise RuntimeError("Must use at least python version 3") # The 'typing' module, useful for type hints, was introduced in python 3.5 if sys.version_info[1] >= 5: from typing import Optional

Re: multiprocessing.Process can not start a thread in py2exe

2017-05-20 Thread topic2k--- via Python-list
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

[OT] How to improve my programming skills?

2017-06-01 Thread Mirko via Python-list
sting such a (long) off-topic question, which even is partly even more about psychology, than about technology. But I'm mostly using Python and Bash for programming and am reading this mailing list/newsgroup for many years now, and hope it's Ok (feel free to direct me somewhere more

Re: Syntax error for simple script

2017-06-26 Thread Rurpy via Python-list
t; print(mm + "/" + dd + "/" + + " " + hour + ":" + mi + ":" + ss) > > > If the error message isn't clear enough, what can we do to make it more clear? How about: In Python 2, 'print' was a statement and did not require

Re: Syntax error for simple script

2017-06-26 Thread Wildman via Python-list
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

Re: Recent Spam problem

2017-07-25 Thread alister via Python-list
the world. I know! Let's all go and drop nuclear > bombs on them. That'll fix the problem! > > OR... you could try just filtering it all out, and not stooping to their > level. > > ChrisA i say nuke em/ otherwise my /dev/null is going to need expanding ;-) -- "To YOU I'm an atheist; to God, I'm the Loyal Opposition." -- Woody Allen -- https://mail.python.org/mailman/listinfo/python-list

Re: Recent Spam problem

2017-07-25 Thread Wildman via Python-list
ight help. I have sent a couple but if everyone here did it maybe Google will pay attention and do something. The same goes for our Italian "friend". -- GNU/Linux user #557453 The cow died so I don't need your bull! -- https://mail.python.org/mailman/listinfo/python-list

Re: I am new here and i need your help please

2017-07-25 Thread Wildman via Python-list
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 na

Will my project be accepted in pypi?

2017-07-26 Thread Kryptxy via Python-list
the tool scraps TPB proxies, which aren't legal per se. So if I package and publish this tool, will it be accepted? If someone could assist me with this? Thank you. Regards, Rijul Gulati -- https://mail.python.org/mailman/listinfo/python-list

Re: Installing matplotlib on python3

2017-07-27 Thread alister via Python-list
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/li

Re: Recent Spam problem

2017-07-27 Thread Wildman via Python-list
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 groups-ab...@google.com might help. > > I never has in the past. I (a

Need some advice please

2017-07-29 Thread Kryptxy via Python-list
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

Re: Direct Download Movies - No Download Limits - Download DivX DVD Movies

2017-07-30 Thread alister via Python-list
#x27;t bother, given how low quality a lot of movies are these days... > > ChrisA Reputable Pirate, now there is an oxymoron ;-) -- It is the quality rather than the quantity that matters. -- Lucius Annaeus Seneca -- https://mail.python.org/mailman/listinfo/python-list

Command-line torrent search tool (windows/linux)

2017-08-02 Thread Kryptxy via Python-list
open-source. Project link: https://github.com/kryptxy/torrench I plan on hosting it on pypi as well as AUR (Arch User repository) :) Hope you like this tool, and find it useful. Feedback/suggestions are highly appreciated. -- https://mail.python.org/mailman/listinfo/python-list

Package not visible/available on pypi

2017-08-05 Thread Kryptxy via Python-list
already have uploaded the package. But it's not visible on pypi (neither under packages in my dashboard). -- https://mail.python.org/mailman/listinfo/python-list

Re: Planning a Python Course for Beginners

2017-08-09 Thread alister via Python-list
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

Re: Validating regexp

2017-08-10 Thread alister via Python-list
ouse people, not from the internet. The question would still be should the input be trusted & I would still say no, accidental errors can cause as much damage as malicious input if not correctly sanitised. my experience with regex's is insufficient to help with any of the rest of this query -- For some reason, this fortune reminds everyone of Marvin Zelkowitz. -- https://mail.python.org/mailman/listinfo/python-list

Re: Solution Manual Test Bank for South-Western Federal Taxation 2018: Corporations, Partnerships, Estates and Trusts, 41st Edition by Hoffman

2017-08-15 Thread alister via Python-list
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

Request Help With Gdk.Display

2017-08-16 Thread Wildman via Python-list
code with a python solution without depending on the external programs. With the help of a code snippet I found, I came up with this but it only reports the resolution of the primary monitor... #! /usr/bin/env python3 import gi gi.require_version('Gdk', '3.0') from gi.r

Re: Request Help With Gdk.Display

2017-08-16 Thread Wildman via Python-list
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

Re: Request Help With Gdk.Display

2017-08-16 Thread Wildman via Python-list
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

Need some help managing project and making it a little simple (pretty messed up code)

2017-08-16 Thread Kryptxy via Python-list
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

Re: Why is my class undefined?

2017-08-17 Thread alister via Python-list
ing the indentation to place it after the class block instead. > > Thank you that had me bugged I just couldn't see it. > > Cheers > > Sayth I think you shod also print tree_frog.type not frog.type you create the object tree_frog which is of type frog. Although not a fault it is also recommended that classes have a capital first letter to make them more visible* * this is imply style guidance & not compulsory see pep8 for more detail when you feel ready for it. -- who gives a shit about US law anyone living in the US. -- https://mail.python.org/mailman/listinfo/python-list

Re: Default .py program and Edit with IDLE problem

2017-08-19 Thread alister via Python-list
something that windows users have all but forgotten exists. -- The trouble is that things *never* get better, they just stay the same, only more so. (Eric) -- https://mail.python.org/mailman/listinfo/python-list

Re: Feature suggestion -- return if true

2017-08-21 Thread alister via Python-list
es this syntax enable you to specify the value to be returned? What new benefits would this addition provide beyond what is already available? -- My father was a saint, I'm not. -- Indira Gandhi -- https://mail.python.org/mailman/listinfo/python-list

Re: id

2017-08-24 Thread alister via Python-list
emory address, and get the same id. > > --Ned. This is all implementation dependent -- If someone says he will do something "without fail", he won't. -- https://mail.python.org/mailman/listinfo/python-list

pydoc3 in background

2017-08-31 Thread James via Python-list
How to run "pydoc3 -p port" in background? TIA James -- https://mail.python.org/mailman/listinfo/python-list

Re: Correct syntax for pathological re.search()

2024-10-08 Thread MRAB via 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.

dis.get_instructions not showing CACHE instructions

2024-10-10 Thread stopa via Python-list
/listinfo/python-list

Re: Correct syntax for pathological re.search()

2024-10-11 Thread MRAB via Python-list
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

Re: Correct syntax for pathological re.search()

2024-10-08 Thread MRAB via Python-list
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

Re: Correct syntax for pathological re.search()

2024-10-08 Thread MRAB via Python-list
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):

Re: Best Practice Virtual Environment

2024-10-06 Thread transreductionist via Python-list
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.

Re: Best Practice Virtual Environment

2024-10-06 Thread transreductionist via Python-list
hey have their environment with the proper dependencies. > > On Sun, Oct 6, 2024, 09:47 Karsten Hilbert via Python-list < > python-list@python.org> wrote: > >> Am Sun, Oct 06, 2024 at 12:21:09AM +0200 schrieb Karsten Hilbert via >> Python-list: >> >>

Re: Correct syntax for pathological re.search()

2024-10-19 Thread jak via Python-list
ot;\\sout\{" : 1 match ( 7 steps, 360 μs ) -- https://mail.python.org/mailman/listinfo/python-list

Re: Old matplotlib animation now fails

2024-10-18 Thread rbowman via Python-list
but using it in a conversation would be campy. -- https://mail.python.org/mailman/listinfo/python-list

Re: Old matplotlib animation now fails

2024-10-16 Thread rbowman via Python-list
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! &

Re: dis.get_instructions not showing CACHE instructions

2024-10-10 Thread stopa via Python-list
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

Re: dis.get_instructions not showing CACHE instructions

2024-10-10 Thread Barry via Python-list
> 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

<    18   19   20   21   22   23   24   25   26   27   >