python

  1. A

    Python NumPy for Python3

    Hi, How do I add numpy in python3? I've tried to do it with pip, but it failed with too many undefined references.
  2. monchito

    Run Python Script -

    Hi all, i'm brand new on FreeBSD, i want to run a python script for pfsense firewall running on FreeBSD (FreeBSD 10.3-RELEASE-p9) this is the script https://github.com/edgauthier/pfsense-backup I already installed beautifulsoup4 (py27-beautifulsoup-4.4.1) So, when i make this as root ...
  3. T

    Recommended multi-server FBSD hosting configuration

    I'm building out a hosting environment for my customers. I typically use Linux but FreeBSD offers some features of interest to my customers. I've used FreeBSD before (version 9), but my experience is limited. The hosting architecture I'd like to setup is (focusing on two servers): Server 1...
  4. Sadegh Alirezaie

    Installation of PyQt5 For Python3

    Hello everyone. I'm new to FreeBSD and I'm developing a Download Manager written in python. we ported this software on some Linux Distros and Mac OS. Now, I'm working on making it usable in FreeBSD, The FreeBSD handles all the requirements except PyQt5 which is I'm wondering why it can not be...
  5. N

    Solved virtualbox-ose port, problem with Python; Package problem with file size

    Hello, I've been trying to install Virtual Box on my system. When I try to install it from ports tree I got this error: ===> virtualbox-ose-5.1.10 depends on executable: yasm - found ===> virtualbox-ose-5.1.10 depends on executable: xsltproc - found ===> virtualbox-ose-5.1.10 depends...
  6. T

    pycdio?

    Has anyone managed to get pycdio running under FreeBSD? My foolish attempt to just install it didn't go too well tingo@kg-core1$ sudo pip install pycdio Collecting pycdio Downloading pycdio-0.20.tar.gz (197kB) 100% |################################| 204kB 2.3MB/s Installing collected...
  7. J

    Python OpenSSL versioning issue

    Hello folks, I'm trying to run security/py-certbot on a FreeBSD 10.3 stable jail. When I try to launch it I get the following messages: root@nope:~ # certbot Traceback (most recent call last): File "/usr/local/bin/certbot", line 11, in <module> load_entry_point('certbot==0.9.3'...
  8. A

    ftp server socket listen backlog is limited - "listen backlog limit Vs kernel maxfile limit"

    From ftp server code, we are limiting the connections to1024 (s.listen (1024) call), but when I do the sockstress tool test it overflowing the listen backlog limit to 12000+ connection. So my system reaching the kern.maxfile limit. Overflow scenario is Vulnerable to the system with sockstress...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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.
  14. 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...
  15. 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...
  16. 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"} ...
  17. 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...
  18. 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?
  19. 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