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

2018-07-14 Thread Etienne Robillard
ou are declaring that YOUR culture 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.c

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
*kwargs) # XXX this does 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... :-) Tha

Re: Invalid error in python program

2018-07-08 Thread Etienne Robillard
d it in my 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

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

2018-07-06 Thread Etienne Robillard
e fun!! 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 is

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
sly Django-hotsauce for 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

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-13 Thread Etienne Robillard
x27;s point of view: 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 t

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
sauce-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
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: Tracebac

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

2018-06-08 Thread Etienne Robillard
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: Tracebac

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 "/home/erob/src/libschevo

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
erver 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

Django-hotsauce 0.9.2 is out!

2018-04-10 Thread Etienne Robillard
oftware.ca/wiki/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 and

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
y for the 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 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 you know this already happens now

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 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 drugs. Thank you for the

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 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 Netflix and I'm b

Thank you Python community!

2018-03-19 Thread Etienne Robillard
ine our forces to help people 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
g the general 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
.org/mne/stable/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
infoil 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 wrote: On 2/28/18 4:13 PM, Etienne Robillard wrote: I want to know why this question is being silently ignored by this

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 "/home/www/isotoperesearch.ca/trunk/www-bin/dispatch-django.uw

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

2018-02-22 Thread Etienne Robillard
already knew it, but then I didn'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
ubmit 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

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 int

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/ --

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 declaimed the following: Hi Dennis, Nice pseudo code! :-) Is it possible benchm

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

2018-02-16 Thread Etienne Robillard
than 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/ --

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

Django-hotsauce 1.0 commercial edition looking for beta testers!

2018-02-13 Thread Etienne Robillard
mming. :) 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://

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
module to time how long various operations take in your Django website. On Wed, Feb 7, 2018 at 2:26 AM, Etienne Robillard wrote: 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-

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
suite(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
7;s 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

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 microfram

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 changese

Re: PyPy support breaking CPython compatibility?

2018-01-31 Thread Etienne Robillard
n anything but a string? I was probably high when I 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.co

Re: PyPy support breaking CPython compatibility?

2018-01-30 Thread Etienne Robillard
c2f8 https://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

Re: PyPy support breaking CPython compatibility?

2018-01-30 Thread Etienne Robillard
enly cease working or 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
Python 2.7 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 is

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
n2.7/dist-packages/cwrap/frontends/clang/clang/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.px

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 and

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
pycparser to libclang Date : Thu, 4 Jan 2018 21:25:27 + De :Paul Moore Pour : Etienne Robillard Copie à : Python On 4 January 2018 at 21:02, Etienne Robillard wrote: As a fork/extension for cffi, I have no particular opinion (I'm unlikely to ever use it). But the advanta

Re: Progress migrating cffi and pycparser to libclang

2018-01-04 Thread Etienne Robillard
standard C directives like #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/

Progress migrating cffi and pycparser to libclang

2018-01-04 Thread Etienne Robillard
dify internal 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:/

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

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

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

2018-01-02 Thread Etienne Robillard
m. (Why clang? GCC/G++ 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
h : lib = 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 comman

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

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

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
do you think? Sincerely, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ -- https://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 >

Re: Aggressive language on python-list

2012-10-13 Thread Etienne Robillard
e behavior mean. :-) So please continue with the passive tone saying nothing relevant and login to facebook. -- 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
y easy to demo something and show how awesome it is. How > easily can it be turned to a task it was never built 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.py

Re: readline trick needed

2012-10-13 Thread Etienne Robillard
el much like replying to idiots today so your apologies 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: readline trick needed

2012-10-13 Thread Etienne Robillard
aware of IPython, I want to get this working in the standard > CPython interpreter.) > > > -- > Steven > -- > http://mail.python.org/mailman/listinfo/python-list Why dont you grow yourself some usable neurons instead ? Don't you realize now stackoverflow.com is starting to hurt your capacity 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: Feedback on my python framework I'm building.

2012-10-13 Thread Etienne Robillard
ontrollers to a project. The model layer can 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. :-) -

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 wrote: > python -c "import os; while True: print('hello')" > File "", line 1 > import os; while True: print('hello') > ^ > SyntaxError: invalid syntax > -- > http://mail.python.org/mailman/listinfo/python-list You get a syntax e

Re: serialization and versioning

2012-10-12 Thread Etienne Robillard
On Fri, 12 Oct 2012 06:42:03 -0400 Neal Becker 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 new > constructo

Re: Generating C++ code

2012-10-11 Thread Etienne Robillard
On Wed, 10 Oct 2012 20:12:36 -0700 Tim Roberts wrote: > Jean-Michel Pichavant 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 subject has been quite unsucc

Re: Generating C++ code

2012-10-10 Thread Etienne Robillard
On Wed, 10 Oct 2012 11:59:50 +0200 (CEST) Jean-Michel Pichavant 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 way (everything re

Porting notmm to pep 3333 and mod_wsgi

2012-10-09 Thread Etienne Robillard
ngs using 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/campa

Re: Generating C++ code

2012-10-09 Thread Etienne Robillard
ex too if you got sufficient knowledge in C/C++ programming to extend the app in C. :-) Otherwise that seem like a little counter-productive to produce a python template only for generating C stubs when python is good for many things 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

Re: notmm is dead!

2012-10-05 Thread Etienne Robillard
On Fri, 5 Oct 2012 09:29:39 -0600 Ian Kelly wrote: > On Oct 4, 2012 6:56 PM, "Etienne Robillard" 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

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 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://gt

Re: notmm is dead!

2012-10-05 Thread Etienne Robillard
2 20:39:55 -0600 Michael Torrie 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 > > dja

Re: notmm is dead!

2012-10-04 Thread Etienne Robillard
a link to the > notmm-0.4.4/notmm-0.4.4-rc7/LICENSE file, unless your archiver fails > to reconstruct the link when untarring, in which case the former ends > up as an empty file (but the latter is still present). > -- > http://mail.python.org/mailman/listinfo/python-list --

Re: notmm is dead!

2012-10-04 Thread Etienne Robillard
on of notmm (0.4.4) has an empty licence > file. No licence means that everyone using it is unlicenced and therefore > infringing your copyright. > > > > -- > Steven > -- > http://mail.python.org/mailman/listinfo/python-list -- Etienne Robillard Green Tea Hackers

Re: notmm is dead!

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

notmm is dead!

2012-10-04 Thread Etienne Robillard
open to discuss 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! htt

[ANNOUNCE] Campaign to support the notmm project!

2012-08-13 Thread Etienne Robillard
to help.. Kind regards, Etienne http://pledgie.com/campaigns/16268 -- Etienne Robillard Green Tea Hackers Club Fine Software Carpentry For The Rest Of Us! http://gthc.org/ e...@gthcfoundation.org “It is easy to fly into a passion... anybody can do that, but to be angry with the right person to the r

Re: Uliweb release 0.1 version

2012-05-26 Thread Etienne Robillard
Flexible is more English than "flexiable" i guess... :-) Besides the typing errors I look forward in checking this out for new concepts... Cheers and congratulations, Etienne -- Etienne Robillard Occupation: Software Developer Company:Green Tea Hackers Club Ema