Hi there,
I'm currently experimenting with lldb and wanted to try out its python-API.
So, I followed the tutorial on the lldb website.
However, when trying to import the script into the python interpreter, I'm getting an error message:
>>> import tree_utils
[string "buffer"]:1: syntax error...
I'm trying to update mail/mailman3 port to 3.3.5
It requires updating a few ports it depends on, including mail/py-aiosmtpd and www/py-falcon.
After updating py-falcon to 3.0.1 and running make install I get:
pkg-static: py38-falcon-3.0.1 conflicts with py38-aiosmtpd-1.2_1 (installs files...
Hello,
I'm a newbie in both FreeBSD and programming. I'm now taking CS50 and trying to write code in VSCode.
I would like to know how to properly install python modules. pip install <python-module> or doas pkg install py38-<python-module>
And in case if there is no pkg version, what should I...
This could possibly go in the scripting topic.
According to these folks (jfrog.com) and to quote:
https://jfrog.com/blog/malicious-pypi-packages-stealing-credit-cards-injecting-code/
This is an on-going issue with repositories (and has been since Perl years ago) and languages that are based...
My ansible role looks like this:
---
- name: Download supervisord
pkgng:
name:
- py37-supervisor
state: present
After executing this role, it returns
fatal: [1.2.3.4]: FAILED! => {"changed": false, "msg": "failed to install py37-supervisor: ", "stderr": "pkg: No packages...
I ended up in a python37/python38 hell. Dependencies on one removes the other and vice-verse.
My poudriere blacklist-file.
net/samba412
lang/python2
lang/python27
lang/python37
www/qt5-webengine
My make.conf
DEFAULT_VERSIONS+=python=3.8
DEFAULT_VERSIONS+=python3=3.8
Should i revert to python...
I'm struggling to understand what the "correct" way for handling python flavors is.
I'm attempting to port some software that depends on py-qt5; on amd64, there's a binary packages for py37-qt5 only at the moment. So, I figured I'll make my port USE=python:3.7.
However, I hit a snag when I...
I am trying to write an rc.d script to start and stop a (Python) script. Starting the command seems to be working, but stopping it is not yet the way I want.
My goal is to ensure the script receives a SIGTERM signal when it should shut down; that seems not to be the case; I think only the...
Recently updated to 2020Q3. I seem to be having issues with Python ports as I upgrade.
# portmaster -D -G -g --no-confirm comms/py-pyserial
(Snip)
===> Creating unique files: Move MAN files needing SUFFIX
===> Creating unique files: Move files needing SUFFIX
Move: bin/miniterm.py -->...
I'm upgrading Perl as advised in UPDATING using the following:
portmaster -bdgyf `pkg shlib -qR libperl.so.5.28`
which re-builds net-snmp
which re-builds mysql
which re-builds cmake
which requires python
which requires py37-sphinx
I have python2.7 installed already (and therefore sphinx)...
Greetings,
Hopefully I am posting in the right place, if not please let me know!
The goal is to run a python framework (odoo) as a service via daemon inside a jail. The topology is as follows:
[Internet] --> [Host] -- (pf)--> [Jail with HAProxy] --> [Jail with Odoo]
For reference, I am using...
Hello! I would like some advice on how to port a command-line program that is written in Python.
I have a program that runs on the command-line, and is written entirely in Python. It can be built against Python 2.7 or 3.4+ with no problems. It is distributed via PyPi, so I have started...
Hello everyone,
I am trying to port python-vlc to FreeBSD (in order to port castero, a nice TUI podcast client). Here is my Makefile.
# $FreeBSD$
PORTNAME= vlc
PORTVERSION= 3.0.6108
CATEGORIES= python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}...
Hi Forum
I am trying to install matplotlib in a Python 2.7.15 virtualenv (created using virtualenvwrapper) on FreeBSD 11-RELEASE system.
It seems that I am running in a somewhat known problem with the installation of numpy (cf. the edit in post #3 of "Matplotlib python3 anyone?" [1]).
After a...
Hello all,
I'm looking to deploy a Django application onto a FreeBSD 11.1 server, I've read a number of articles about using www/py36-gunicorn to provide the communications between www/nginx and Django, and brief trials appear successful.
I'm now looking to make a service that I can service...
Hi,
I'd like to create an rc.d script that uses daemon(8) to manage a python(3) script with dependencies from virtualenv (daemonization, logging and be automatically restarted on exit).
I am not sure what's the right way to approach this.
My initial version used the script as command...
Hey guys
I'm new @ BSD and this forum - so sorry if my question is duplicated or somehow not in line with rules of this web (as far as I have investigated none of those apply)
I was asked to write a program (python preff) which will return IP and MAC of all peripherals connected to server...
Hello to all
I have an error with running samba-tool after installation. My os is FreeBSD 10.1.
I use all method to installing the samba ( installing by pkg, making port and download and compile the source code) but in the all of them some errors was accrued. Could somebody help me to resolve...
Hi, I'm trying to use syslog handler at one of my python scripts. Above there is a script that should print hello world to syslog, but it doesn't. The same code on Linux works. What I'm missing?
# mylog.py
from platform import system
import logging
from logging.handlers import SysLogHandler...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.