Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on startup with any plugin: ImportError: No module named ScreenCloud #232

Open
neodc opened this issue Aug 26, 2016 · 9 comments
Open
Labels

Comments

@neodc
Copy link

neodc commented Aug 26, 2016

1.3 on ubuntu 14.04, when I start screencloud with any plugin activated (here sftp) I get the error :

Error in file: /home/neodc/.local/share/data/screencloud/ScreenCloud/plugins/sftp/main.py
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named ScreenCloud

And if I try to open its configuration I get :

Failed to call SFTPUploader.showSettingsUI()
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: cannot import name SFTPUploader
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'SFTPUploader' is not defined
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'sftp_u' is not defined
@core01
Copy link

core01 commented Aug 30, 2016

Same error Ubuntu 16.04

@minimulin
Copy link

Same error elementary OS 0.3.2 Freya (Ubuntu 14.04)

@hunterforcode
Copy link

the same error on Linux Mint 17.2

@FromCrimsonToWool
Copy link

FromCrimsonToWool commented Oct 13, 2016

@olav-st, I was able to resolve a similar issue with the FTP plugin on Korora 24( Fedora 24 ) by adding the following lines to the top of ~/.local/share/data/screencloud/ScreenCloud/plugins/ftp/main.py
import sys
sys.path.insert(1, '/usr/share/screencloud/modules')

Then I just needed to run:
sudo ln -s /usr/include/python2.7 /usr/local/include/python2.7

Pretty sure that's not a 'clean' fix, but I hope that helps someone.

@simgislab
Copy link

simgislab commented Oct 13, 2016

I've tried above on 14.04. There is no 'No module named ScreenCloud' anymore, but the following occurs on starting ScreenCloud:

Error in file: /home/sim/.local/share/data/screencloud/ScreenCloud/plugins/ftp/main.py
Traceback (most recent call last):
File "", line 3, in
File "/usr/share/screencloud/modules/ScreenCloud.py", line 1, in
from PythonQt.QtCore import QSettings
ImportError: cannot import name QSettings

ScreenCloud actually starts after that, but attempt to open FTP settings produces:

Failed to call FTPUploader.showSettingsUI()
Traceback (most recent call last):
File "", line 1, in
NameError: name 'ftp_u' is not defined

@FromCrimsonToWool
Copy link

FromCrimsonToWool commented Oct 25, 2016

@simgislab It would appear that some of the required libraries for Screencloud to install are not available on Ubuntu 14.04 as shown below. Not sure if @olav-st would address that or not, but that's what I was able to find thus far.
a856f549e13d658fef88c84447b13687

@SkyzohKey
Copy link

same on Fedora 23 since 0.1.3 update :/

@ntwi
Copy link

ntwi commented Feb 2, 2017

Same issue here on Arch.

Copy link

This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed after 30 days.

@github-actions github-actions bot added the Stale label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants