python

  1. hanzer

    Solved FUSE and py27-fs

    PyFilesystem 1. Are there any tutorials on how to use FuseFS on FreeBSD? 2. Is the py27-fs package broken? Setup: freebsd-version -> 11.0-RELEASE-p1 sudo pkg install py27-fs /boot/loader.conf kern.geom.label.gptid.enable="0" zfs_load="YES" kern.vty=sc fuse_load="YES" /etc/sysctl.conf...
  2. mariourk

    Solved py-pbr, py-pip and py-setuptools give me a headache

    Hi, For some reason, my python-setup seems to be messed up. Packages fail to compile and complain about: ImportError: No module named pbr.pbr_json No matter what I try, there seems to be something wrong with devel/py-pbr, devel/py-pip and devel/py-setuptools. I suppose there is some sort of...
  3. D

    libgcc_s.so.1 incorrect for port

    Hello, I am in the process of porting numba to FreeBSD, the submitted port 211347 has an outstanding issue. Documentation requires that a user should be able to type from a python interpreter: import numba However, this complains with /lib/libgcc_s.so.1 not using the gcc48 library. Instead the...
  4. D

    Solved Require LLVM_CONFIG variable in port

    Hello, I am looking at porting over llvmlite, and numba for python. It builds just fine with the documentation provided, however it is required to pass LLVM_CONFIG: LLVM_CONFIG=/usr/local/bin/llvm-config37 python setup.py Which works fine as an install for myself. However as a port, I wasn't...
  5. coldr3ality

    Rebuild unbound with python support

    Unbound has an optional scriptable interface: https://www.unbound.net/documentation/pythonmod/ Starting from a fresh install of FreeBSD 10.3 Release (AMD64), I want to rebuild unbound with the option for python module support. The focus of my question is on how to do this.
  6. A

    Solved Blender, ImportError: No module named numpy, default version python

    Hi all, When in blender, I try to load an addon using numpy or to import numpy in the blender's console, and I get the following error : ImportError: No module named numpy But numpy was installed with blender. pkg info | grep numpy py27-numpy-1.11.0,1 The New Numeric Extension to...
  7. PetriR

    Trouble with Python and postfix-policyd-spf-python

    I used to have postfix-policyd-spf-python working fine with my FreeBSD 9.3 box and Python 2.7. Then some update introduced py3dns to the mix and my setup broke, since py3dns requires Python 3. Well, I thought, I'll update Python while I am at it. I can't get it to work. My Python appears to be...
  8. DimMan

    Solved rc.d script not run at startup

    I try start circus via rc.d script I create script [root@comp ~]# cat /usr/local/etc/rc.d/circusd #!/bin/sh . /etc/rc.subr name="circusd" rcvar=circusd_enable start_cmd="${name}_start" stop_cmd=":" load_rc_config $name : ${circusd_enable="NO"} ...
  9. Tahseen Jamal

    Solved Using pyvirtualdisplay - Python 2.7 / Selenium Web Driver

    Below is the code am writing in FreeBSD. Before this code, I did pkg install xorg-vfbserver but after this I don't know which environment variable to set. Like in Ubuntu you have to do like this before using this program apt-get install xvfb export DISPLAY =:1 In FreeBSD, what is the...
  10. Abitu

    Python package error

    I am new to FreeBSD, when iI tried to run the pybsm.c code iI got an error "python.h not found". I read many solutions on the forum regarding python package and cython, and tried all still am unable to run that file! Any suggestions?
  11. Itproman

    Solved How Do I Start Python Under FreeBSD 10.2?

    I just installed lang/python34. I now have two questions? 1) In what directory do I find the executable? 2) What command do I type to start it (I know it isn't "python", or "python34", because I just tried those.)?
Back
Top