blackoutworm

Results 11 comments of blackoutworm

I agree. Until you implement this feature, I am gonna be stuck with Compiz. I have tried around 20 zoom apps in Linux. And Compiz is the only useful one...

I mean I ren the installation script but not sure where it installed. It told me to type in sudo apt install, so I know it has to be somewhere...

@schlarpc Thanks. I did that, converted the file to unix using dos2unix. But I'm still getting the same error. chris@chris-G73Sw ~/Downloads/SeriousCast-master $ python server.py File "server.py", line 30 class SeriousBackend(metaclass=Singleton):...

Thanks. Yes I had to run python3. I also had to install python3-jinja2 and python3-flask. So you might wanna add that to the debian/ubuntu installation decs. But now I'm getting...

I did that. And now I'm apparently missing a module called cryptography. What's the package name? Traceback (most recent call last): File "server.py", line 18, in import sirius File "/home/chris/Downloads/SeriousCast-master/sirius.py",...

I ran pip install cryptography, but I'm still getting the same error:

Actually I'm getting an error at the end of the pip installation. Command /usr/bin/python -c "import setuptools, tokenize;**file**='/tmp/pip_build_chris/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(**file**).read().replace('\r\n', '\n'), **file**, 'exec'))" install --record /tmp/pip-AEjvM7-record/install-record.txt --single-version-externally-managed --compile failed with...

Okay. I ran pip3 instead of pip. Now I'm getting this error: Command /usr/bin/python3 -c "import setuptools, tokenize;**file**='/tmp/pip_build_chris/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(**file**).read().replace('\r\n', '\n'), **file**, 'exec'))" install --record /tmp/pip-piins05m-record/install-record.txt --single-version-externally-managed --compile failed with...

Here you go: Downloading/unpacking cryptography Getting page https://pypi.python.org/simple/cryptography/ URLs to search for versions for cryptography: - https://pypi.python.org/simple/cryptography/ Analyzing links from page https://pypi.python.org/simple/cryptography/ Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.2-cp26-none-win32.whl#md5=13e5c4b19520e7dc6f07c6502b3f74e2 (from https://pypi.python.org/simple/cryptography/) because it is not...

Thanks but I wasn't able to install that package. Error with dependencies. So I think I'll just look for a similar app. I'll stop with this python thing before I...