On 2017-08-05, Michael Torrie wrote:
> Well tk is already an optional part of the Python standard library,
> whereas wx is an external package. So for your simple requirements,
> Tk may be the way to go.
I find it much easier to get a simple application written and working
with Tk than with wx.
Hi, Grant,
On Mon, Aug 7, 2017 at 10:37 AM, Grant Edwards
wrote:
> On 2017-08-05, Michael Torrie wrote:
>
>> Well tk is already an optional part of the Python standard library,
>> whereas wx is an external package. So for your simple requirements,
>> Tk may be the way to go.
>
> I find it much
On 2017-08-05, Chris Green wrote:
> Michael Torrie wrote:
>
> I went through a similar process of deciding the easiest (for me) GUI
> to go with. I've actually ended up with PyGtk as it feels for me the
> 'least foreign' compared with doing things the CLI way.
I definitely think PyGtk feels the
On 2017-08-05, Tim Daneliuk wrote:
> On 08/05/2017 03:21 PM, Chris Angelico wrote:
>> so the object's lifetime shouldn't matter to you.
>
> I disagree with this most strongly. That's only true when the
> machine resources being consumed by your Python object are small in
> size. But when you're
On 2017-08-05, Ode Idoko via Python-list wrote:
> Can anyone help with the python code that can add 101, 102, 103...2033
> please?
> As I said before, I'm new to python and need assistance in this regard.
> Thanks for always assisting.
$ python
Python 2.7.12 (default, Jan 3 2017, 10:
When I execute:
pip3 install --upgrade pysmbc
I get:
Collecting pysmbc
Using cached pysmbc-1.0.15.7.tar.bz2
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-9b9p_652/pysmbc/setup.py", line
On 08/04/2017 07:56 PM, Ethan Furman wrote:
On 08/04/2017 07:46 PM, Chris Angelico wrote:
On Sat, Aug 5, 2017 at 12:42 PM, Ethan Furman wrote:
pip freeze
will output a list of current packages and their requirements. I have one
package that falsely [1] lists another package as a requirem
Le samedi 5 août 2017 23:30:34 UTC+1, Case Solution & Analysis a écrit :
> Case Solution and Analysis of Alqueria: More than Just a Glass of Milk (A) by
> Nathalia Franco, Sebastian Duenas, Margarita Castillo is available at a
> lowest price, send email to casesolutionscentre(at)gmail(dot)com if
On 2017-08-05, Ode Idoko via Python-list
wrote:
> Can anyone help with the python code that can add 101, 102,
> 103...2033 please? As I said before, I'm new to python and need
> assistance in this regard. Thanks for always assisting.
>>> (2033 - 101 + 1) * (101 + 2033) / 2
You could also calcul
Neil Cerutti :
> On 2017-08-05, Ode Idoko via Python-list
> wrote:
>> Can anyone help with the python code that can add 101, 102,
>> 103...2033 please? As I said before, I'm new to python and need
>> assistance in this regard. Thanks for always assisting.
>
(2033 - 101 + 1) * (101 + 2033) /
Hi!
I have an old HIS program written in Delphi. It uses Firebird 1.5
database. I need to make an interface to exchange data with other
healthcare providers. I do not want to do this in Delphi, that is
ancient code. It is also not an option to rewrite the whole program from
scratch. I just need
11 matches
Mail list logo