http://chocolatey.org/ bills itself as apt-get for windows, it's fairly
convenient - any chance of adding a pypy package ?
If so, then one could install with cinst pypy
S++___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/l
t;
>
>On Thu, Jan 30, 2014 at 5:56 AM, Stuart Axon wrote:
>
>http://chocolatey.org/ bills itself as apt-get for windows, it's fairly
>convenient - any chance of adding a pypy package ?
>>
>>
>>
>>If so, then one could install with cinst pypy
>>
&
Hi,
I've been trying to install aubio .. + it looks like it gets stuck because
of numpy, and possibly python c bindings .. any idea whats going on ?
S++___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev
Sorry didn't mean to send that :)
Here is a link to the output when I try to install it
piem/aubio
S++
On Friday, November 14, 2014 11:14 PM, Stuart Axon wrote:
>
>
>Hi,
> I've been trying to install aubio .. + it looks like it gets stuck because
> of num
Hi, I'm running pypy 2.4.0 on Ubuntu Utopic.
Running the pypy works OK (though it outputs 'trusty' weirdly):
$ pypyPython 2.7.8 (2.4.0+dfsg-1~ppa2+trusty, Sep 25 2014, 04:35:04)[PyPy
2.4.0 with GCC 4.8.2] on linux2Type "help", "copyright", "credits" or "license"
for more information.
Runn
of the failure.
2015-01-07 16:06 GMT+01:00 Stuart Axon :
Hi, I'm running pypy 2.4.0 on Ubuntu Utopic.
Running the pypy works OK (though it outputs 'trusty' weirdly):
$ pypyPython 2.7.8 (2.4.0+dfsg-1~ppa2+trusty, Sep 25 2014, 04:35:04)[PyPy
2.4.0 with GCC 4.8.2] on linux2Type &qu
Here is the line that causes the segfault:
https://github.com/shoebot/shoebot/blob/shoebot-gtk3-pgi/shoebot/sbot.py#L76
from shoebot.grammar import DrawBot, NodeBot
If I change it to only import one of these then it doesn't segfault. S++
On Wednesday, January 7, 2015 8:57 PM, Stuart
Hi, It's worth adding lzop to the list, of compressors to test, as it's built
specifically to have a low CPU overhead, at the cost of some compression ratio.
http://www.lzop.org/
S++
On Thursday, March 26, 2015 11:29 PM, John Camara
wrote:
Hi Fijal,
To recap and continue the
Awesome work, I ask this every time (on one site or another) - is cpyext
complete enough to use Gtk3 (gi.repository) yet. ?
S++
On Wednesday, June 8, 2016 10:14 PM, Phyo Arkar
wrote:
Nice to see nim guys on PyPy too , Kirbyfan!
On Thu, Jun 9, 2016 at 3:09 AM Ryan Gonzalez wrote:
If I create a virtualenv: /mnt/data/home/stu/.virtualenvs/pypy-venv
Then run try and get the include path using sysconfig it is incorrect:
import sysconfig
sysconfig.get_path('include')'/mnt/data/home/stu/local/include'
It should be:/mnt/data/home/stu/.virtualenvs/pypy-venv/include
A bit more info:
sysconfig._get_default_scheme() returns 'pypy-local'. If I change this to
return 'pypy' then the include path is correct.
I'm not fully sure how it supposed to decide between the two ? S++
On Saturday, September 3, 2016 2:56 PM, Stuart Axon via p
Moved to issue 2392 - I probably need to do a bit more testing on sysconfig of
the different
paths:https://bitbucket.org/pypy/pypy/issues/2392/differences-with-sysconfig
S++
On Saturday, September 3, 2016 4:02 PM, Stuart Axon
wrote:
A bit more info:
sysconfig._get_default_scheme
Hi, Today I was trying out Cocos2D in PyPy, it seems work :)
I don't have any of my own projects to try, but all the examples that come with
it seem to work, I also tried some tutorials which seemed to work as well.
Not sure if I use use it enough to be able to say "it works", but I wasn't able
Found this trying to compile pycairo, is it worth opening a bug about? (I
realise there is CairoCFFI, but they don't have feature parity - OTOH, CFFI
probably is the way to go eventually).
$ python setup.py install
running install
running build
running build_py
creating build
creating build/li
Hi all, Is TkInter pypy still a thing ? I was trying some demos from aubio
from pypy but they didn't work [1].My first thought was to try and install
tkinter-pypy but that doens't seem to exist any more.
I'm testing with pypy-nightly trunk on Ubuntu 17.04 64 bit.
[1]$ python demo_keyboard
Hi, I'm trying out aubio and pysoundcard with pypy nightly. They use
numpy, should I still be using numpypy or is upstream numpy the way to go ?
S++___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev
plotlib-2.1.0rc1+110.g963f91300.dirty-py2.7-linux-x86_64.egg/matplotlib/backends/backend_wx.py",
line 1818
SyntaxError: return outside function
On Wednesday, September 13, 2017, 12:53:16 PM GMT+1, Stuart Axon
wrote:
Hi all, Is TkInter pypy still a thing ? I was trying some demos f
27712
def operator==():
I can't paste the whole compile output on pastebin as it is > 512k
On Saturday, September 30, 2017, 8:56:48 PM GMT+1, Matti Picus
wrote:
#yiv9103688383 body p {margin-bottom:0cm;margin-top:0pt;} On 30/09/17 03:32,
Stuart Axon via pypy-dev wrote:
PyCairo has a struct like
` typedef struct {
| PyObject_HEAD |
|
| cairo_t *ctx; |
|
| PyObject *base; /* base object used to create context, or NULL */ |
|
} PycairoContext;
`
And a #define that you can use to get pointer to ctx:
` #define PycairoContext_GET(obj) (((Pyc
Realised I should ask this on the CFFI list, apologies for the noise.
On Saturday, March 16, 2019, 3:05:03 PM GMT, Stuart Axon
wrote:
PyCairo has a struct like
` typedef struct {
| PyObject_HEAD |
|
| cairo_t *ctx; |
|
| PyObject *base; /* base object used to create
20 matches
Mail list logo