Skip to content

Instantly share code, notes, and snippets.

@OliverCole
Created March 9, 2016 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OliverCole/2a222cc7cda8b4856d52 to your computer and use it in GitHub Desktop.
Save OliverCole/2a222cc7cda8b4856d52 to your computer and use it in GitHub Desktop.
ZeroNet ImportError
- Starting ZeroNet...
[22:26:14] PluginManager Loading plugin: AnnounceZero
[22:26:14] PluginManager New plugin registered to: Site
[22:26:14] PluginManager Loading plugin: CryptMessage
[22:26:14] - opensslVerify loaded: <CDLL 'src/lib/opensslVerify/libeay32.dll', handle 11000000 at 2cd5730>
[22:26:14] - OpenSSL loaded, version: 01000201F
[22:26:14] PluginManager New plugin registered to: UiWebsocket
[22:26:14] PluginManager New plugin registered to: User
[22:26:14] PluginManager Loading plugin: Newsfeed
[22:26:14] PluginManager New plugin registered to: UiWebsocket
[22:26:14] PluginManager New plugin registered to: User
[22:26:14] PluginManager Loading plugin: Sidebar
[22:26:14] PluginManager New plugin registered to: UiRequest
[22:26:14] PluginManager New plugin registered to: UiWebsocket
[22:26:14] PluginManager Loading plugin: Stats
[22:26:14] PluginManager New plugin registered to: UiRequest
[22:26:14] PluginManager Loading plugin: Trayicon
[22:26:14] PluginManager New plugin registered to: Actions
[22:26:14] PluginManager Loading plugin: Zeroname
[22:26:14] PluginManager New plugin registered to: UiRequest
[22:26:14] PluginManager New plugin registered to: SiteManager
[22:26:14] - Config: Config(action='main', batch=False, coffeescript_compiler='type %s | tools\\coffee\\coffee.cmd', config_file='zeronet.conf', connected_limit=15, data_dir='data', debug=True, debug_socket=False, disable_encryption=False, disable_sslcompression=True, disable_udp=False, fileserver_ip='*', fileserver_port=15441, homepage='1HeLLo4uzjaLetFx6NH3PMwFP3qbRbTf3D', ip_external=None, keep_ssl_cert=False, log_dir='log', max_files_opened=1024, msgpack_purepython=True, open_browser=None, proxy=None, size_limit=10, stream_downloads=False, tor='enable', tor_controller='127.0.0.1:9051', tor_proxy='127.0.0.1:9050', trackers=['zero://boot3rdez4rzn36x.onion:15441', 'zero://boot.zeronet.io#f36ca555bee6ba216b14d10f38c16f7769ff064e0e37d887603548cc2e64191d:15441', 'udp://tracker.coppersurfer.tk:6969', 'udp://tracker.leechers-paradise.org:6969', 'udp://9.rarbg.com:2710', 'http://tracker.aletorrenty.pl:2710/announce', 'http://explodie.org:6969/announce', 'http://torrent.gresille.org/announce'], trackers_file=False, ui_ip='127.0.0.1', ui_port=43110, ui_restrict=False, use_openssl=True, use_tempfiles=False, verbose=False)
[22:26:14] PluginManager New class accepts plugins: Actions (Loaded plugins: [<class 'Trayicon.TrayiconPlugin.ActionsPlugin'>, <class 'main.Actions'>])
[22:26:14] - Version: 0.3.6 r966, Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:32:19) [MSC v.1500 32 bit (Intel)], Gevent: 1.1.0
[22:26:14] PluginManager New class accepts plugins: SiteManager (Loaded plugins: [<class 'Zeroname.SiteManagerPlugin.SiteManagerPlugin'>, <class 'Site.SiteManager.SiteManager'>])
[22:26:14] PluginManager New class accepts plugins: Site (Loaded plugins: [<class 'AnnounceZero.AnnounceZeroPlugin.SitePlugin'>, <class 'Site.Site.Site'>])
[22:26:14] - Disable SSL compression failed: function 'SSL_COMP_get_compression_methods' not found (normal on Windows)
[22:26:14] - Missing SSLwrap, readded.
[22:26:14] - Python SSL version: OpenSSL 1.0.2d 9 Jul 2015
Traceback (most recent call last):
File "zeronet.py", line 16, in main
main.start()
File "src\main.py", line 382, in start
actions.call(config.action, action_kwargs)
File "src\main.py", line 112, in call
func(**kwargs)
File "plugins\Trayicon\TrayiconPlugin.py", line 62, in main
super(ActionsPlugin, self).main()
File "src\main.py", line 118, in main
from File import FileServer
File "C:\Users\Oliver\Documents\AeroFS\ZeroNet\ZeroNet\env\lib\site-packages\gevent\builtins.py", line 93, in __import__
result = _import(*args, **kwargs)
File "src\File\__init__.py", line 1, in <module>
from FileServer import FileServer
File "C:\Users\Oliver\Documents\AeroFS\ZeroNet\ZeroNet\env\lib\site-packages\gevent\builtins.py", line 93, in __import__
result = _import(*args, **kwargs)
File "src\File\FileServer.py", line 13, in <module>
from util import UpnpPunch
File "C:\Users\Oliver\Documents\AeroFS\ZeroNet\ZeroNet\env\lib\site-packages\gevent\builtins.py", line 93, in __import__
result = _import(*args, **kwargs)
File "src\util\UpnpPunch.py", line 9, in <module>
from gevent import socket
ImportError: cannot import name socket
Icon thread stopped, removing icon...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment