I like pyinstaller. It's one-file exe creation is pretty good. You can give it
a try.
Original Message
On 21 Feb 2018, 23:00, MGHSM wrote:
> Am 21.02.18 um 18:30 schrieb MGHSM: > Thomas Heller himself says he's
> "retiring" from py2exe in
> https://sourceforge.net/p/py2exe/ma
Install pyopenssl package and try again?
Original Message
On 11 Dec 2017, 16:44, F Massion wrote:
> Hi,
>
> I would like to get information from Wikipedia articles and I am testing the
> connection to Wikipedia.
>
> I am running Python 3.6.2 on Windows 10.
>
> I get certificate
I have a piece of code (module) implementing dynamic html page generation. What
it simply does is writes all the html content (tags + data) to a file, and the
file is save with a (.html) extension. Served my purpose. Not really sure is
this is something you are looking for.
You can view the cod
Hi,
I am trying to figure out something with argparse.
Here is a scenario:
I have a group of arguments, say: (-a, -b, -c, -d, -e) [lets call it group1]
I have another group, say: (-z, -y, -x, -w) [lets call it group2]
Code:
import argparse
parser = argparse.ArgumentParser(description="Test this s
> Original Message
> Subject: Re: Running a GUI program haults the calling program (linux)
> Local Time: 26 September 2017 1:26 PM
> UTC Time: 26 September 2017 07:56
> From: __pete...@web.de
> To: python-list@python.org
>
> Kryptxy via Python-li
Sent with [ProtonMail](https://protonmail.com) Secure Email.
> Original Message
> Subject: Re: Running a GUI program haults the calling program (linux)
> Local Time: 26 September 2017 12:09 PM
> UTC Time: 26 September 2017 06:39
> From: c...@cskk.id.au
> To: Kryptxy
> python-lis
ython-list
>
> On Tue, Sep 26, 2017 at 10:38 AM, Kryptxy via Python-list
> wrote:
>> I want to run a GUI program (transmission-gtk) from python. This is what I
>> do:
>>
>> import subprocess
>> subprocess.Popen(["transmission-gtk", link], stdout
I want to run a GUI program (transmission-gtk) from python. This is what I do:
import subprocess
subprocess.Popen(['transmission-gtk', link], stdout=subprocess.PIPE,
stderr=subprocess.PIPE)
Where `link` is some magnetic link.
This command opens transmission-gtk, but it haults the calling progra
Yep. I will wait for a response. Thank you!
Original Message
On 23 Sep 2017, 16:57, Chris Angelico wrote:
> On Sat, Sep 23, 2017 at 7:44 PM, Leam Hall wrote:
>> Like Chris said, evaluate the level of effort on the code. Wait, or replace.
>> You will be happier when you take the
Thank you all! I opened a ticket about the same (on github).
I got response from most of them, and all are agreeing to the change.
However, one contributor did not respond at all. I tried e-mailing, but no
response.
Can I still proceed changing the licence? It has been more than a week since
the
Hi,
I have an opensource (python) project under GPL3 licence. I wish switch to MIT
licence so as to make it more permissive.
I know how to change the licence, but I want to know is it fine and wise to
change the licence at this point?
(The project already has 19 clones, 250+ GitHub stars. Here:
Torrench: Command-line torrent search program (cross-platform). Torrent search
made quick and simple.
GitHub: https://github.com/kryptxy/torrench
Suggestions/feedbacks are highly appreciated.
--
https://mail.python.org/mailman/listinfo/python-list
I am working on a (cross-platform) project. On linux system, the imprts work
fine, but in windows I get imort error (I have no idea why. I tried searching
everywhere, but couldn't get it to work).
Anyways, the issue seem to be resolved by adding project directory to
sys.path().
I wanted to know
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
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
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
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
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
18 matches
Mail list logo