Re: so module loading fails

2014-04-12 Thread dieter
Eddy Ilg writes: > I found out it was an issue with SIP - the version tag seemed to be wrong. > > Now another symbol is missing: > _ZN10QArrayData11shared_nullE > > I can't find this symbol exported anywhere. Anyone knows where it is > defined? It looks like a "C++" symbol. Python must be specia

Re: python obfuscate

2014-04-12 Thread Stefan Behnel
Sturla Molden, 11.04.2014 11:17: > Joshua Landau wrote: > >> However, if this really is your major blocker to using Python, I >> suggest compiling with Cython. > > Cython restains all the code as text, e.g. to readable generate exceptions. No, it actually doesn't. It only keeps the code in C com

Re: python obfuscate

2014-04-12 Thread CM
On Saturday, April 12, 2014 8:07:57 AM UTC-4, Sturla Molden wrote: > CM wrote: > > > > > You're saying that fear of patent trolls is yet another bad reason to > > > obfuscate your code? But then it almost sounds like you think it is a > > > justifiable reason. So I don't think I understand

Travis CI + Python 3.3 + Django 1.7b1

2014-04-12 Thread James Brewer
Hi, I've been trying to get a build running for my Python 3.3 + Django 1.7b1 project, but I've run into an issue and I'm not sure how to solve it. When the command `pip install -r requirements.txt` gets run, the build errs with a message referencing some Python 2.x syntax when `import ez_setup` i

Re: Language summit notes

2014-04-12 Thread Ned Batchelder
On 4/12/14 8:25 AM, wxjmfa...@gmail.com wrote: -- Regarding the Flexible String Representation, I have always been very coherent in the examples I gave (usually with and/or from an interactive intepreter - not relevant). I never seen once somebody pointing or beeing able to point what is wro

Re: Language summit notes

2014-04-12 Thread wxjmfauth
-- Regarding the Flexible String Representation, I have always been very coherent in the examples I gave (usually with and/or from an interactive intepreter - not relevant). I never seen once somebody pointing or beeing able to point what is wrong in those examples. jmf -- https://mail.pyth

Re: python obfuscate

2014-04-12 Thread Sturla Molden
CM wrote: > You're saying that fear of patent trolls is yet another bad reason to > obfuscate your code? But then it almost sounds like you think it is a > justifiable reason. So I don't think I understand your point. Whether a > patent troll has your original code or not has no bearing on t

Re: so module loading fails

2014-04-12 Thread Eddy Ilg
I found out it was an issue with SIP - the version tag seemed to be wrong. Now another symbol is missing: _ZN10QArrayData11shared_nullE I can't find this symbol exported anywhere. Anyone knows where it is defined? Am 11.04.2014 08:20, schrieb dieter: Eddy Ilg writes: ... Checking the

Re: python obfuscate

2014-04-12 Thread Denis McMahon
On Thu, 10 Apr 2014 18:29:21 -0700, Wesley wrote: > Currently our company wanna release one product developed by python to > our customer. But dont's wanna others see the py code. Your business model is fucked. -- Denis McMahon, denismfmcma...@gmail.com -- https://mail.python.org/mailman/listi