python---configure file

2015-09-07 Thread chenc...@inhand.com.cn
hi: I download the python2.7.10 package and execute cmd: ./configure --help.It is messages as follow: Optional Packages: --with-PACKAGE[=ARG]use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-universal-archs=ARCH

[RELEASED] Python 3.5.0rc3 is now available

2015-09-07 Thread Larry Hastings
On behalf of the Python development community and the Python 3.5 release team, I'm relieved to announce the availability of Python 3.5.0rc3, also known as Python 3.5.0 Release Candidate 3. The next release of Python 3.5 will be Python 3.5.0 final. There should be few (or no) changes to Pyt

Re: Trying pmw with python3: Lots of crashes!

2015-09-07 Thread Paulo da Silva
Às 06:24 de 07-09-2015, Christian Gollwitzer escreveu: > Am 07.09.15 um 03:40 schrieb Paulo da Silva: ... >> > For a multicolumn editable list I suggest using tablelist. There are > Python bindings around. Scrolling in Tk is generally done by grouping > together scrollbars and widgets in a frame a

Re: python

2015-09-07 Thread Denis McMahon
On Sun, 06 Sep 2015 16:09:42 -0700, babi pepek wrote: > I wand update update There, now you have update. -- Denis McMahon, denismfmcma...@gmail.com -- https://mail.python.org/mailman/listinfo/python-list

mocking request and still getting certain ones locally

2015-09-07 Thread Larry Martell
I use the getsentry/responses package (https://github.com/getsentry/responses) for mocking the requests library for unit testing. It works great but now I have a situation where I need to talk to a local server but have my remote requests mocked out. With getsentry/responses I cannot do that - all

Re: XML Binding

2015-09-07 Thread Palpandi
Hi All, Is it better to use pyxb than lxml? What are the advantages of lxml and pyxb? Thanks, Palpandi -- https://mail.python.org/mailman/listinfo/python-list

python---configure file

2015-09-07 Thread chenc...@inhand.com.cn
hi: I download the python2.7.10 package and execute cmd: ./configure --help.It is messages as follow: Optional Packages: --with-PACKAGE[=ARG]use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-universal-archs=ARCH

Re: install pip

2015-09-07 Thread Laura Creighton
Try that question on disutils-...@python.org where the authors of pip are. Laura -- https://mail.python.org/mailman/listinfo/python-list

install pip

2015-09-07 Thread chenc...@inhand.com.cn
hi: I cross compiled python2.7.10 and install python on my embedded device. But now, I may install pip on my embedded device. So, I did it as follow: 1>I execute cmd:python -m ensurepip. It ocuurs errors as follow: Traceback (most recent call last): File "/usr

Re: Django Calendar

2015-09-07 Thread Laura Creighton
In a message of Sun, 06 Sep 2015 13:52:16 -0700, cmeek@gmail.com writes: >Does anyone know of an easy to follow guide/tutorial to follow. I am trying to >implement a calendar into my app that works as a job rota for employees. I >have tried using django-scheduler and creating htmlcalendar but

Re: Django Calendar

2015-09-07 Thread Mahan Marwat
Django is not Python. This question better suits to Django group: https://groups.google.com/forum/#!forum/django-users -- https://mail.python.org/mailman/listinfo/python-list

Re: Can anyone help me run python scripts with http.server?

2015-09-07 Thread Cameron Simpson
On 07Sep2015 14:57, Chris Angelico wrote: On Mon, Sep 7, 2015 at 2:05 PM, Cameron Simpson wrote: Another nice thing about Flask is that you can run it standalone without Apache. I'm knocking something together right now using Flask, and I'm intending to run it without Apache at all. There'll b