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

signalFunctions cannot be imported #2

Closed
andynoack opened this issue Apr 5, 2016 · 1 comment
Closed

signalFunctions cannot be imported #2

andynoack opened this issue Apr 5, 2016 · 1 comment
Assignees

Comments

@andynoack
Copy link
Collaborator

/usr/bin/python-wrapper "/home/ryu/util/Eigene Dateien/Subversion/urh/bin/urh"
Time for generating UI: 1.24 seconds
Using modules from /home/ryu/util/Eigene Dateien/Subversion/urh/src
Traceback (most recent call last):
File "/home/ryu/util/Eigene Dateien/Subversion/urh/bin/urh", line 72, in
os._exit(main(sys.argv)) # sys.exit() is not enough on Windows and will result in crash on exit
File "/home/ryu/util/Eigene Dateien/Subversion/urh/bin/urh", line 32, in main
from urh.controller.MainController import MainController
File "/home/ryu/util/Eigene Dateien/Subversion/urh/src/urh/controller/MainController.py", line 12, in
from urh.controller.CompareFrameController import CompareFrameController
File "/home/ryu/util/Eigene Dateien/Subversion/urh/src/urh/controller/CompareFrameController.py", line 12, in
from urh.controller.OptionsController import OptionsController
File "/home/ryu/util/Eigene Dateien/Subversion/urh/src/urh/controller/OptionsController.py", line 6, in
from urh.controller.PluginController import PluginController
File "/home/ryu/util/Eigene Dateien/Subversion/urh/src/urh/controller/PluginController.py", line 4, in
from urh.models.PluginListModel import PluginListModel
File "/home/ryu/util/Eigene Dateien/Subversion/urh/src/urh/models/PluginListModel.py", line 5, in
from urh.plugins import Plugin
File "/home/ryu/util/Eigene Dateien/Subversion/urh/src/urh/plugins/Plugin.py", line 7, in
from urh.signalprocessing.ProtocolAnalyzer import ProtocolAnalyzer
File "/home/ryu/util/Eigene Dateien/Subversion/urh/src/urh/signalprocessing/ProtocolAnalyzer.py", line 10, in
from urh.cythonext import signalFunctions
ImportError: cannot import name 'signalFunctions'

@jopohl jopohl self-assigned this Apr 5, 2016
@jopohl
Copy link
Owner

jopohl commented Apr 5, 2016

Please run src/urh/cythonext/build.py before running from source or install directly with
sudo python setup.py install.

I added these instructions to the Readme file.

@jopohl jopohl closed this as completed Apr 5, 2016
@jopohl jopohl reopened this Apr 5, 2016
@jopohl jopohl closed this as completed Apr 5, 2016
jopohl pushed a commit that referenced this issue Jun 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants