Re: Cult-like behaviour [was Re: Kindness]

2018-07-14 Thread Etienne Robillard
is the only one that matters. When I see behaviour like that in a Twitch stream that I moderate, I smack it with a banhammer, because that is utterly unacceptable. Why should we tolerate it in programming? lol +1 ChrisA -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/

Re: Guido van Rossum resigns as Python leader

2018-07-14 Thread Etienne Robillard
will continue to provide to his community all the same services than before and that the project will continue to evolve! Thanks for everything Guido! :-) Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Generic OAuth2 authorization inside view-based decorator/middleware?

2018-07-13 Thread Etienne Robillard
not work :-) response = wsgi_app.get_response(request=req) return response return wraps(view_func)(_wrapper, **kwargs) return decorator(view_func) I would like to know what's wrong with the code above... :-) Thank you, Etienne -- Etienne Robillard tkad

Re: Invalid error in python program

2018-07-08 Thread Etienne Robillard
laptop but when I save and runed in idle mod. The 3.7.0 the 7 is highlighted and syntax error is showen. As showen in the screen shot below. Plz help me resolve this problem Ur faithful user Prafull. Thank you -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https

Django-hotsauce 0.9.5 (Realistic Scenario) and libschevo 4.0.2 are out!

2018-07-06 Thread Etienne Robillard
!! Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: [pypy-dev] A quick question for you!

2018-06-19 Thread Etienne Robillard
Le 2018-06-18 à 22:47, William ML Leslie a écrit : On 18 June 2018 at 22:18, Etienne Robillard wrote: Hi, Quick question: Does anyone of you know what is the effect of enabling gc.enable() in sitecustomize.py when using PyPy? Can it reduce latency for long-lived WSGI applications? gc

A quick question for you!

2018-06-18 Thread Etienne Robillard
Hi, Quick question: Does anyone of you know what is the effect of enabling gc.enable() in sitecustomize.py when using PyPy? Can it reduce latency for long-lived WSGI applications? Thanks, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https

Re: Django-hotsauce 1.0 LTS (Commercial Edition) now available for preorder!!

2018-06-15 Thread Etienne Robillard
their commercial web applications. This includes allowing some time for peoples (developers) to at least try the free version and then possibly consider switching to the LTS version for extended support and troubleshooting. Anyways, thank you for your input! :) Etienne -- Etienne Robillard tkad

How to delete a branch permanently in mercurial/bitbucket?

2018-06-14 Thread Etienne Robillard
fic branch out of my public repo! :( Any suggestions for doing this would be much appreciated! Kind regards, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: Django-hotsauce 1.0 LTS (Commercial Edition) now available for preorder!!

2018-06-14 Thread Etienne Robillard
iew: if the release date is in the future and ALL the revenue is also in the future, cash flow becomes tricky. By getting at least _some_ money in advance, they give themselves a way to pay the bills. Chris got it right I think! :) Thank you, Etienne -- Etienne Robillard tkad...@yandex.com ht

Django-hotsauce 1.0 LTS (Commercial Edition) now available for preorder!!

2018-06-13 Thread Etienne Robillard
he regular price! Everyone who will make this purchase will receive their registered copy of Django-hotsauce 1.0 on October 1st 2018. One more thing, this discount code also works for all commercial softwares listed on livestore.ca! :) Have fun!! Etienne -- Etienne Robillard tkad...@

Django-hotsauce 0.9.4.1 is out

2018-06-08 Thread Etienne Robillard
-0.9.4.1.tar.gz Have fun! Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: [ZODB] Django-hotsauce/ZODB 5.4.0/PyPy nightly sprint!!

2018-06-08 Thread Etienne Robillard
of sync with the schema definition. peace, Etienne Il Ven 8 Giu 2018, 03:29 Etienne Robillard <mailto:tkad...@yandex.com>> ha scritto: Yo people I'm doing a nightly hacking sprint for django-hotsauce on pypy and got some cool bugs I would like to share: Traceback (mo

Re: [ZODB] Django-hotsauce/ZODB 5.4.0/PyPy nightly sprint!!

2018-06-08 Thread Etienne Robillard
of sync with the schema definition. peace, Etienne Il Ven 8 Giu 2018, 03:29 Etienne Robillard <mailto:tkad...@yandex.com>> ha scritto: Yo people I'm doing a nightly hacking sprint for django-hotsauce on pypy and got some cool bugs I would like to share: Traceback (mo

Django-hotsauce/ZODB 5.4.0/PyPy nightly sprint!!

2018-06-07 Thread Etienne Robillard
Yo people I'm doing a nightly hacking sprint for django-hotsauce on pypy and got some cool bugs I would like to share: Traceback (most recent call last):   File "/usr/local/bin/schevo", line 11, in     load_entry_point('libschevo', 'console_scripts', 'schevo')()   File

Re: [ZODB] Problem with pickle in zodb

2018-06-04 Thread Etienne Robillard
Yup, that is correct! Thanks. :-) Etienne Le 2018-06-03 à 07:39, Jason Madden a écrit : You appear to have mismatched versions of ZEO on the client and server, 5.2 on one side and 5.1.0 on the other. Both need to be 5.2. On Jun 3, 2018, at 06:35, Etienne Robillard wrote: Hi, Any ideas

Problem with pickle in zodb

2018-06-03 Thread Etienne Robillard
Hi, Any ideas why this is happening ? erob@marina:/home/www/open-neurosecurity.org/trunk$ schevo editor zodb://127.0.0.1:4545 07:32:16 environ  No en_CA translation found for domain kiwi 07:32:16 environ  No en_CA translation found for domain gazpacho libschevo 4.0.1

Re: [ZODB] Multithreaded connection pooling support for ZODB databases?

2018-04-25 Thread Etienne Robillard
Hi, I would like to know if you could please share some input about this ThreadConnectionPool class for libschevo/ZODB. :) Thanks! Etienne Le 2018-04-20 à 04:49, Etienne Robillard a écrit : Heads up people! I've finally managed to make a working `ThreadedConnectionPool` class

Re: [ZODB] Multithreaded connection pooling support for ZODB databases?

2018-04-20 Thread Etienne Robillard
connections. I'm also making all my testing and development under PyPy 5.9. You can check out the code here: https://bitbucket.org/tkadm30/libschevo/commits/37feb029615d76f3d81233990e509b6eb6ffb5d7 Comments are welcome! :) Etienne Le 2018-04-16 à 18:27, Etienne Robillard a écrit : Hi Jason, I

Django-hotsauce 0.9.2 is out!

2018-04-10 Thread Etienne Robillard
/DjangoHotSauce Have fun! Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: Python Developer Survey: Python 3 usage overtakes Python 2 usage

2018-03-31 Thread Etienne Robillard
Le 2018-03-31 à 11:40, Michael Torrie a écrit : On 03/31/2018 08:58 AM, Etienne Robillard wrote: I was just wondering, could the fact that the Python community is willing to discontinue using and developing Python 2 softwares, does that mean we are stopping to support standard computers

Re: Python Developer Survey: Python 3 usage overtakes Python 2 usage

2018-03-31 Thread Etienne Robillard
mobile devices in Python 3 while most of the world still cannot afford theses expensive products? Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: Thank you Python community!

2018-03-20 Thread Etienne Robillard
triumph of evil is for good men to do nothing." -Edmund Burke Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotoperesearch.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: Thank you Python community!

2018-03-19 Thread Etienne Robillard
Le 2018-03-19 à 19:36, Ben Finney a écrit : Etienne Robillard <tkad...@yandex.com> writes: I would like to make such an experimental research/investigation on the effects of Python software programming on opioid addiction. :-) Okay. The wording of your message implied that yo

Re: Thank you Python community!

2018-03-19 Thread Etienne Robillard
. Kind regards, Etienne Le 2018-03-19 à 17:58, Ben Finney a écrit : Etienne Robillard <tkad...@yandex.com> writes: I would like to thank you guys sincerely for helping a lot of people to stay clean, and focus on programming high-level stuff in Python instead of doing some really nasty

Re: Thank you Python community!

2018-03-19 Thread Etienne Robillard
Le 2018-03-19 à 15:21, Larry Martell a écrit : On Mon, Mar 19, 2018 at 12:08 PM, Etienne Robillard <tkad...@yandex.com> wrote: You guys just made me realize something very obvious. :-) I'm in the process right now of watching the excellent documentary named "Drugs Inc." on

