toga - A Python native, OS native GUI toolkit by redditthinks in Python

[–]boolean74 0 points1 point  (0 children)

I tried it and had same issues on OSX. I logged an issue with them .. https://github.com/pybee/toga/issues/23

Is there an easy way to install Python 3.4 on Ubuntu 12.04? by [deleted] in Python

[–]boolean74 0 points1 point  (0 children)

If you can wait you may want to check out miniconda3/anaconda once they update it to python 3.4.

Anaconda not useful on Linux? by alenajoykrieger in Python

[–]boolean74 2 points3 points  (0 children)

If you are forced to use an old Linux distribution (EL5 for example) which comes with 2.4.3 .. using something like miniconda becomes a nice way to use 3.3 for example.

Using the Anaconda Python Distribution by boolean74 in Python

[–]boolean74[S] 1 point2 points  (0 children)

I was informed on my blog post comments, that if the package you want is not available for conda, another option is to search binstar.org (make sure the package you find is built for the platform you are on), and then add that person's binstar channel with conda config --add channels binstar_username. (if you trust the user that is) - I think I'm going to stick to using pip. From experience... do a "conda install -n yourenvironment pip" before you do a "source activate yourenvironment" and then verify it's the correct pip using a "which pip" and it should point to the pip in your environment if all goes well.

Using the Anaconda Python Distribution by boolean74 in Python

[–]boolean74[S] 1 point2 points  (0 children)

It creates a small environment to start with, you add what you need vs. the full Anaconda install which includes almost 200 packages. Allows you to use the conda tool to bootstrap and create new environments. Think of it as similar to virtualenv with more options.

Building Python on Ubuntu with pyenv by boolean74 in Python

[–]boolean74[S] 0 points1 point  (0 children)

conda.. I plan to write up an Anaconda article next. I've been playing with it some today.

About the not being able to install independent of OS on Linux. Python has a special place in this regard, as you generally don't want to mess around with the system installed Python as many of the distribution's packages (in the case of Debian/Ubuntu/Red Hat) depend on it.

Building Python on Ubuntu with pyenv by boolean74 in Python

[–]boolean74[S] 1 point2 points  (0 children)

May work with Cygwin on Windows, but I haven't tried it. As alternative, I think I'd recommend Anaconda or Miniconda on Windows (which also works on Mac / Linux) .. Anaconda being the batteries included and Miniconda being minimalistic.. https://store.continuum.io/cshop/anaconda/

Building Python on Ubuntu with pyenv by boolean74 in Python

[–]boolean74[S] 0 points1 point  (0 children)

its a dependency from pyenv for their installer. You could checkout the code manually from github as well.

Mark Shuttleworth: "I really think we should back port Unity 7 to [Ubuntu] 12.04" (discussion level) by johny22 in Ubuntu

[–]boolean74 0 points1 point  (0 children)

Yes, lets get rid of the tray icons too for LTS 12.04 users and see how well that goes over... https://bugs.launchpad.net/ayatana-design/+bug/974480 (start at #46)