Re: bootloader in python.

2016-06-30 Thread Alfred Perlstein
On 6/30/16 8:34 PM, Pedro Giffuni wrote: Josh Triplett started out with "the punchline" for his PyCon 2015 talk on porting Python to run without an operating system: he and his Intel colleagues got the interpreter to run in the GRUB boot loader for either BIOS or EFI systems. But that didn't sp

bootloader in python.

2016-06-29 Thread Alfred Perlstein
Josh Triplett started out with "the punchline" for his PyCon 2015 talk on porting Python to run without an operating system: he and his Intel colleagues got the interpreter to run in the GRUB boot loader for either BIOS or EFI systems. But that didn't spoil the rest of the talk by any means. He

Re: Python on FreeBSD is slower than on Linux

2015-11-13 Thread Alfred Perlstein
On 11/13/15 12:01 AM, Baptiste Daroussin wrote: I'm kind of surprised given the number of pythonic people we have that no one has had a look at how python perform on FreeBSD and how things are implemented in the python VM to help them. Bapt Did this recently in a few places however not in thi

Re: Python on FreeBSD is slower than on Linux

2015-11-13 Thread Alfred Perlstein
On 11/12/15 12:40 PM, Philip M. Gollucci wrote: Most likely its /dev/random or gettimeofday being slow which have nothing to do with Python. Urm... so like if FreeBSD's getpid was 100x slower than Linux's then what exactly would it be? If FreeBSD's implementation is needlessly precise (and

Re: Python on FreeBSD is slower than on Linux

2015-11-13 Thread Alfred Perlstein
Vladimir , Please run truss(1) against the python code and paste a subset here. Maybe it is doing many semaphore ops. Sent from my iPhone > On Nov 13, 2015, at 12:49 AM, Mark Blackman wrote: > > Vladimir ___ freebsd-python@freebsd.org mailing list

Re: Python on FreeBSD is slower than on Linux

2015-11-12 Thread Alfred Perlstein
I'm adding Freebsd-virtualization to this thread as both problems point to some possible issue with FreeBSD as a guest. (although a bare metal comparison should likely be done as well). -Alfred On 11/12/15 11:26 AM, Vladimir Bogrecov wrote: Hello, I'm developing a little project on Python 3

Re: Simplifying lang/pypy(3)

2015-06-28 Thread Alfred Perlstein
On 6/28/15 1:07 AM, Kubilay Kocak wrote: On 27/06/2015 9:16 PM, David Naylor wrote: Hi, lang/pypy was originally set up to achieve: * building of multiple pypy instances based on different setting (i.e. with or without jit, sandboxing, etc). The port user could define any permutation she de

Re: Python 2.7.9 looks for SSL certificates in /etc/ssl instead of /usr/local/etc/ssl

2014-12-31 Thread Alfred Perlstein
On 12/31/14 6:58 PM, possnfiffer wrote: Kubilay Kocak wrote If you have anything to add, please comment as user feedback is very important. Thanks! koobs I've been experiencing this issue for a few days now and came across this. I have since subscribed to this mailing list and am happy it's her

Re: help on freefall please? virtualenv + django? sqlite doesn't work?

2014-09-28 Thread Alfred Perlstein
? -Alfred On 9/28/14, 9:08 PM, Alfred Perlstein wrote: I don't get it, why is there no sqlite? Is this just "freefall" that is broken... or is it FreeBSD in general that you can't virtualenv+django with? halp!! (github2bugzilla).(04:01:24)(alf...@freefall.freebsd.org) ~/github2b

Re: Question on virtualenv (python) and FreeBSD

2014-05-31 Thread Alfred Perlstein
On 5/31/14 3:51 PM, Marcus von Appen wrote: On, Sat May 31, 2014, Alfred Perlstein wrote: 3) other? thank you Marcus. I won't block the process in either direction here, since I am generally pretty indifferent about pulling in sqlite3 as dependency for lang/python. It is wide-spread e

Re: Question on virtualenv (python) and FreeBSD

2014-05-31 Thread Alfred Perlstein
On 5/31/14 12:50 PM, Marcus von Appen wrote: On, Sat May 31, 2014, Alfred Perlstein wrote: I have details and a workaround on my blog here (less messy than pasting the entire 200+ lines of info into this message): http://splbio.wordpress.com/2014/04/19/using-djangosqlalchemy-and-virtualenv-on

Question on virtualenv (python) and FreeBSD

2014-05-31 Thread Alfred Perlstein
Hey folks, First off, thank you all very much for all the work being put into the Python ports infrastructure. We are using it extensively in our project and it's been a huge boon to us. I do have a question about how Python is setup on FreeBSD by default and it has to do with "virtualenv".

question about virtualenv and sqlite (django/sqlalchemy)

2014-04-19 Thread Alfred Perlstein
Hey folks, I finally figured out how to get sqlite based things to work under virtualenv under FreeBSD. It seems like the default python on FreeBSD has sqlite disabled. This is pretty rough for newbies such as myself who just want to follow someone else's HOWTO/blog-post for using virtualenv

Simple py27-ujson-1.33 port breakage

2013-10-30 Thread Alfred Perlstein
Hey folks, I'm trying to move us to a newer version of ports tree in our project FreeNAS. The problem is that python ports seem to break not only in our build system, but also in FreeBSD in general: I keep getting the following problem with this port we depend on: ===> Building package for