Thank you Python community!

2018-03-19 Thread Etienne Robillard
who really needs our help. Sincerely, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: psychocomputational analysis toolkit in Python?

2018-03-08 Thread Etienne Robillard
ral python mailing list, it's a shot in the dark.)  Good luck! Chris -- Etienne Robillard tkad...@yandex.com https://www.isotoperesearch.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: psychocomputational analysis toolkit in Python?

2018-03-08 Thread Etienne Robillard
/index.html https://github.com/mne-tools/mne-python -- Etienne Robillard tkad...@yandex.com https://www.isotoperesearch.ca/ -- https://mail.python.org/mailman/listinfo/python-list

psychocomputational analysis toolkit in Python?

2018-03-08 Thread Etienne Robillard
Hi i want to develop a psychocomputational analysis toolkit in python for studying real-time neuroimaging data from focused ultrasound/brain-to-brain interfaces. Any suggestions where to look for cool projects in github? :) Best regards, Etienne -- Etienne Robillard tkad...@yandex.com

Re: Detection of ultrasonic side channels in mobile devices with Python?

2018-02-28 Thread Etienne Robillard
neural pathways? Definitely tinfoil hat material here; expertise is completely immaterial. ChrisA -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: Detection of ultrasonic side channels in mobile devices with Python?

2018-02-28 Thread Etienne Robillard
to use mobile devices as psychoenergetics (non-lethal) bioweapons. Etienne Le 2018-02-28 à 16:54, Chris Angelico a écrit : On Thu, Mar 1, 2018 at 8:49 AM, Ned Batchelder <n...@nedbatchelder.com> wrote: On 2/28/18 4:13 PM, Etienne Robillard wrote: I want to know why this question is

Re: Detection of ultrasonic side channels in mobile devices with Python?

2018-02-28 Thread Etienne Robillard
pathways implicated in aggressivity and how to block theses specific side channels from neuromodulating human behavior. Thank you. Etienne Le 2018-02-26 à 05:25, Etienne Robillard a écrit : Hi, I would like to know if its possible to detect or decode ultrasonic signals in mobiles devices

Detection of ultrasonic side channels in mobile devices with Python?

2018-02-26 Thread Etienne Robillard
Hi, I would like to know if its possible to detect or decode ultrasonic signals in mobiles devices like Android with Python? For a introduction to ultrasonic tracking, see: https://www.wired.com/2016/11/block-ultrasonic-signals-didnt-know-tracking/ Thank you, Etienne -- Etienne Robillard

do_handshake_on_connect should not be specified for non-blocking sockets

2018-02-23 Thread Etienne Robillard
How can i fix this error? I'm using gevent/uwsgi and python 2.7.13... Looks like ssl.py really needs monkey-patching to work with gevent/uwsgi, but i'm not sure exactly where/what triggers this error. Any thoughts? Etienne File

Re: How to make Python run as fast (or faster) than Julia

2018-02-22 Thread Etienne Robillard
idn't perform these benchmarks, I'm just linking to them. -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Django-hotsauce 0.9.1 release

2018-02-22 Thread Etienne Robillard
bug reports here: https://bitbucket.org/tkadm30/django-hotsauce/issues For any questions or comments related to this project, please join the mailing list: https://groups.google.com/forum/#!forum/django-hotsauce Best regards, Etienne -- Etienne Robillard tkad...@yandex.com https

Re: Python to Julia code generator?

2018-02-21 Thread Etienne Robillard
kes the cake. In fact, I don't recall ever going beyond three. At least, not in production... ChrisA Dude that is advanced stuff... :-) Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: Python to Julia code generator?

2018-02-21 Thread Etienne Robillard
I found this: https://github.com/JuliaPy/PyCall.jl Looks pretty awesome already! :-) Thx E Le 2018-02-21 à 05:04, Steven D'Aprano a écrit : On Wed, 21 Feb 2018 04:13:56 -0500, Etienne Robillard wrote: Hi, Would it be possible to build a Python to Julia code generator?? i'm interested

Python to Julia code generator?

2018-02-21 Thread Etienne Robillard
Hi, Would it be possible to build a Python to Julia code generator?? i'm interested to learn Julia and would love to have the capacity to embed or run native Python code in Julia.. Thx Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https

Re: How to benchmark a HTTP connection with requests module?

2018-02-16 Thread Etienne Robillard
Ran 1 test in 0.468s OK What do you think? :-) Etienne Le 2018-02-16 à 10:58, Dennis Lee Bieber a écrit : On Fri, 16 Feb 2018 06:22:04 -0500, Etienne Robillard <tkad...@yandex.com> declaimed the following: Hi Dennis, Nice pseudo code! :-) Is it possible b

Re: How to benchmark a HTTP connection with requests module?

2018-02-16 Thread Etienne Robillard
spinning on a busy wait hold = False for _ in range(NUMBEROFREQUESTS): (ID, code) = resultQ.get() requestTasks[ID].join() #put any asserts here -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https

How to benchmark a HTTP connection with requests module?

2018-02-15 Thread Etienne Robillard
Hi, Is it possible to emulate a range of concurrent connections to a http server with the requests module? import os import requests from test_support import unittest class HTTPBenchmarkTestCase(unittest.TestCase):     url = 'http://localhost/benchmark/'     def setUp(self):     pass

Re: Django-hotsauce 1.0 commercial edition looking for beta testers!

2018-02-14 Thread Etienne Robillard
ems unrealistic at best, and exploitive or unfair at worst. Yes. I'm really looking for serious people and/or companies to try/test/review django-hotsauce 1.0 commercial edition for *commercial purposes* in exchange of a small fee. --Ned. Best regards, Etienne -- Etienne Robillard tkad...@y

Django-hotsauce 1.0 commercial edition looking for beta testers!

2018-02-13 Thread Etienne Robillard
. :) Final note, the Paypal payment gateway is experimental. I might one day decide to switch to monero or flashcoin... I'm not really sure it's a good idea yet. What do you think? Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org

Re: Regex on a Dictionary

2018-02-13 Thread Etienne Robillard
Hi Stanley, Le 2018-02-13 à 08:11, Stanley Denman a écrit : x=MyRegex.findall(MyDict) How about: x = [MyRegex.findall(item) for item in MyDict] Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: Benchmarking Django on PyPy with unittest?

2018-02-08 Thread Etienne Robillard
ot; module to time how long various operations take in your Django website. On Wed, Feb 7, 2018 at 2:26 AM, Etienne Robillard <tkad...@yandex.com> wrote: Also, i need to isolate and measure the speed of gevent loop engine (gevent.monkey), epoll, and python-specific asyncio coroutines. :-) Et

Re: Benchmarking Django on PyPy with unittest?

2018-02-07 Thread Etienne Robillard
Also, i need to isolate and measure the speed of gevent loop engine (gevent.monkey), epoll, and python-specific asyncio coroutines. :-) Etienne Le 2018-02-07 à 04:39, Etienne Robillard a écrit : Hi, is it possible to benchmark a django application  with unittest module in order to compare

Benchmarking Django on PyPy with unittest?

2018-02-07 Thread Etienne Robillard
(s) for benchmarking django 1.11.7, django 2.0, pypy, etc. What do you think? Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: What is django-hotsauce?

2018-02-03 Thread Etienne Robillard
a buzzword generator? Alex On 2018-02-02 04:17 AM, Etienne Robillard wrote: About Django-hotsauce: Scalable and high-performance WSGI microframework on top of Django and others: Django-hotsauce is the ultimate web development toolkit for rogue Python hackers and chronic weed users looking to build

Re: What is django-hotsauce?

2018-02-02 Thread Etienne Robillard
More like a platform to impress your cat with your JIT-powered web app :) Etienne Le 2018-02-02 à 10:02, Alexandre Brault a écrit : So it's a buzzword generator? Alex On 2018-02-02 04:17 AM, Etienne Robillard wrote: About Django-hotsauce: Scalable and high-performance WSGI microframework

What is django-hotsauce?

