Re: [OpenWrt-Devel] alternative for "pyserial+python-mini"

2015-07-21 Thread Alexandru Ardelean
It's still turned off. But it was turned off again, once it was moved to Github. There was a more recent discussion here: https://github.com/openwrt/packages/issues/474 [ Quick answer here: yes we can precompile bytecodes at build-time and ship those instead ] So, .py vs .pyc vs .pyo is a re

Re: [OpenWrt-Devel] alternative for "pyserial+python-mini"

2015-07-21 Thread valent.turko...@gmail.com
Just found this -- https://dev.openwrt.org/browser/packages/lang/python/files/python-package.mk?rev=13921 -- which suggests that 7 years ago .pyc file creation was turned OFF for Python. I can only assume that it was because of the SquashFS issue, so my question is: Can we precompile Python files

Re: [OpenWrt-Devel] alternative for "pyserial+python-mini"

2015-07-02 Thread Alexandru Ardelean
Will make time to update Python :) On Thu, Jul 2, 2015 at 11:51 AM, valent.turko...@gmail.com < valent.turko...@gmail.com> wrote: > Come on guys help me out with Python wiki page, it looks like I know > much less about python that you and I'm the only one documenting this > which is bad :) > > T

Re: [OpenWrt-Devel] alternative for "pyserial+python-mini"

2015-07-02 Thread valent.turko...@gmail.com
Come on guys help me out with Python wiki page, it looks like I know much less about python that you and I'm the only one documenting this which is bad :) Take a look at latest version: http://wiki.openwrt.org/doc/software/python On 27 June 2015 at 22:42, Christian Mehlis wrote: > Am 26.06.2015

Re: [OpenWrt-Devel] alternative for "pyserial+python-mini"

2015-06-27 Thread Christian Mehlis
Am 26.06.2015 um 14:57 schrieb valent.turko...@gmail.com: Does micro-python have some alternative or replacement for pyserial? you can use stty[1] from busybox to configure the tty. After that every program can use regular read/write calls... [1] http://unixhelp.ed.ac.uk/CGI/man-cgi?stty Best

Re: [OpenWrt-Devel] alternative for "pyserial+python-mini"

2015-06-26 Thread micke . prag
Hi, I have just created a pull request for an updated version of pyserial. https://github.com/openwrt/packages/pull/1485 Regards Micke Prag 2015-06-26 15:26 skrev Alexandru Ardelean: Ah, since that email, python became: - python-base - just the minimal to have a python interpreter running -

Re: [OpenWrt-Devel] alternative for "pyserial+python-mini"

2015-06-26 Thread Alexandru Ardelean
Ah, since that email, python became: - python-base - just the minimal to have a python interpreter running - python-light - is a "dynamic" package; it's python (full) minus all other python-codecs, python-compiler, etc - python - full python install, minus a few stuff I considered that could be st

Re: [OpenWrt-Devel] alternative for "pyserial+python-mini"

2015-06-26 Thread valent.turko...@gmail.com
On 24 October 2014 at 11:10, Alexandru Ardelean wrote: > python-mini is now just python. Thanks for clarification, I'll add that info on Python OpenWrt Wiki page [1]. I tried installing python package on Caos Calmer rc2 and I get a bunch of dependencies installed automatically and they use up bu

Re: [OpenWrt-Devel] alternative for "pyserial+python-mini"

2015-06-26 Thread valent.turko...@gmail.com
Does micro-python have some alternative or replacement for pyserial? On 31 October 2014 at 08:52, Alexandru Ardelean wrote: > python has been moved to Github > https://github.com/openwrt/packages/tree/master/lang/python > > python-mini will be rebooted; > > the whole python package needs a bit of

Re: [OpenWrt-Devel] alternative for "pyserial+python-mini"

2014-10-31 Thread Alexandru Ardelean
python has been moved to Github https://github.com/openwrt/packages/tree/master/lang/python python-mini will be rebooted; the whole python package needs a bit of revamp/cleanup especially since it's been upgraded to version 2.7.8 as for python-smbus and pyserial, someone will have to maintain th

Re: [OpenWrt-Devel] alternative for "pyserial+python-mini"

2014-10-30 Thread smilebef
python-smbus/serial depends still on python-mini python and python-mini is missing. ? Am Fri, 24 Oct 2014 12:10:32 +0300 schrieb Alexandru Ardelean : > python-mini is now just python. > > > > On Fri, Oct 24, 2014 at 12:06 PM, Claudio Thomas > wrote: > > > Hi, > > "python-mini" is miss

Re: [OpenWrt-Devel] alternative for "pyserial+python-mini"

2014-10-24 Thread Alexandru Ardelean
python-mini is now just python. On Fri, Oct 24, 2014 at 12:06 PM, Claudio Thomas wrote: > Hi, > "python-mini" is missing in oldpackages (trunk), is there an alternative > for "python-mini"? > I need it for pyserial, which depends on "python-mini", and still exists > in oldpackages (trunk). >

[OpenWrt-Devel] alternative for "pyserial+python-mini"

2014-10-24 Thread Claudio Thomas
Hi, "python-mini" is missing in oldpackages (trunk), is there an alternative for "python-mini"? I need it for pyserial, which depends on "python-mini", and still exists in oldpackages (trunk). What about "micropython+micropython-lib"? Has anyone already tested this as replacement? Thanks, Claudio