[issue40433] Equality operations between lists and arrays

2020-04-28 Thread Ahmed Amr
New submission from Ahmed Amr : Hi, I was thinking if we could add equality between array and list to work out of the box on the supported datatypes by arrays. Currently, comparing a list and an array with the same contents returns False. Also, creating an array of floats from a listA

[issue20633] SystemError: Parent module 'multiprocessing' not loaded, cannot perform relative import

2014-02-15 Thread Amr Ali
New submission from Amr Ali: Using `multiprocessing.Manager` to share a `dict` between two processes raises the below exception at main process termination. Child process is joined and terminates gracefully before the main process. Replacing multiprocessing/forking.py:135 with `from

[issue20633] SystemError: Parent module 'multiprocessing' not loaded, cannot perform relative import

2014-02-15 Thread Amr Ali
Amr Ali added the comment: Also importing `multiprocessing.forking` at the very beginning of MyLib/__init__.py fixes the problem. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20633

Re: Could this expression parser be more 'Pythonic'?

2009-05-07 Thread Amr
Hi John, Thanks for the tips, I will check them out. --Amr -- http://mail.python.org/mailman/listinfo/python-list

Could this expression parser be more 'Pythonic'?

2009-05-06 Thread Amr
like this? Thanks, --Amr -- http://mail.python.org/mailman/listinfo/python-list

Default padding for Tkinter grid

2009-05-04 Thread Amr
': '1m', 'pady': '1m'} and then apply it to the grid method using **padding. However, I was wondering if there was a way of setting default padx and pady controls for the grid, so that I can just call grid without having to specify any extra parameters. Thanks, --Amr -- http://mail.python.org/mailman

Re: Default padding for Tkinter grid

2009-05-04 Thread Amr
On May 4, 3:57 pm, Gabriel Genellina gagsl-...@yahoo.com.ar wrote: En Mon, 04 May 2009 10:27:49 -0300, Amr amrbek...@gmail.com escribió: I've been spending the last few days experimenting with Tkinter. The grid manager is nice and easy to use, but I have found that I am often having

Aviate, the Web Deployer

2008-12-01 Thread Amr
Announcing the first public release of Aviate, a cross-platform web deployment tool written in Python. Aviate is designed to make deploying your web applications very easy, while providing you with a rich feature set to make repeated task performed in a snap, and being extensible so you can

Aviate, the Web Deployer

2008-12-01 Thread Amr
Announcing the first public release of Aviate, a cross-platform web deployment tool written in Python. Aviate is designed to make deploying your web applications very easy, while providing you with a rich feature set to make repeated task performed in a snap, and being extensible so you can