2018-02-02 Thread Etienne Robillard
your own models api... Anyways, have fun hacking django-hotsauce with PyPy. Hacking life is essential to happiness... :) Pragmatic hackers love to learn rogue ways to exploit Django api with JIT and PyPy. ;) cheers, Etienne -- Etienne Robillard tkad...@yandex.com https

Re: PyPy support breaking CPython compatibility?

2018-02-01 Thread Etienne Robillard
Le 2018-01-31 à 05:21, Ned Batchelder a écrit : On 1/30/18 3:58 PM, Etienne Robillard wrote: Hi Ned, Le 2018-01-30 à 15:14, Ned Batchelder a écrit : I'm curious what you had to change for PyPy? (Unless it's a Py2/Py3 thing as Chris mentions.) Please take a look at the changesets: https

Re: PyPy support breaking CPython compatibility?

2018-01-31 Thread Etienne Robillard
coded this! ;) I think a better solution is to write : if os.environ.get('SCHEVO_OPTIMIZE', '0')  == '1':  ... Anyways, what do you think about the weakref case? Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python

Re: PyPy support breaking CPython compatibility?

2018-01-30 Thread Etienne Robillard
://bitbucket.org/tkadm30/libdurus/commits/875636e9b6caa840fd50ca87d69217d87fc06f43 In short, it seems PyPy automagically adds a __weakref__ attribute to __slots__, causing the CPython interpreter to raise a TypeError... Cheers, Etienne -- Etienne Robillard tkad...@yandex.com https

Re: PyPy support breaking CPython compatibility?

2018-01-30 Thread Etienne Robillard
r anything.) Fair enough. I'll gladly release libschevo and libdurus 4.0 very soon. :) Thank you, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

PyPy support breaking CPython compatibility?

2018-01-30 Thread Etienne Robillard
support and release the experimental code on PyPi ? What do you think? Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: How to embed a native JIT compiler to a django app?

2018-01-28 Thread Etienne Robillard
Wirtel via Python-list a écrit : On 01/27, Etienne Robillard wrote: Hi, I want to compile a Django application into a C source file and embed a JIT compiler into the binary. Is there any way of doing this with llvm/clang? Hi Etienne, I think no, Django will use Python and this one

How to embed a native JIT compiler to a django app?

2018-01-27 Thread Etienne Robillard
Hi, I want to compile a Django application into a C source file and embed a JIT compiler into the binary. Is there any way of doing this with llvm/clang? Regards, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo

fun with cwrap: Unknown type kind 114

2018-01-08 Thread Etienne Robillard
g/cindex.py", line 1407, in from_id raise ValueError,'Unknown type kind %d' % id ValueError: Unknown type kind 114 What do you think about this error? I ran: $ cwrap -i . -i /usr/lib/llvm-3.8/lib/clang/3.8.1/include uwsgi.h libuwsgi.pxd Cheers, Etienne -- Etienne Robillard tkad...@yand

Re: Spectre/Meltdown bug affecting Python ?

2018-01-06 Thread Etienne Robillard
Le 2018-01-06 à 15:49, J.O. Aho a écrit : On 01/06/18 13:43, Etienne Robillard wrote: My understanding of this vulnerability is that speculative indirect calls in Linux kernel can be used to extract/filter memory content via side-channels. Not just Linux, but all other OS:es, Microsoft

Re: Spectre/Meltdown bug affecting Python ?

2018-01-06 Thread Etienne Robillard
-new-retpoline-coding-technique-for-mitigating-spectre-attacks/ Le 2018-01-06 à 05:42, Etienne Robillard a écrit : Hi all, What do you think about the latest Spectre/Meltdown security flaw found in Intel processors and Apple smartphones? Are Python 2.7 and 3.6 affected by speculative execution

Spectre/Meltdown bug affecting Python ?

2018-01-06 Thread Etienne Robillard
Hi all, What do you think about the latest Spectre/Meltdown security flaw found in Intel processors and Apple smartphones? Are Python 2.7 and 3.6 affected by speculative execution side-channel attacks when using the Linux kernel and Intel CPUs? Best regards, Etienne -- Etienne Robillard

Fwd: Re: Progress migrating cffi and pycparser to libclang

2018-01-05 Thread Etienne Robillard
and pycparser to libclang Date : Thu, 4 Jan 2018 21:25:27 + De :Paul Moore <p.f.mo...@gmail.com> Pour : Etienne Robillard <tkad...@yandex.com> Copie à : Python <python-list@python.org> On 4 January 2018 at 21:02, Etienne Robillard <tkad...@yandex.com> wrote: As a fo

Re: Progress migrating cffi and pycparser to libclang

2018-01-04 Thread Etienne Robillard
ke #define and #include in the ffi.cdef() function. The easiest solution is to migrate the internal parsing code to libclang, a state-of-the art C/C++ compiler based on LLVM. Best regards, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.o

Progress migrating cffi and pycparser to libclang

2018-01-04 Thread Etienne Robillard
nal parsing code to use clang.cindex! ffi.dlopen('/usr/local/lib/libuwsgi.so') Right now the parsing of the C source file is done by pycparser, but i would like to use the clang.cindex module. What do you think? Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware

Re: How to create a python extension module from a shared library?

2018-01-03 Thread Etienne Robillard
components with each update and ultimately you just end up generating work for yourself. James On 2 January 2018 at 21:21, Etienne Robillard <tkad...@yandex.com <mailto:tkad...@yandex.com>> wrote: Hi James, Part of the problem is because the CFFI and uWSGI developer

Re: How to create a python extension module from a shared library?

2018-01-02 Thread Etienne Robillard
++ will work just as well and may be the default).​ Hope that helps. James -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: How to create a python extension module from a shared library?

2018-01-02 Thread Etienne Robillard
mes Best regards, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

Re: How to create a python extension module from a shared library?

2018-01-02 Thread Etienne Robillard
= clang.cindex.cdll.LoadLibrary(c_lib) Any ideas how to compile lib into a python extension module with cffi? Etienne Le 2018-01-02 à 05:17, Etienne Robillard a écrit : Hi James, Thanks for your input. I want to make a native Python application (uwsgictl) to dispatch FIFO commands to the master uWSGI

Re: How to create a python extension module from a shared library?

2018-01-02 Thread Etienne Robillard
-docs.readthedocs.io/en/latest/ThirdPartyPlugins.html Perhaps you can clarify. James On 30 December 2017 at 01:00, Etienne Robillard <tkad...@yandex.com <mailto:tkad...@yandex.com>> wrote: Hi all, I would like to extend uWSGI by creating a CPython extension module for the libuws

Re: How to create a python extension module from a shared library?

2018-01-01 Thread Etienne Robillard
So far I found the SWIG method quite good. But I really think that I will try patching CFFI to use libclang natively. Etienne Le 2017-12-29 à 20:00, Etienne Robillard a écrit : Hi all, I would like to extend uWSGI by creating a CPython extension module for the libuwsgi.so shared library

How to create a python extension module from a shared library?

2017-12-29 Thread Etienne Robillard
Sincerely, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://mail.python.org/mailman/listinfo/python-list

[issue22235] httplib: TypeError with file() object in ssl.py

2015-02-09 Thread Etienne Robillard
Etienne Robillard added the comment: sometimes urllib break at different packages, with SSL: CERTIFICATE_VERIFY_FAILED message. It seem related to the new ssl.py backport and pip. sudo python setup.py install --prefix=/usr/local Downloading http://pypi.python.org/packages/source/d/distribute

[issue22235] httplib: TypeError with file() object in ssl.py

2015-02-08 Thread Etienne Robillard
Etienne Robillard added the comment: problem is fixed with python 2.7.9. it seem ssl.py module has been greatly improved with this release. Thanks! -- resolution: - fixed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22235

[issue22235] httplib: TypeError with file() object in ssl.py

2015-02-08 Thread Etienne Robillard
Etienne Robillard added the comment: hg push worked like a charm... but for some reasons i get another error trying to install things with setuptools: erob@nguns:~/Desktop/pyaml-14.12.10$ sudo python setup.py install --prefix=/usr/local Processing dependencies for pyaml==14.12.10 Searching

[issue22235] httplib: TypeError with file() object in ssl.py

2014-08-25 Thread Etienne Robillard
Etienne Robillard added the comment: the bug appear to be reproducible with python 2.7.2 as well. I wonder if --enable-shared is relevant to this problem. My configuration options: ./configure --prefix=/usr/local --enable-unicode=ucs4 --with-threads --enable-shared --disable-ipv6

[issue22235] httplib: TypeError with file() object in ssl.py

2014-08-20 Thread Etienne Robillard
New submission from Etienne Robillard: Trying to push to a ssl server but python break in httplib. erob@nguns:~/django-hotsauce$ hg push https://tkad...@bitbucket.org/tkadm30/django-hotsauce pushing to https://tkad...@bitbucket.org/tkadm30/django-hotsauce warning: bitbucket.org certificate

[issue22235] httplib: TypeError with file() object in ssl.py

2014-08-20 Thread Etienne Robillard
Etienne Robillard added the comment: interpreter is Python 2.7.3. 2.7.8 is buggy! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22235

[issue22235] httplib: TypeError with file() object in ssl.py

2014-08-20 Thread Etienne Robillard
Etienne Robillard added the comment: Thanks. I have forwarded to Mercurial bugtracker the problem. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22235

[issue22235] httplib: TypeError with file() object in ssl.py

2014-08-20 Thread Etienne Robillard
Etienne Robillard added the comment: after reviewing with the Mercurial support it was found the issue may be caused by improper python install. However i have been able to reproduce the problem with a fresh install of python 2.7.3 only

Django-hotsauce 0.4.5-beta3 release

2013-07-29 Thread Etienne Robillard
and inputs are appreciated! Sincerely, Etienne == Etienne Robillard e...@gthcfoundation.org The question is not whether we will be extremists, but what kind of extremists we will be. The nation and the world are in dire need of creative extremists. - Martin Luther King, Jr. -- http

[issue17085] test_socket crashes the whole test suite

2013-05-19 Thread Etienne Robillard
Etienne Robillard added the comment: since TIPC is silently included in python 2.7.3 and recents kernel memory leaks were found in the linux TIPC kernel code, could this result in info disclosure in python when compiled with TIPC ? does the kernel module needs to be loaded to exploit

Re: Feedback on my python framework I'm building.

2012-10-13 Thread Etienne Robillard
be completely mocked out so front end designers don't have to bother setting up Postgres/rabbitmq/whatever. Does anyone have any throughts or feedback? Docs are useless for developers with an quarter of imagination. :-) -- Etienne Robillard Green Tea Hackers Club Fine Software Carpentry

Re: readline trick needed

2012-10-13 Thread Etienne Robillard
to cogitate on your own or have you not realized this yet? Cheers, Etienne -- Etienne Robillard Green Tea Hackers Club Fine Software Carpentry For The Rest Of Us! http://gthc.org/ e...@gthcfoundation.org -- http://mail.python.org/mailman/listinfo/python-list

Re: readline trick needed

2012-10-13 Thread Etienne Robillard
and useless if not irrelevant. -- Etienne Robillard Green Tea Hackers Club Fine Software Carpentry For The Rest Of Us! http://gthc.org/ e...@gthcfoundation.org -- http://mail.python.org/mailman/listinfo/python-list

Re: Feedback on my python framework I'm building.

2012-10-13 Thread Etienne Robillard
for? Perhaps we deserve such lame/mediocre web frameworks after all, as Imagination is for those who deserve the freedom to use it properly. ChrisA -- http://mail.python.org/mailman/listinfo/python-list -- Etienne Robillard Green Tea Hackers Club Fine Software Carpentry For The Rest Of Us

Re: Aggressive language on python-list

2012-10-13 Thread Etienne Robillard
. -- Etienne Robillard Green Tea Hackers Club Fine Software Carpentry For The Rest Of Us! http://gthc.org/ e...@gthcfoundation.org -- http://mail.python.org/mailman/listinfo/python-list

Re: Feedback on my python framework I'm building.

2012-10-13 Thread Etienne Robillard
On Sat, 13 Oct 2012 08:57:47 -0700 (PDT) nbvf...@gmail.com wrote: Do you have an example of a task that giotto can't handle that other frameworks can? One of my goals is to have this framework turing complete in the sense that everything that other frameworks can do, giotto should be able

Re: serialization and versioning

2012-10-12 Thread Etienne Robillard
On Fri, 12 Oct 2012 06:42:03 -0400 Neal Becker ndbeck...@gmail.com wrote: I wonder if there is a recommended approach to handle this issue. Suppose objects of a class C are serialized using python standard pickling. Later, suppose class C is changed, perhaps by adding a data member and a

Re: How to use while within the command in -c option of python?

2012-10-12 Thread Etienne Robillard
On Fri, 12 Oct 2012 15:51:19 -0700 Herman sorsor...@gmail.com wrote: python -c import os; while True: print('hello') File string, line 1 import os; while True: print('hello') ^ SyntaxError: invalid syntax -- http://mail.python.org/mailman/listinfo/python-list You

Re: Generating C++ code

2012-10-11 Thread Etienne Robillard
On Wed, 10 Oct 2012 20:12:36 -0700 Tim Roberts t...@probo.com wrote: Jean-Michel Pichavant jeanmic...@sequans.com wrote: I'm trying to generate C++ code from an XML file. I'd like to use a template engine, which imo produce something readable and maintainable. My google search about this

Re: Generating C++ code

2012-10-10 Thread Etienne Robillard
On Wed, 10 Oct 2012 11:59:50 +0200 (CEST) Jean-Michel Pichavant jeanmic...@sequans.com wrote: Well, the C++ code will end up running on a MIPS on a SOC, unfortunately, python is not an option here. The xml to C++ makes a lot of sense, because only a small part of the code is generated that

Re: Generating C++ code

2012-10-09 Thread Etienne Robillard
without requiring advanced C++ skills like memory management, etc. HTH, E -- Etienne Robillard Green Tea Hackers Club Fine Software Carpentry For The Rest Of Us! http://gthc.org/ e...@gthcfoundation.org -- http://mail.python.org/mailman/listinfo/python-list

Porting notmm to pep 3333 and mod_wsgi

2012-10-09 Thread Etienne Robillard
Cython and notmm! :-) Cheers, Etienne -- Etienne Robillard Green Tea Hackers Club Fine Software Carpentry For The Rest Of Us! http://gthc.org/ e...@gthcfoundation.org Donations for the notmm project are accepted through Pledgie.com. For more info please visit: http://pledgie.com/campaigns/16268

Re: notmm is dead!

2012-10-05 Thread Etienne Robillard
-0600 Michael Torrie torr...@gmail.com wrote: On 10/04/2012 05:13 PM, Etienne Robillard wrote: Thanks, but I tried all that and don't have much energy for continuing. If you're serious about open source then maybe you can forward the thread to django-developers and get some fundings

Re: When was the last time you did something for the first time?

2012-10-05 Thread Etienne Robillard
Micro$oft :) On Fri, 5 Oct 2012 04:03:52 -0700 (PDT) The Matchmaker i.hudo...@gmail.com wrote: What do you want to talk about today? -- http://mail.python.org/mailman/listinfo/python-list -- Etienne Robillard Green Tea Hackers Club Fine Software Carpentry For The Rest Of Us! http

Re: notmm is dead!

2012-10-05 Thread Etienne Robillard
On Fri, 5 Oct 2012 09:29:39 -0600 Ian Kelly ian.g.ke...@gmail.com wrote: On Oct 4, 2012 6:56 PM, Etienne Robillard animelo...@gmail.com wrote: You probably have a old tarball or something... Not unless you've replaced it since I made my post, as I had just downloaded it to check

notmm is dead!

2012-10-04 Thread Etienne Robillard
further on this list. I wish also to thanks the supporters of the project who have invested time and energy into my business and dedication to the notmm project. Best wishes, Etienne -- Etienne Robillard Green Tea Hackers Club Fine Software Carpentry For The Rest Of Us! http://gthc.org/ e

Re: notmm is dead!

2012-10-04 Thread Etienne Robillard
with more profitable activities. E On Fri, 5 Oct 2012 08:23:05 +1000 Chris Angelico ros...@gmail.com wrote: On Fri, Oct 5, 2012 at 8:11 AM, Etienne Robillard animelo...@gmail.com wrote: For $399 i give you the current source code and you can do whatever you like with it, including

  1   2   >